01HV4CYQW45AG9HMAQKAFFVRB0: 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: 01HV4CYZJ1CJHSPY2PGXPF1PGC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-10T16:20:59.932Zjob assigned to worker 01HV4CZ031D598Z4QPHM7PB8CY (queued for 34 s)
 
22024-04-10T16:21:00.959Zstarting task 0: "setup"
32024-04-10T16:21:00.984Z++ uname -s
42024-04-10T16:21:00.984Z+ kern=SunOS
52024-04-10T16:21:00.984Z+ case "$kern" in
62024-04-10T16:21:00.984Z+ groupadd -g 12345 build
72024-04-10T16:21:00.985Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-10T16:21:02.990Z+ zfs create -o mountpoint=/work rpool/work
92024-04-10T16:21:03.031Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-10T16:21:03.057Z+ home_fs=zfs
112024-04-10T16:21:03.057Z+ [[ zfs == autofs ]]
122024-04-10T16:21:03.058Z+ mkdir -p /home/build
132024-04-10T16:21:03.058Z+ chown build:build /home/build /work
142024-04-10T16:21:04.044Z+ chmod 0700 /home/build /work
152024-04-10T16:21:04.072Zprocess exited: duration 3088 ms, exit code 0
 
162024-04-10T16:21:04.126Zstarting task 1: "rust-toolchain"
172024-04-10T16:21:04.152Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-10T16:21:04.152Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-10T16:21:04.288Zinfo: downloading installer
202024-04-10T16:21:05.003Zwarning: it looks like you have an existing installation of Rust at:
212024-04-10T16:21:05.003Zwarning: /opt/ooce/bin
222024-04-10T16:21:05.003Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-10T16:21:05.003Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-10T16:21:05.003Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-10T16:21:05.003Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-10T16:21:05.003Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-10T16:21:05.003Zerror: cannot install while Rust is installed
282024-04-10T16:21:05.003Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-10T16:21:05.046Zinfo: profile set to 'default'
302024-04-10T16:21:05.046Zinfo: default host triple is x86_64-unknown-illumos
312024-04-10T16:21:05.072Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-10T16:21:05.130Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-10T16:21:05.130Zinfo: downloading component 'cargo'
342024-04-10T16:21:05.268Zinfo: downloading component 'clippy'
352024-04-10T16:21:05.316Zinfo: downloading component 'rust-docs'
362024-04-10T16:21:05.482Zinfo: downloading component 'rust-std'
372024-04-10T16:21:05.760Zinfo: downloading component 'rustc'
382024-04-10T16:21:06.437Zinfo: downloading component 'rustfmt'
392024-04-10T16:21:06.483Zinfo: installing component 'cargo'
402024-04-10T16:21:07.553Zinfo: installing component 'clippy'
412024-04-10T16:21:08.030Zinfo: installing component 'rust-docs'
422024-04-10T16:21:10.543Zinfo: installing component 'rust-std'
432024-04-10T16:21:12.720Zinfo: installing component 'rustc'
442024-04-10T16:21:17.395Zinfo: installing component 'rustfmt'
452024-04-10T16:21:17.776Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-10T16:21:17.776Z
472024-04-10T16:21:17.872Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-10T16:21:17.872Z
492024-04-10T16:21:17.897Z
502024-04-10T16:21:17.897ZRust is installed now. Great!
512024-04-10T16:21:17.898Z
522024-04-10T16:21:17.898ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-10T16:21:17.898Zenvironment variable. This has not been done automatically.
542024-04-10T16:21:17.898Z
552024-04-10T16:21:17.898ZTo configure your current shell, you need to source
562024-04-10T16:21:17.898Zthe corresponding env file under $HOME/.cargo.
572024-04-10T16:21:17.898Z
582024-04-10T16:21:17.898ZThis is usually done by running one of the following (note the leading DOT):
592024-04-10T16:21:17.898Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-10T16:21:17.898Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-10T16:21:17.935Z+ rustc --version
622024-04-10T16:21:18.017Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-10T16:21:18.047Zprocess exited: duration 13898 ms, exit code 0
 
642024-04-10T16:21:18.099Zstarting task 2: "authentication"
652024-04-10T16:21:18.160Zprocess exited: duration 58 ms, exit code 0
 
662024-04-10T16:21:18.223Zstarting task 3: "clone repository"
672024-04-10T16:21:18.255Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-10T16:21:18.255Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-10T16:21:18.282ZCloning into '/work/oxidecomputer/omicron'...
702024-04-10T16:21:28.088Z+ cd /work/oxidecomputer/omicron
712024-04-10T16:21:28.088Z+ git fetch origin d0db4f951bae83f2bbf768912ec69911ac701421
722024-04-10T16:21:29.165ZFrom https://github.com/oxidecomputer/omicron
732024-04-10T16:21:29.165Z * branch d0db4f951bae83f2bbf768912ec69911ac701421 -> FETCH_HEAD
742024-04-10T16:21:29.197Z+ [[ -n alan/p-and-c-for-ben ]]
752024-04-10T16:21:29.197Z++ git branch --show-current
762024-04-10T16:21:29.197Z+ current=main
772024-04-10T16:21:29.197Z+ [[ main != alan/p-and-c-for-ben ]]
782024-04-10T16:21:29.197Z+ git branch -f alan/p-and-c-for-ben d0db4f951bae83f2bbf768912ec69911ac701421
792024-04-10T16:21:29.197Z+ git checkout -f alan/p-and-c-for-ben
802024-04-10T16:21:29.197ZSwitched to branch 'alan/p-and-c-for-ben'
812024-04-10T16:21:29.197Z+ git reset --hard d0db4f951bae83f2bbf768912ec69911ac701421
822024-04-10T16:21:29.197ZHEAD is now at d0db4f951 Update Propolis and Crucible versions.
832024-04-10T16:21:29.197Zprocess exited: duration 10666 ms, exit code 0
 
842024-04-10T16:21:29.263Zstarting task 4: "build"
852024-04-10T16:21:29.290Z+ target_os=illumos
862024-04-10T16:21:29.290Z+ NEXTEST_VERSION=0.9.67
872024-04-10T16:21:29.290Z+ cargo --version
882024-04-10T16:21:29.290Zinfo: syncing channel updates for '1.77.1-x86_64-unknown-illumos'
892024-04-10T16:21:29.400Zinfo: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27)
902024-04-10T16:21:29.400Zinfo: downloading component 'cargo'
912024-04-10T16:21:29.574Zinfo: downloading component 'clippy'
922024-04-10T16:21:30.065Zinfo: downloading component 'rust-docs'
932024-04-10T16:21:30.097Zinfo: downloading component 'rust-std'
942024-04-10T16:21:30.148Zinfo: downloading component 'rustc'
952024-04-10T16:21:30.813Zinfo: downloading component 'rustfmt'
962024-04-10T16:21:30.848Zinfo: installing component 'cargo'
972024-04-10T16:21:31.783Zinfo: installing component 'clippy'
982024-04-10T16:21:32.154Zinfo: installing component 'rust-docs'
992024-04-10T16:21:34.443Zinfo: installing component 'rust-std'
1002024-04-10T16:21:36.414Zinfo: installing component 'rustc'
1012024-04-10T16:21:40.920Zinfo: installing component 'rustfmt'
1022024-04-10T16:21:41.370Zcargo 1.77.1 (e52e36006 2024-03-26)
1032024-04-10T16:21:41.395Z+ rustc --version
1042024-04-10T16:21:41.502Zrustc 1.77.1 (7cf61ebde 2024-03-27)
1052024-04-10T16:21:41.532Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-04-10T16:21:41.533Z+ gunzip
1072024-04-10T16:21:41.533Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-10T16:21:42.616Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-04-10T16:21:42.665Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-10T16:21:42.665Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-10T16:21:42.665Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-10T16:21:42.665Z+ mkdir /var/tmp/omicron_tmp
1132024-04-10T16:21:42.665Z+ OUTPUT_DIR=/work
1142024-04-10T16:21:42.665Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-10T16:21:42.665Ztests will store non-ephemeral output in /work
1162024-04-10T16:21:42.665Z+ mkdir -p /work
1172024-04-10T16:21:42.665Z+ source ./env.sh
1182024-04-10T16:21:42.665Z++ set -o xtrace
1192024-04-10T16:21:42.665Z++++ dirname ./env.sh
1202024-04-10T16:21:42.665Z+++ readlink -f .
1212024-04-10T16:21:42.666Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ 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-10T16:21:42.666Z++ unset OMICRON_WS
1312024-04-10T16:21:42.666Z++ set +o xtrace
1322024-04-10T16:21:42.666Z
1332024-04-10T16:21:42.666Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-10T16:21:42.666Z # # # # # # # # # # # # # # #
1352024-04-10T16:21:42.666Z # # # # ##### # # ##### # # # # # #### #
1362024-04-10T16:21:42.666Z ##### ##### # ##### # # # # # # # # #
1372024-04-10T16:21:42.666Z # # # # # # # # # # # # # # #
1382024-04-10T16:21:42.666Z # # # ###### # # ###### ### # #### # #### #
1392024-04-10T16:21:42.666Z
1402024-04-10T16:21:48.103Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-10T16:21:49.654Z Startup: Caching catalogs ... Done
1422024-04-10T16:21:52.457ZPlanning: Solver setup ... Done (2.245s)
1432024-04-10T16:21:52.497ZPlanning: Running solver ... Done (0.040s)
1442024-04-10T16:21:52.527ZPlanning: Finding local manifests ... Done (0.002s)
1452024-04-10T16:21:52.604ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-10T16:21:52.971ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-10T16:21:53.030ZPlanning: Package planning ... Done (0.059s)
1482024-04-10T16:21:53.089ZPlanning: Merging actions ... Done (0.059s)
1492024-04-10T16:21:53.473ZPlanning: Checking for conflicting actions ... Done (0.384s)
1502024-04-10T16:21:53.498ZPlanning: Consolidating action changes ... Done (0.013s)
1512024-04-10T16:21:54.246ZPlanning: Evaluating mediators ... Done (0.754s)
1522024-04-10T16:21:54.277ZPlanning: Planning completed in 4.54 seconds
1532024-04-10T16:21:54.277Z Packages to install: 4
1542024-04-10T16:21:54.277Z Mediators to change: 2
1552024-04-10T16:21:54.278Z Services to change: 1
1562024-04-10T16:21:54.278Z Estimated space available: 148.36 GB
1572024-04-10T16:21:54.278ZEstimated space to be consumed: 1.44 GB
1582024-04-10T16:21:54.278Z Create boot environment: No
1592024-04-10T16:21:54.278ZCreate backup boot environment: No
1602024-04-10T16:21:54.279Z Rebuild boot archive: No
1612024-04-10T16:21:54.279Z
1622024-04-10T16:21:54.279ZChanged mediators:
1632024-04-10T16:21:54.279Z mediator clang:
1642024-04-10T16:21:54.280Z version: None -> 15 (system default)
1652024-04-10T16:21:54.280Z
1662024-04-10T16:21:54.280Z mediator llvm:
1672024-04-10T16:21:54.280Z version: 14 (system default) -> 15 (system default)
1682024-04-10T16:21:54.280Z
1692024-04-10T16:21:54.280ZChanged packages:
1702024-04-10T16:21:54.280Zhelios-dev
1712024-04-10T16:21:54.280Z developer/build-essential
1722024-04-10T16:21:54.280Z None -> 11-2.0
1732024-04-10T16:21:54.280Z library/libxmlsec1
1742024-04-10T16:21:54.280Z None -> 1.2.35-2.0
1752024-04-10T16:21:54.280Z ooce/developer/clang-15
1762024-04-10T16:21:54.281Z None -> 15.0.7-2.0
1772024-04-10T16:21:54.281Z ooce/developer/llvm-15
1782024-04-10T16:21:54.281Z None -> 15.0.7-2.0
1792024-04-10T16:21:54.281Z
1802024-04-10T16:21:54.282ZServices:
1812024-04-10T16:21:54.282Z restart_fmri:
1822024-04-10T16:21:54.282Z svc:/system/update-man-index:default
1832024-04-10T16:21:54.324Z
1842024-04-10T16:21:54.325ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-10T16:21:59.653ZDownload: 1198/3290 items 82.4/212.6MB 38% complete (17.2M/s)
1862024-04-10T16:22:04.663ZDownload: 2086/3290 items 118.9/212.6MB 55% complete (11.9M/s)
1872024-04-10T16:22:09.665ZDownload: 2673/3290 items 120.7/212.6MB 56% complete (3.9M/s)
1882024-04-10T16:22:14.671ZDownload: 3255/3290 items 203.9/212.6MB 95% complete (8.5M/s)
1892024-04-10T16:22:15.993ZDownload: Completed 212.60 MB in 21.68 seconds (9.8M/s)
1902024-04-10T16:22:16.152Z Actions: 1/3689 actions (Installing new actions)
1912024-04-10T16:22:21.152Z Actions: 2822/3689 actions (Installing new actions)
1922024-04-10T16:22:21.736Z Actions: Completed 3689 actions in 5.58 seconds.
1932024-04-10T16:22:21.918Z Done (0.175s)
1942024-04-10T16:22:21.918Z Done (0.000s)
1952024-04-10T16:22:22.237Z Done (0.319s)
1962024-04-10T16:22:27.337Z Done (4.984s)
1972024-04-10T16:22:27.431Z Done (0.019s)
1982024-04-10T16:22:27.456Z Done (0.000s)
1992024-04-10T16:22:27.599Z Done (0.000s)
2002024-04-10T16:22:28.222ZPlanning: Evaluating mediator changes ... Done
2012024-04-10T16:22:28.484ZPlanning: Checking for conflicting actions ... Done
2022024-04-10T16:22:28.512ZPlanning: Consolidating action changes ... Done
2032024-04-10T16:22:28.815ZPlanning: Evaluating mediators ... Done
2042024-04-10T16:22:28.840ZPlanning: Planning completed in 0.59 seconds
2052024-04-10T16:22:28.865Z Mediators to change: 2
2062024-04-10T16:22:28.865Z Create boot environment: No
2072024-04-10T16:22:28.865ZCreate backup boot environment: No
2082024-04-10T16:22:28.918Z Done
2092024-04-10T16:22:28.918Z Done
2102024-04-10T16:22:29.131Z Done
2112024-04-10T16:22:33.571Z Done
2122024-04-10T16:22:33.662Z Done
2132024-04-10T16:22:33.688Z Done
2142024-04-10T16:22:33.737Z Done
2152024-04-10T16:22:34.553ZPlanning: Evaluating mediator changes ... Done
2162024-04-10T16:22:34.578ZPlanning: Merging actions ... Done
2172024-04-10T16:22:34.844ZPlanning: Checking for conflicting actions ... Done
2182024-04-10T16:22:34.873ZPlanning: Consolidating action changes ... Done
2192024-04-10T16:22:35.161ZPlanning: Evaluating mediators ... Done
2202024-04-10T16:22:35.225ZPlanning: Planning completed in 1.01 seconds
2212024-04-10T16:22:35.266Z Packages to change: 1
2222024-04-10T16:22:35.266Z Mediators to change: 1
2232024-04-10T16:22:35.266Z Services to change: 1
2242024-04-10T16:22:35.266Z Create boot environment: No
2252024-04-10T16:22:35.266ZCreate backup boot environment: Yes
2262024-04-10T16:22:36.837Z Actions: 1/6 actions (Updating modified actions)
2272024-04-10T16:22:36.863Z Actions: Completed 6 actions in 0.00 seconds.
2282024-04-10T16:22:36.863Z Done
2292024-04-10T16:22:36.863Z Done
2302024-04-10T16:22:36.906Z Done
2312024-04-10T16:22:41.164Z Done
2322024-04-10T16:22:41.251Z Done
2332024-04-10T16:22:41.277Z Done
2342024-04-10T16:22:41.325Z Done
2352024-04-10T16:22:41.843ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362024-04-10T16:22:41.843Zclang system 15 system
2372024-04-10T16:22:41.843Zcsh system system illumos
2382024-04-10T16:22:41.843Zctags system system illumos
2392024-04-10T16:22:41.843Zgcc vendor 12 vendor
2402024-04-10T16:22:41.843Zgcc system 10 system
2412024-04-10T16:22:41.843Zgcc system 7 system
2422024-04-10T16:22:41.843Zgo system 1.20 system
2432024-04-10T16:22:41.843Zgo system 1.19 system
2442024-04-10T16:22:41.843Zllvm system 15 system
2452024-04-10T16:22:41.843Zllvm system 14 system
2462024-04-10T16:22:41.843Zmariadb system 10.6 system
2472024-04-10T16:22:41.843Zmta vendor vendor dma
2482024-04-10T16:22:41.843Zopenjdk system 17 system
2492024-04-10T16:22:41.843Zopenjdk system 11 system
2502024-04-10T16:22:41.843Zopenjdk system 1.8 system
2512024-04-10T16:22:41.843Zopenssl vendor 3 vendor
2522024-04-10T16:22:41.843Zperl system 5.36 system
2532024-04-10T16:22:41.844Zpostgresql system 15 system
2542024-04-10T16:22:41.844Zpostgresql system 13 system
2552024-04-10T16:22:41.844Zpython vendor 3 vendor
2562024-04-10T16:22:41.844Zpython system 2 system
2572024-04-10T16:22:41.844Zpython3 system 3.11 system
2582024-04-10T16:22:41.844Zruby system 3.0 system
2592024-04-10T16:22:41.844Zwords vendor vendor american-english
2602024-04-10T16:22:41.844Zwords system system australian-english
2612024-04-10T16:22:41.844Zwords system system british-english
2622024-04-10T16:22:41.844Zwords system system canadian-english
2632024-04-10T16:22:41.844Zwords system system french
2642024-04-10T16:22:41.844Zwords system system italian
2652024-04-10T16:22:41.844Zwords system system ngerman
2662024-04-10T16:22:41.844Zwords system system ogerman
2672024-04-10T16:22:41.844Zwords system system spanish
2682024-04-10T16:22:42.236ZPUBLISHER TYPE STATUS P LOCATION
2692024-04-10T16:22:42.236Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702024-04-10T16:22:43.799ZFMRI IFO
2712024-04-10T16:22:43.799Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722024-04-10T16:22:43.799Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732024-04-10T16:22:43.799Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742024-04-10T16:22:43.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752024-04-10T16:22:43.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762024-04-10T16:22:43.799Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772024-04-10T16:22:43.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2782024-04-10T16:22:43.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792024-04-10T16:22:43.799Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2802024-04-10T16:22:43.799Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812024-04-10T16:22:43.799Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-04-10T16:22:43.799Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-04-10T16:22:44.046Z+ set -o errexit
2842024-04-10T16:22:44.072Z+++ dirname ./tools/ci_download_cockroachdb
2852024-04-10T16:22:44.072Z++ cd ./tools
2862024-04-10T16:22:44.072Z++ pwd
2872024-04-10T16:22:44.072Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2882024-04-10T16:22:44.072Z++ basename ./tools/ci_download_cockroachdb
2892024-04-10T16:22:44.072Z+ ARG0=ci_download_cockroachdb
2902024-04-10T16:22:44.072Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2912024-04-10T16:22:44.072Z+ CIDL_VERSION=v22.1.9
2922024-04-10T16:22:44.072Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2932024-04-10T16:22:44.073Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2942024-04-10T16:22:44.073Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2952024-04-10T16:22:44.073Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2962024-04-10T16:22:44.073Z+ TARGET_DIR=out
2972024-04-10T16:22:44.073Z+ DOWNLOAD_DIR=out/downloads
2982024-04-10T16:22:44.073Z+ DEST_DIR=./out/cockroachdb
2992024-04-10T16:22:44.073Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3002024-04-10T16:22:44.073Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3012024-04-10T16:22:44.073Z+ main
3022024-04-10T16:22:44.073Z+ [[ 0 != 0 ]]
3032024-04-10T16:22:44.073Z+ CIDL_OS=solaris2.11
3042024-04-10T16:22:44.073Z+ [[ 0 != 0 ]]
3052024-04-10T16:22:44.073Z+ configure_os solaris2.11
3062024-04-10T16:22:44.073Z+ echo 'current directory: /work/oxidecomputer/omicron'
3072024-04-10T16:22:44.073Z+ echo 'configuring based on OS: "solaris2.11"'
3082024-04-10T16:22:44.073Z+ case "$1" in
3092024-04-10T16:22:44.073Z+ CIDL_BUILD=illumos
3102024-04-10T16:22:44.073Z+ CIDL_SUFFIX=tar.gz
3112024-04-10T16:22:44.073Zcurrent directory: /work/oxidecomputer/omicron
3122024-04-10T16:22:44.073Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3132024-04-10T16:22:44.073Zconfiguring based on OS: "solaris2.11"
3142024-04-10T16:22:44.073Z+ CIDL_URL_BASE=https://illumos.org/downloads
3152024-04-10T16:22:44.073Z+ CIDL_ASSEMBLE=do_assemble_illumos
3162024-04-10T16:22:44.074Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3172024-04-10T16:22:44.074Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3182024-04-10T16:22:44.074Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-04-10T16:22:44.074Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3202024-04-10T16:22:44.074Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-10T16:22:44.074Z+ CIDL_SHA256FUNC=do_sha256sum
3222024-04-10T16:22:44.074Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3232024-04-10T16:22:44.074ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3242024-04-10T16:22:44.074Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3252024-04-10T16:22:44.074Z+ mkdir -p out/downloads
3262024-04-10T16:22:44.074ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-04-10T16:22:44.074Z+ mkdir -p ./out/cockroachdb
3282024-04-10T16:22:44.074Z+ local DO_DOWNLOAD=true
3292024-04-10T16:22:44.074Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3302024-04-10T16:22:44.074Z+ '[' true == true ']'
3312024-04-10T16:22:44.074Z+ echo Downloading...
3322024-04-10T16:22:44.074ZDownloading...
3332024-04-10T16:22:44.074Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3342024-04-10T16:22:44.074Z+ 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
3352024-04-10T16:22:49.753Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3362024-04-10T16:22:49.779Z++ sha256sum
3372024-04-10T16:22:49.779Z++ awk '{print $1}'
3382024-04-10T16:22:49.831Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3392024-04-10T16:22:49.831Z+ [[ 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 ]]
3402024-04-10T16:22:49.831Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3412024-04-10T16:22:49.831Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3422024-04-10T16:22:52.824Z+ do_assemble_illumos
3432024-04-10T16:22:52.824Z+ rm -r ./out/cockroachdb
3442024-04-10T16:22:52.850Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3452024-04-10T16:22:53.175Z+ ./out/cockroachdb/bin/cockroach version
3462024-04-10T16:22:53.346ZBuild Tag: v22.1.9-dirty
3472024-04-10T16:22:53.347ZBuild Time: 2022/10/26 21:17:46
3482024-04-10T16:22:53.347ZDistribution: OSS
3492024-04-10T16:22:53.347ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3502024-04-10T16:22:53.347ZGo Version: go1.17.13
3512024-04-10T16:22:53.347ZC Compiler: gcc 10.3.0
3522024-04-10T16:22:53.347ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3532024-04-10T16:22:53.347ZBuild Type: release
3542024-04-10T16:22:53.375Z+ set -o errexit
3552024-04-10T16:22:53.401Z+++ dirname ./tools/ci_download_clickhouse
3562024-04-10T16:22:53.401Z++ cd ./tools
3572024-04-10T16:22:53.401Z++ pwd
3582024-04-10T16:22:53.401Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3592024-04-10T16:22:53.401Z++ basename ./tools/ci_download_clickhouse
3602024-04-10T16:22:53.401Z+ ARG0=ci_download_clickhouse
3612024-04-10T16:22:53.401Z+ TARGET_DIR=out
3622024-04-10T16:22:53.401Z+ DOWNLOAD_DIR=out/downloads
3632024-04-10T16:22:53.401Z+ DEST_DIR=./out/clickhouse
3642024-04-10T16:22:53.401Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3652024-04-10T16:22:53.401Z+ CIDL_VERSION=v23.8.7.24
3662024-04-10T16:22:53.402Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3672024-04-10T16:22:53.402Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3682024-04-10T16:22:53.402Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3692024-04-10T16:22:53.402Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3702024-04-10T16:22:53.402Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3712024-04-10T16:22:53.402Z+ main
3722024-04-10T16:22:53.402Z+ [[ 0 != 0 ]]
3732024-04-10T16:22:53.402Z+ CIDL_OS=solaris2.11
3742024-04-10T16:22:53.402Z+ [[ 0 != 0 ]]
3752024-04-10T16:22:53.402Z+ configure_os solaris2.11
3762024-04-10T16:22:53.402Z+ echo 'current directory: /work/oxidecomputer/omicron'
3772024-04-10T16:22:53.402Z+ echo 'configuring based on OS: "solaris2.11"'
3782024-04-10T16:22:53.402Zcurrent directory: /work/oxidecomputer/omicron
3792024-04-10T16:22:53.402Zconfiguring based on OS: "solaris2.11"
3802024-04-10T16:22:53.402Z+ CIDL_DASHREV=
3812024-04-10T16:22:53.402Z+ case "$1" in
3822024-04-10T16:22:53.402Z+ CIDL_PLATFORM=illumos
3832024-04-10T16:22:53.402Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3842024-04-10T16:22:53.402Z+ CIDL_MD5FUNC=do_md5sum
3852024-04-10T16:22:53.402Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3862024-04-10T16:22:53.402Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-10T16:22:53.402Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3882024-04-10T16:22:53.402Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-04-10T16:22:53.402Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3902024-04-10T16:22:53.403Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3912024-04-10T16:22:53.403Z+ mkdir -p out/downloads
3922024-04-10T16:22:53.403ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3932024-04-10T16:22:53.403ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3942024-04-10T16:22:53.403Z+ mkdir -p ./out/clickhouse
3952024-04-10T16:22:53.403Z+ local DO_DOWNLOAD=true
3962024-04-10T16:22:53.403Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3972024-04-10T16:22:53.403Z+ '[' true == true ']'
3982024-04-10T16:22:53.403Z+ echo Downloading...
3992024-04-10T16:22:53.403ZDownloading...
4002024-04-10T16:22:53.403Z+ 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
4012024-04-10T16:22:53.403Z+ 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
4022024-04-10T16:23:00.987Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4032024-04-10T16:23:01.014Z++ md5sum
4042024-04-10T16:23:01.014Z++ awk '{print $1}'
4052024-04-10T16:23:01.253Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4062024-04-10T16:23:01.253Z+ [[ 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 ]]
4072024-04-10T16:23:01.253Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4082024-04-10T16:23:01.280Z+ mkdir -p ./out/clickhouse
4092024-04-10T16:23:01.280Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4102024-04-10T16:23:06.490Z+ [[ solaris2.11 == darwin* ]]
4112024-04-10T16:23:06.490Z+ ./out/clickhouse/clickhouse server --version
4122024-04-10T16:23:06.658ZClickHouse server version 23.8.7.1.
4132024-04-10T16:23:06.691Z+ set -o errexit
4142024-04-10T16:23:06.718Z+++ dirname ./tools/ci_download_console
4152024-04-10T16:23:06.718Z++ cd ./tools
4162024-04-10T16:23:06.718Z++ pwd
4172024-04-10T16:23:06.718Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182024-04-10T16:23:06.718Z++ basename ./tools/ci_download_console
4192024-04-10T16:23:06.718Z+ ARG0=ci_download_console
4202024-04-10T16:23:06.718Z+ TARGET_DIR=out
4212024-04-10T16:23:06.718Z+ DOWNLOAD_DIR=out/downloads
4222024-04-10T16:23:06.718Z+ DEST_DIR=./out/console-assets
4232024-04-10T16:23:06.718Z+ source /work/oxidecomputer/omicron/tools/console_version
4242024-04-10T16:23:06.719Z++ COMMIT=7e34c118e6e3687c7d2a3931328083a397a06d35
4252024-04-10T16:23:06.719Z++ SHA2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
4262024-04-10T16:23:06.719Z+ URL=https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4272024-04-10T16:23:06.719Z+ TARBALL_FILE=out/downloads/console.tar.gz
4282024-04-10T16:23:06.719Z+ main
4292024-04-10T16:23:06.719Z+ [[ 0 != 0 ]]
4302024-04-10T16:23:06.719Z+ echo 'URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz'
4312024-04-10T16:23:06.719ZURL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4322024-04-10T16:23:06.719ZLocal file: out/downloads/console.tar.gz
4332024-04-10T16:23:06.719Z+ echo 'Local file: out/downloads/console.tar.gz'
4342024-04-10T16:23:06.719Z+ local DO_DOWNLOAD=true
4352024-04-10T16:23:06.719Z+ [[ -f out/downloads/console.tar.gz ]]
4362024-04-10T16:23:06.719Z+ mkdir -p out/downloads
4372024-04-10T16:23:06.719Z+ '[' true == true ']'
4382024-04-10T16:23:06.720Z+ echo Downloading...
4392024-04-10T16:23:06.720Z+ do_download_curl https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz out/downloads/console.tar.gz
4402024-04-10T16:23:06.720ZDownloading...
4412024-04-10T16:23:06.720Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4422024-04-10T16:23:07.073Z++ do_sha256sum out/downloads/console.tar.gz
4432024-04-10T16:23:07.073Z++ case "$OSTYPE" in
4442024-04-10T16:23:07.073Z++ SHA=sha256sum
4452024-04-10T16:23:07.099Z++ sha256sum
4462024-04-10T16:23:07.099Z++ awk '{print $1}'
4472024-04-10T16:23:07.099Z+ calculated_sha2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
4482024-04-10T16:23:07.099Z+ [[ 219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 != \2\1\9\e\e\8\3\e\8\b\7\1\b\c\8\4\4\2\0\3\d\f\1\a\c\2\c\f\b\3\3\6\9\3\2\0\c\8\a\d\7\4\b\3\9\3\c\4\2\2\9\a\b\8\e\0\d\1\8\b\e\8\b\5 ]]
4492024-04-10T16:23:07.099Z+ rm -rf ./out/console-assets
4502024-04-10T16:23:07.099Z+ mkdir -p ./out/console-assets
4512024-04-10T16:23:07.099Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4522024-04-10T16:23:07.099Z+ mkdir -p ./out/console-assets
4532024-04-10T16:23:07.099Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4542024-04-10T16:23:07.221Z+ set -o errexit
4552024-04-10T16:23:07.248Z+++ dirname ./tools/ci_download_maghemite_openapi
4562024-04-10T16:23:07.248Z++ cd ./tools
4572024-04-10T16:23:07.248Z++ pwd
4582024-04-10T16:23:07.248Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4592024-04-10T16:23:07.248Z++ basename ./tools/ci_download_maghemite_openapi
4602024-04-10T16:23:07.248Z+ ARG0=ci_download_maghemite_openapi
4612024-04-10T16:23:07.248Z+ TARGET_DIR=out
4622024-04-10T16:23:07.248Z+ DOWNLOAD_DIR=out/downloads
4632024-04-10T16:23:07.248Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4642024-04-10T16:23:07.248Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4652024-04-10T16:23:07.248Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4662024-04-10T16:23:07.248Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4672024-04-10T16:23:07.248Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-10T16:23:07.249Z+ main
4692024-04-10T16:23:07.249Z+ rm -rf out/downloads/root
4702024-04-10T16:23:07.249Z+ [[ 0 != 0 ]]
4712024-04-10T16:23:07.249Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4722024-04-10T16:23:07.249ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4732024-04-10T16:23:07.249Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4742024-04-10T16:23:07.249ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-10T16:23:07.249Z+ local DO_DOWNLOAD=true
4762024-04-10T16:23:07.249Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4772024-04-10T16:23:07.249Z+ mkdir -p out/downloads
4782024-04-10T16:23:07.249Z+ '[' true == true ']'
4792024-04-10T16:23:07.249Z+ echo Downloading...
4802024-04-10T16:23:07.249ZDownloading...
4812024-04-10T16:23:07.249Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-04-10T16:23:07.249Z+ 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
4832024-04-10T16:23:07.645Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4842024-04-10T16:23:07.645Z++ case "$OSTYPE" in
4852024-04-10T16:23:07.645Z++ SHA=sha256sum
4862024-04-10T16:23:07.671Z++ sha256sum
4872024-04-10T16:23:07.671Z++ awk '{print $1}'
4882024-04-10T16:23:07.672Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4892024-04-10T16:23:07.672Z+ [[ 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 ]]
4902024-04-10T16:23:07.672Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4912024-04-10T16:23:07.672Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4922024-04-10T16:23:07.672Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4932024-04-10T16:23:07.672Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4942024-04-10T16:23:07.672Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-04-10T16:23:07.672Z+ main
4962024-04-10T16:23:07.672Z+ rm -rf out/downloads/root
4972024-04-10T16:23:07.672Z+ [[ 0 != 0 ]]
4982024-04-10T16:23:07.672Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4992024-04-10T16:23:07.672ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5002024-04-10T16:23:07.672Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
5012024-04-10T16:23:07.672Z+ local DO_DOWNLOAD=true
5022024-04-10T16:23:07.672ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5032024-04-10T16:23:07.672Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5042024-04-10T16:23:07.672Z+ mkdir -p out/downloads
5052024-04-10T16:23:07.672Z+ '[' true == true ']'
5062024-04-10T16:23:07.672Z+ echo Downloading...
5072024-04-10T16:23:07.672ZDownloading...
5082024-04-10T16:23:07.672Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5092024-04-10T16:23:07.672Z+ 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
5102024-04-10T16:23:07.874Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5112024-04-10T16:23:07.875Z++ case "$OSTYPE" in
5122024-04-10T16:23:07.875Z++ SHA=sha256sum
5132024-04-10T16:23:07.901Z++ sha256sum
5142024-04-10T16:23:07.901Z++ awk '{print $1}'
5152024-04-10T16:23:07.901Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5162024-04-10T16:23:07.902Z+ [[ 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 ]]
5172024-04-10T16:23:07.902Z+ set -o errexit
5182024-04-10T16:23:07.902Z+++ dirname ./tools/ci_download_dendrite_openapi
5192024-04-10T16:23:07.902Z++ cd ./tools
5202024-04-10T16:23:07.902Z++ pwd
5212024-04-10T16:23:07.902Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-04-10T16:23:07.902Z++ basename ./tools/ci_download_dendrite_openapi
5232024-04-10T16:23:07.930Z+ ARG0=ci_download_dendrite_openapi
5242024-04-10T16:23:07.930Z+ TARGET_DIR=out
5252024-04-10T16:23:07.930Z+ DOWNLOAD_DIR=out/downloads
5262024-04-10T16:23:07.930Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5272024-04-10T16:23:07.930Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5282024-04-10T16:23:07.930Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5292024-04-10T16:23:07.930Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5302024-04-10T16:23:07.930Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5312024-04-10T16:23:07.930Z+ main
5322024-04-10T16:23:07.930Z+ [[ 0 != 0 ]]
5332024-04-10T16:23:07.931Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5342024-04-10T16:23:07.931Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5352024-04-10T16:23:07.931ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5362024-04-10T16:23:07.931ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5372024-04-10T16:23:07.931Z+ local DO_DOWNLOAD=true
5382024-04-10T16:23:07.931Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5392024-04-10T16:23:07.931Z+ mkdir -p out/downloads
5402024-04-10T16:23:07.931Z+ '[' true == true ']'
5412024-04-10T16:23:07.931ZDownloading...
5422024-04-10T16:23:07.931Z+ echo Downloading...
5432024-04-10T16:23:07.931Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5442024-04-10T16:23:07.931Z+ 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
5452024-04-10T16:23:08.187Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5462024-04-10T16:23:08.188Z++ case "$OSTYPE" in
5472024-04-10T16:23:08.188Z++ SHA=sha256sum
5482024-04-10T16:23:08.215Z++ sha256sum
5492024-04-10T16:23:08.215Z++ awk '{print $1}'
5502024-04-10T16:23:08.215Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5512024-04-10T16:23:08.215Z+ [[ 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 ]]
5522024-04-10T16:23:08.215Z+ set -o errexit
5532024-04-10T16:23:08.215Z+++ dirname ./tools/ci_download_dendrite_stub
5542024-04-10T16:23:08.215Z++ cd ./tools
5552024-04-10T16:23:08.215Z++ pwd
5562024-04-10T16:23:08.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5572024-04-10T16:23:08.215Z++ basename ./tools/ci_download_dendrite_stub
5582024-04-10T16:23:08.216Z+ ARG0=ci_download_dendrite_stub
5592024-04-10T16:23:08.216Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5602024-04-10T16:23:08.216Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5612024-04-10T16:23:08.216Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5622024-04-10T16:23:08.216Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5632024-04-10T16:23:08.216Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5642024-04-10T16:23:08.216Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5652024-04-10T16:23:08.216Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5662024-04-10T16:23:08.216Z+ TARGET_DIR=out
5672024-04-10T16:23:08.216Z+ DOWNLOAD_DIR=out/downloads
5682024-04-10T16:23:08.216Z+ DEST_DIR=./out/dendrite-stub
5692024-04-10T16:23:08.216Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5702024-04-10T16:23:08.216Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5712024-04-10T16:23:08.216Z+ REPO=oxidecomputer/dendrite
5722024-04-10T16:23:08.216Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5732024-04-10T16:23:08.216Z+ main
5742024-04-10T16:23:08.216Z+ [[ 0 != 0 ]]
5752024-04-10T16:23:08.216Z+ CIDL_OS=solaris2.11
5762024-04-10T16:23:08.216Z+ [[ 0 != 0 ]]
5772024-04-10T16:23:08.216Z+ configure_os solaris2.11
5782024-04-10T16:23:08.216Z+ echo 'current directory: /work/oxidecomputer/omicron'
5792024-04-10T16:23:08.216Zcurrent directory: /work/oxidecomputer/omicron
5802024-04-10T16:23:08.216Zconfiguring based on OS: "solaris2.11"
5812024-04-10T16:23:08.217Z+ echo 'configuring based on OS: "solaris2.11"'
5822024-04-10T16:23:08.217Z+ case "$1" in
5832024-04-10T16:23:08.217Z+ SET_BINARIES=
5842024-04-10T16:23:08.217Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5852024-04-10T16:23:08.217Z+ CIDL_SHA256FUNC=do_sha256sum
5862024-04-10T16:23:08.217Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5872024-04-10T16:23:08.217Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5882024-04-10T16:23:08.217Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5892024-04-10T16:23:08.217Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5902024-04-10T16:23:08.217ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5912024-04-10T16:23:08.217ZLocal file: out/downloads/dendrite-stub.tar.gz
5922024-04-10T16:23:08.217Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5932024-04-10T16:23:08.217Z+ mkdir -p out/downloads
5942024-04-10T16:23:08.243Z+ mkdir -p ./out/dendrite-stub
5952024-04-10T16:23:08.244Z+ fetch_and_verify
5962024-04-10T16:23:08.244Z+ local DO_DOWNLOAD=true
5972024-04-10T16:23:08.244Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5982024-04-10T16:23:08.244Z+ '[' true == true ']'
5992024-04-10T16:23:08.244Z+ echo Downloading...
6002024-04-10T16:23:08.244ZDownloading...
6012024-04-10T16:23:08.244Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6022024-04-10T16:23:08.244Z+ 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
6032024-04-10T16:23:16.510Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6042024-04-10T16:23:16.535Z++ sha256sum
6052024-04-10T16:23:16.535Z++ awk '{print $1}'
6062024-04-10T16:23:16.561Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6072024-04-10T16:23:16.561Z+ [[ 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 ]]
6082024-04-10T16:23:16.561Z+ do_untar out/downloads/dendrite-stub.tar.gz
6092024-04-10T16:23:16.561Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6102024-04-10T16:23:17.372Z+ do_assemble
6112024-04-10T16:23:17.372Z+ rm -r ./out/dendrite-stub
6122024-04-10T16:23:17.401Z+ mkdir ./out/dendrite-stub
6132024-04-10T16:23:17.401Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6142024-04-10T16:23:17.526Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6152024-04-10T16:23:17.555Z+ set -o errexit
6162024-04-10T16:23:17.556Z+++ dirname ./tools/ci_download_maghemite_mgd
6172024-04-10T16:23:17.556Z++ cd ./tools
6182024-04-10T16:23:17.556Z++ pwd
6192024-04-10T16:23:17.556Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6202024-04-10T16:23:17.557Z++ basename ./tools/ci_download_maghemite_mgd
6212024-04-10T16:23:17.557Z+ ARG0=ci_download_maghemite_mgd
6222024-04-10T16:23:17.557Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6232024-04-10T16:23:17.557Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6242024-04-10T16:23:17.557Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6252024-04-10T16:23:17.557Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6262024-04-10T16:23:17.557Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6272024-04-10T16:23:17.557Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6282024-04-10T16:23:17.558Z+ TARGET_DIR=out
6292024-04-10T16:23:17.558Z+ DOWNLOAD_DIR=out/downloads
6302024-04-10T16:23:17.558Z+ DEST_DIR=./out/mgd
6312024-04-10T16:23:17.558Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6322024-04-10T16:23:17.558Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6332024-04-10T16:23:17.558Z+ REPO=oxidecomputer/maghemite
6342024-04-10T16:23:17.558Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6352024-04-10T16:23:17.558Z+ main
6362024-04-10T16:23:17.559Z+ rm -rf out/downloads/root
6372024-04-10T16:23:17.587Z+ [[ 0 != 0 ]]
6382024-04-10T16:23:17.587Z+ CIDL_OS=solaris2.11
6392024-04-10T16:23:17.588Z+ [[ 0 != 0 ]]
6402024-04-10T16:23:17.588Z+ configure_os solaris2.11
6412024-04-10T16:23:17.588Z+ echo 'current directory: /work/oxidecomputer/omicron'
6422024-04-10T16:23:17.588Zcurrent directory: /work/oxidecomputer/omicron
6432024-04-10T16:23:17.588Zconfiguring based on OS: "solaris2.11"
6442024-04-10T16:23:17.588Z+ echo 'configuring based on OS: "solaris2.11"'
6452024-04-10T16:23:17.588Z+ case "$1" in
6462024-04-10T16:23:17.588Z+ SET_BINARIES=
6472024-04-10T16:23:17.588Z+ CIDL_SHA256FUNC=do_sha256sum
6482024-04-10T16:23:17.588Z+ TARBALL_FILENAME=mgd.tar.gz
6492024-04-10T16:23:17.589Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6502024-04-10T16:23:17.589Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6512024-04-10T16:23:17.589Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6522024-04-10T16:23:17.589Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6532024-04-10T16:23:17.589ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6542024-04-10T16:23:17.589ZLocal file: out/downloads/mgd.tar.gz
6552024-04-10T16:23:17.589Z+ mkdir -p out/downloads
6562024-04-10T16:23:17.589Z+ mkdir -p ./out/mgd
6572024-04-10T16:23:17.589Z+ fetch_and_verify
6582024-04-10T16:23:17.590Z+ local DO_DOWNLOAD=true
6592024-04-10T16:23:17.590Z+ [[ -f out/downloads/mgd.tar.gz ]]
6602024-04-10T16:23:17.590Z+ '[' true == true ']'
6612024-04-10T16:23:17.590Z+ echo Downloading...
6622024-04-10T16:23:17.590Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6632024-04-10T16:23:17.590ZDownloading...
6642024-04-10T16:23:17.590Z+ 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
6652024-04-10T16:23:27.243Z++ do_sha256sum out/downloads/mgd.tar.gz
6662024-04-10T16:23:27.269Z++ sha256sum
6672024-04-10T16:23:27.269Z++ awk '{print $1}'
6682024-04-10T16:23:27.301Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6692024-04-10T16:23:27.302Z+ [[ 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 ]]
6702024-04-10T16:23:27.302Z+ do_untar out/downloads/mgd.tar.gz
6712024-04-10T16:23:27.302Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6722024-04-10T16:23:28.058Z+ do_assemble
6732024-04-10T16:23:28.058Z+ rm -r ./out/mgd
6742024-04-10T16:23:28.091Z+ mkdir ./out/mgd
6752024-04-10T16:23:28.091Z+ cp -r out/downloads/root ./out/mgd/root
6762024-04-10T16:23:28.137Z+ set -o errexit
6772024-04-10T16:23:28.197Z+++ dirname ./tools/ci_download_transceiver_control
6782024-04-10T16:23:28.198Z++ cd ./tools
6792024-04-10T16:23:28.198Z++ pwd
6802024-04-10T16:23:28.198Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6812024-04-10T16:23:28.198Z++ basename ./tools/ci_download_transceiver_control
6822024-04-10T16:23:28.198Z+ ARG0=ci_download_transceiver_control
6832024-04-10T16:23:28.198Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6842024-04-10T16:23:28.198Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6852024-04-10T16:23:28.199Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6862024-04-10T16:23:28.199Z+ TARGET_DIR=out
6872024-04-10T16:23:28.199Z+ DOWNLOAD_DIR=out/downloads
6882024-04-10T16:23:28.199Z+ DEST_DIR=./out/transceiver-control
6892024-04-10T16:23:28.199Z+ BIN_DIR=/opt/oxide/bin
6902024-04-10T16:23:28.199Z+ BINARY=xcvradm
6912024-04-10T16:23:28.199Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6922024-04-10T16:23:28.200Z+ REPO=oxidecomputer/transceiver-control
6932024-04-10T16:23:28.200Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6942024-04-10T16:23:28.200Z+ main
6952024-04-10T16:23:28.200Z+ [[ 0 != 0 ]]
6962024-04-10T16:23:28.200Z+ CIDL_OS=solaris2.11
6972024-04-10T16:23:28.200Z+ [[ 0 != 0 ]]
6982024-04-10T16:23:28.200Z+ configure_os solaris2.11
6992024-04-10T16:23:28.200Z+ echo 'current directory: /work/oxidecomputer/omicron'
7002024-04-10T16:23:28.200Zcurrent directory: /work/oxidecomputer/omicron
7012024-04-10T16:23:28.201Z+ echo 'configuring based on OS: "solaris2.11"'
7022024-04-10T16:23:28.201Z+ case "$1" in
7032024-04-10T16:23:28.201Zconfiguring based on OS: "solaris2.11"
7042024-04-10T16:23:28.201Z+ SET_BINARIES=
7052024-04-10T16:23:28.201Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7062024-04-10T16:23:28.202Z+ CIDL_SHA256FUNC=do_sha256sum
7072024-04-10T16:23:28.202Z+ ARCHIVE_FILENAME=xcvradm.gz
7082024-04-10T16:23:28.202Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7092024-04-10T16:23:28.202Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7102024-04-10T16:23:28.202Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7112024-04-10T16:23:28.202ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7122024-04-10T16:23:28.202Z+ echo 'Local file: out/downloads/xcvradm.gz'
7132024-04-10T16:23:28.202Z+ mkdir -p out/downloads
7142024-04-10T16:23:28.203ZLocal file: out/downloads/xcvradm.gz
7152024-04-10T16:23:28.203Z+ mkdir -p ./out/transceiver-control
7162024-04-10T16:23:28.203Z+ fetch_and_verify
7172024-04-10T16:23:28.203Z+ local DO_DOWNLOAD=true
7182024-04-10T16:23:28.203Z+ [[ -f out/downloads/xcvradm.gz ]]
7192024-04-10T16:23:28.203Z+ '[' true == true ']'
7202024-04-10T16:23:28.204Z+ echo Downloading...
7212024-04-10T16:23:28.204ZDownloading...
7222024-04-10T16:23:28.204Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7232024-04-10T16:23:28.204Z+ 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
7242024-04-10T16:23:30.381Z++ do_sha256sum out/downloads/xcvradm.gz
7252024-04-10T16:23:30.407Z++ sha256sum
7262024-04-10T16:23:30.407Z++ awk '{print $1}'
7272024-04-10T16:23:30.407Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7282024-04-10T16:23:30.407Z+ [[ 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 ]]
7292024-04-10T16:23:30.407Z+ do_unpack out/downloads/xcvradm.gz
7302024-04-10T16:23:30.407Z+ mkdir -p out/downloads/root//opt/oxide/bin
7312024-04-10T16:23:30.407Z+ gzip -dc out/downloads/xcvradm.gz
7322024-04-10T16:23:30.538Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7332024-04-10T16:23:30.564Z+ do_assemble
7342024-04-10T16:23:30.564Z+ rm -r ./out/transceiver-control
7352024-04-10T16:23:30.564Z+ mkdir ./out/transceiver-control
7362024-04-10T16:23:30.564Z+ cp -r out/downloads/root ./out/transceiver-control/root
7372024-04-10T16:23:30.629Z+ set -o errexit
7382024-04-10T16:23:30.660Z+++ dirname ./tools/ci_download_thundermuffin
7392024-04-10T16:23:30.660Z++ cd ./tools
7402024-04-10T16:23:30.660Z++ pwd
7412024-04-10T16:23:30.660Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7422024-04-10T16:23:30.660Z++ basename ./tools/ci_download_thundermuffin
7432024-04-10T16:23:30.660Z+ ARG0=ci_download_thundermuffin
7442024-04-10T16:23:30.660Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7452024-04-10T16:23:30.660Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7462024-04-10T16:23:30.660Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7472024-04-10T16:23:30.661Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7482024-04-10T16:23:30.661Z+ TARGET_DIR=out
7492024-04-10T16:23:30.661Z+ DOWNLOAD_DIR=out/downloads
7502024-04-10T16:23:30.661Z+ DEST_DIR=./out/thundermuffin
7512024-04-10T16:23:30.661Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7522024-04-10T16:23:30.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7532024-04-10T16:23:30.661Z+ REPO=oxidecomputer/thundermuffin
7542024-04-10T16:23:30.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7552024-04-10T16:23:30.661Z+ main
7562024-04-10T16:23:30.661Z+ rm -rf out/downloads/root
7572024-04-10T16:23:30.661Z+ [[ 0 != 0 ]]
7582024-04-10T16:23:30.661Z+ CIDL_OS=solaris2.11
7592024-04-10T16:23:30.661Z+ [[ 0 != 0 ]]
7602024-04-10T16:23:30.661Z+ configure_os solaris2.11
7612024-04-10T16:23:30.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
7622024-04-10T16:23:30.661Zcurrent directory: /work/oxidecomputer/omicron
7632024-04-10T16:23:30.661Z+ echo 'configuring based on OS: "solaris2.11"'
7642024-04-10T16:23:30.661Z+ case "$1" in
7652024-04-10T16:23:30.661Zconfiguring based on OS: "solaris2.11"
7662024-04-10T16:23:30.661Z+ SET_BINARIES=
7672024-04-10T16:23:30.661Z+ CIDL_SHA256FUNC=do_sha256sum
7682024-04-10T16:23:30.661Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7692024-04-10T16:23:30.661Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7702024-04-10T16:23:30.662Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7712024-04-10T16:23:30.662Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7722024-04-10T16:23:30.662Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7732024-04-10T16:23:30.662ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7742024-04-10T16:23:30.662ZLocal file: out/downloads/thundermuffin.tar.gz
7752024-04-10T16:23:30.662Z+ mkdir -p out/downloads
7762024-04-10T16:23:30.662Z+ mkdir -p ./out/thundermuffin
7772024-04-10T16:23:30.662Z+ fetch_and_verify
7782024-04-10T16:23:30.662Z+ local DO_DOWNLOAD=true
7792024-04-10T16:23:30.662Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7802024-04-10T16:23:30.662Z+ '[' true == true ']'
7812024-04-10T16:23:30.662Z+ echo Downloading...
7822024-04-10T16:23:30.662ZDownloading...
7832024-04-10T16:23:30.662Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7842024-04-10T16:23:30.662Z+ 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
7852024-04-10T16:23:31.965Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7862024-04-10T16:23:31.997Z++ sha256sum
7872024-04-10T16:23:31.997Z++ awk '{print $1}'
7882024-04-10T16:23:31.997Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7892024-04-10T16:23:31.997Z+ [[ 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 ]]
7902024-04-10T16:23:31.997Z+ do_untar out/downloads/thundermuffin.tar.gz
7912024-04-10T16:23:31.998Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7922024-04-10T16:23:32.050Z+ do_assemble
7932024-04-10T16:23:32.050Z+ rm -r ./out/thundermuffin
7942024-04-10T16:23:32.076Z+ mkdir ./out/thundermuffin
7952024-04-10T16:23:32.076Z+ cp -r out/downloads/root ./out/thundermuffin/root
7962024-04-10T16:23:32.110ZAll builder prerequisites installed successfully, and PATH looks valid
7972024-04-10T16:23:32.110Z
7982024-04-10T16:23:32.110Zreal 1:49.449144186
7992024-04-10T16:23:32.110Zuser 44.472481277
8002024-04-10T16:23:32.110Zsys 11.953991112
8012024-04-10T16:23:32.110Ztrap 0.010800305
8022024-04-10T16:23:32.110Ztflt 0.011280768
8032024-04-10T16:23:32.110Zdflt 0.018073498
8042024-04-10T16:23:32.110Zkflt 0.005711340
8052024-04-10T16:23:32.110Zlock 1.282346694
8062024-04-10T16:23:32.110Zslp 3:38.273147338
8072024-04-10T16:23:32.110Zlat 4.340567461
8082024-04-10T16:23:32.110Zstop 0.059097430
8092024-04-10T16:23:32.110Z
8102024-04-10T16:23:32.110Z ##### # # # # #####
8112024-04-10T16:23:32.110Z # # # # # # # #
8122024-04-10T16:23:32.111Z ##### # # # # # #
8132024-04-10T16:23:32.111Z # # # # # # # #
8142024-04-10T16:23:32.111Z # # # # # # # #
8152024-04-10T16:23:32.111Z ##### #### # ###### #####
8162024-04-10T16:23:32.111Z
8172024-04-10T16:23:32.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8182024-04-10T16:23:33.307Z Updating git repository `https://github.com/oxidecomputer/zone`
8192024-04-10T16:23:34.005Z Updating crates.io index
8202024-04-10T16:23:34.089Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8212024-04-10T16:23:35.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8222024-04-10T16:23:36.590Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8232024-04-10T16:23:39.352Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8242024-04-10T16:23:41.146Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252024-04-10T16:23:41.816Z Updating git repository `https://github.com/oxidecomputer/propolis`
8262024-04-10T16:23:44.519Z Updating git repository `https://github.com/oxidecomputer/crucible`
8272024-04-10T16:23:46.719Z Updating git repository `https://github.com/oxidecomputer/opte`
8282024-04-10T16:23:48.831Z Updating git repository `https://github.com/oxidecomputer/falcon`
8292024-04-10T16:23:50.483Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8302024-04-10T16:23:51.192Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312024-04-10T16:23:52.291Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8322024-04-10T16:23:53.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8332024-04-10T16:23:53.722Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8342024-04-10T16:23:54.905Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8352024-04-10T16:23:55.613Z Updating git repository `http://github.com/oxidecomputer/tofino`
8362024-04-10T16:23:56.439Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8372024-04-10T16:23:57.098Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8382024-04-10T16:23:57.745Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8392024-04-10T16:23:58.453Z Updating git repository `https://github.com/oxidecomputer/ispf`
8402024-04-10T16:23:59.165Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8412024-04-10T16:23:59.831Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8422024-04-10T16:24:00.677Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8432024-04-10T16:24:01.489Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8442024-04-10T16:24:02.352Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8452024-04-10T16:24:03.036Z Updating git repository `https://github.com/jgallagher/nix`
8462024-04-10T16:24:04.955Z Updating git repository `https://github.com/cbiffle/hubpack`
8472024-04-10T16:24:05.719Z Updating git repository `https://github.com/oxidecomputer/typify`
8482024-04-10T16:24:07.951Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8492024-04-10T16:24:08.609Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8502024-04-10T16:24:09.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8512024-04-10T16:24:10.151Z Updating git repository `https://github.com/oxidecomputer/rfb`
8522024-04-10T16:24:12.359Z Downloading crates ...
8532024-04-10T16:24:12.518Z Downloaded approx v0.5.1
8542024-04-10T16:24:12.546Z Downloaded arrayref v0.3.7
8552024-04-10T16:24:12.546Z Downloaded array-init v0.0.4
8562024-04-10T16:24:12.546Z Downloaded async-stream-impl v0.3.5
8572024-04-10T16:24:12.546Z Downloaded block-padding v0.3.3
8582024-04-10T16:24:12.546Z Downloaded block-buffer v0.10.4
8592024-04-10T16:24:12.546Z Downloaded bzip2 v0.4.4
8602024-04-10T16:24:12.546Z Downloaded bcs v0.1.6
8612024-04-10T16:24:12.546Z Downloaded fs-err v2.11.0
8622024-04-10T16:24:12.546Z Downloaded byteorder v1.5.0
8632024-04-10T16:24:12.574Z Downloaded futures-timer v3.0.2
8642024-04-10T16:24:12.574Z Downloaded generic-array v0.14.7
8652024-04-10T16:24:12.600Z Downloaded sqlparser_derive v0.2.2
8662024-04-10T16:24:12.600Z Downloaded unicode-linebreak v0.1.5
8672024-04-10T16:24:12.600Z Downloaded unicode-xid v0.2.4
8682024-04-10T16:24:12.626Z Downloaded crc-catalog v2.2.0
8692024-04-10T16:24:12.626Z Downloaded cstr-argument v0.1.2
8702024-04-10T16:24:12.626Z Downloaded darling_macro v0.20.8
8712024-04-10T16:24:12.626Z Downloaded crc-any v2.4.3
8722024-04-10T16:24:12.626Z Downloaded dhcproto-macros v0.1.0
8732024-04-10T16:24:12.626Z Downloaded datatest-stable v0.2.6
8742024-04-10T16:24:12.652Z Downloaded sync_wrapper v0.1.2
8752024-04-10T16:24:12.652Z Downloaded tower-layer v0.3.2
8762024-04-10T16:24:12.652Z Downloaded psl-types v2.0.11
8772024-04-10T16:24:12.652Z Downloaded foreign-types v0.5.0
8782024-04-10T16:24:12.652Z Downloaded matches v0.1.10
8792024-04-10T16:24:12.652Z Downloaded num_threads v0.1.6
8802024-04-10T16:24:12.679Z Downloaded maybe-uninit v2.0.0
8812024-04-10T16:24:12.679Z Downloaded rustc_version v0.4.0
8822024-04-10T16:24:12.679Z Downloaded rand_xorshift v0.3.0
8832024-04-10T16:24:12.679Z Downloaded strum v0.26.2
8842024-04-10T16:24:12.679Z Downloaded sha1 v0.10.6
8852024-04-10T16:24:12.705Z Downloaded foreign-types-shared v0.3.1
8862024-04-10T16:24:12.705Z Downloaded oso-derive v0.27.3
8872024-04-10T16:24:12.705Z Downloaded fnv v1.0.7
8882024-04-10T16:24:12.705Z Downloaded russh-cryptovec v0.7.0
8892024-04-10T16:24:12.705Z Downloaded tokio-tungstenite v0.20.1
8902024-04-10T16:24:12.705Z Downloaded time-core v0.1.2
8912024-04-10T16:24:12.705Z Downloaded want v0.3.1
8922024-04-10T16:24:12.731Z Downloaded dyn-clone v1.0.17
8932024-04-10T16:24:12.731Z Downloaded tough v0.17.1
8942024-04-10T16:24:12.731Z Downloaded whoami v1.5.0
8952024-04-10T16:24:12.758Z Downloaded vte_generate_state_changes v0.1.1
8962024-04-10T16:24:12.758Z Downloaded parse-display-derive v0.9.0
8972024-04-10T16:24:12.758Z Downloaded newtype_derive v0.1.6
8982024-04-10T16:24:12.758Z Downloaded flate2 v1.0.28
8992024-04-10T16:24:12.758Z Downloaded zone_cfg_derive v0.1.2
9002024-04-10T16:24:12.758Z Downloaded nibble_vec v0.1.0
9012024-04-10T16:24:12.784Z Downloaded scopeguard v1.2.0
9022024-04-10T16:24:12.784Z Downloaded openssl-macros v0.1.1
9032024-04-10T16:24:12.784Z Downloaded usdt-macro v0.5.0
9042024-04-10T16:24:12.784Z Downloaded opaque-debug v0.3.0
9052024-04-10T16:24:12.784Z Downloaded usdt-macro v0.3.5
9062024-04-10T16:24:12.784Z Downloaded utf-8 v0.7.6
9072024-04-10T16:24:12.810Z Downloaded sigpipe v0.1.3
9082024-04-10T16:24:12.811Z Downloaded termtree v0.4.1
9092024-04-10T16:24:12.811Z Downloaded dirs-sys-next v0.1.2
9102024-04-10T16:24:12.811Z Downloaded dtrace-parser v0.1.14
9112024-04-10T16:24:12.811Z Downloaded thiserror v1.0.58
9122024-04-10T16:24:12.811Z Downloaded slog-envlogger v2.2.0
9132024-04-10T16:24:12.837Z Downloaded termios v0.3.3
9142024-04-10T16:24:12.837Z Downloaded num-complex v0.4.4
9152024-04-10T16:24:12.837Z Downloaded unsafe-libyaml v0.2.10
9162024-04-10T16:24:12.837Z Downloaded slog v2.7.0
9172024-04-10T16:24:12.863Z Downloaded mio v0.8.11
9182024-04-10T16:24:12.863Z Downloaded num-bigint v0.4.4
9192024-04-10T16:24:12.889Z Downloaded vcpkg v0.2.15
9202024-04-10T16:24:12.932Z Downloaded termcolor v1.2.0
9212024-04-10T16:24:12.960Z Downloaded thread_local v1.1.7
9222024-04-10T16:24:12.960Z Downloaded sled v0.34.7
9232024-04-10T16:24:12.986Z Downloaded tokio v1.37.0
9242024-04-10T16:24:13.015Z Downloaded serde v1.0.197
9252024-04-10T16:24:13.040Z Downloaded encoding_rs v0.8.33
9262024-04-10T16:24:13.066Z Downloaded num-bigint-dig v0.8.4
9272024-04-10T16:24:13.066Z Downloaded lalrpop v0.19.12
9282024-04-10T16:24:13.092Z Downloaded regex v1.10.4
9292024-04-10T16:24:13.117Z Downloaded trust-dns-proto v0.22.0
9302024-04-10T16:24:13.142Z Downloaded winapi v0.3.9
9312024-04-10T16:24:13.177Z Downloaded ring v0.17.8
9322024-04-10T16:24:13.256Z Downloaded ring v0.16.20
9332024-04-10T16:24:13.346Z Downloaded libc v0.2.153
9342024-04-10T16:24:13.377Z Downloaded object v0.32.1
9352024-04-10T16:24:13.402Z Downloaded object v0.30.4
9362024-04-10T16:24:13.403Z Downloaded radix_trie v0.2.1
9372024-04-10T16:24:13.428Z Downloaded idna v0.2.3
9382024-04-10T16:24:13.428Z Downloaded idna v0.5.0
9392024-04-10T16:24:13.428Z Downloaded idna v0.3.0
9402024-04-10T16:24:13.428Z Downloaded regex-automata v0.1.10
9412024-04-10T16:24:13.454Z Downloaded serde_json v1.0.115
9422024-04-10T16:24:13.454Z Downloaded winnow v0.6.1
9432024-04-10T16:24:13.454Z Downloaded quick-xml v0.31.0
9442024-04-10T16:24:13.479Z Downloaded gimli v0.28.0
9452024-04-10T16:24:13.479Z Downloaded winnow v0.5.15
9462024-04-10T16:24:13.479Z Downloaded hyper v0.14.28
9472024-04-10T16:24:13.505Z Downloaded nom v7.1.3
9482024-04-10T16:24:13.505Z Downloaded memchr v2.7.1
9492024-04-10T16:24:13.505Z Downloaded libxml v0.3.3
9502024-04-10T16:24:13.505Z Downloaded rand v0.7.3
9512024-04-10T16:24:13.505Z Downloaded libm v0.2.7
9522024-04-10T16:24:13.531Z Downloaded itertools v0.12.1
9532024-04-10T16:24:13.531Z Downloaded itertools v0.10.5
9542024-04-10T16:24:13.531Z Downloaded hyper v1.1.0
9552024-04-10T16:24:13.559Z Downloaded hkdf v0.12.4
9562024-04-10T16:24:13.560Z Downloaded hashbrown v0.14.3
9572024-04-10T16:24:13.560Z Downloaded h2 v0.3.26
9582024-04-10T16:24:13.560Z Downloaded guppy v0.17.5
9592024-04-10T16:24:13.590Z Downloaded goblin v0.8.0
9602024-04-10T16:24:13.591Z Downloaded similar v2.4.0
9612024-04-10T16:24:13.591Z Downloaded ron v0.8.1
9622024-04-10T16:24:13.591Z Downloaded regex-automata v0.4.5
9632024-04-10T16:24:13.617Z Downloaded sha3 v0.10.8
9642024-04-10T16:24:13.617Z Downloaded expectorate v1.1.0
9652024-04-10T16:24:13.617Z Downloaded trust-dns-client v0.22.0
9662024-04-10T16:24:13.617Z Downloaded csv v1.3.0
9672024-04-10T16:24:13.645Z Downloaded hashbrown v0.13.2
9682024-04-10T16:24:13.673Z Downloaded siphasher v0.3.11
9692024-04-10T16:24:13.673Z Downloaded parking_lot v0.12.1
9702024-04-10T16:24:13.673Z Downloaded papergrid v0.11.0
9712024-04-10T16:24:13.673Z Downloaded tracing v0.1.40
9722024-04-10T16:24:13.673Z Downloaded steno v0.4.0
9732024-04-10T16:24:13.673Z Downloaded http v0.2.12
9742024-04-10T16:24:13.674Z Downloaded slog-term v2.9.1
9752024-04-10T16:24:13.674Z Downloaded parking_lot v0.11.2
9762024-04-10T16:24:13.674Z Downloaded zerocopy-derive v0.6.6
9772024-04-10T16:24:13.699Z Downloaded http v1.0.0
9782024-04-10T16:24:13.699Z Downloaded mime v0.3.17
9792024-04-10T16:24:13.699Z Downloaded memoffset v0.7.1
9802024-04-10T16:24:13.699Z Downloaded threadpool v1.8.1
9812024-04-10T16:24:13.699Z Downloaded thread-id v4.2.0
9822024-04-10T16:24:13.699Z Downloaded thiserror-no-std v2.0.2
9832024-04-10T16:24:13.699Z Downloaded thiserror-impl-no-std v2.0.2
9842024-04-10T16:24:13.699Z Downloaded rustc_version v0.1.7
9852024-04-10T16:24:13.725Z Downloaded rustc-hash v1.1.0
9862024-04-10T16:24:13.725Z Downloaded regress v0.9.1
9872024-04-10T16:24:13.725Z Downloaded regex-syntax v0.8.2
9882024-04-10T16:24:13.725Z Downloaded regex-syntax v0.6.29
9892024-04-10T16:24:13.750Z Downloaded uuid v0.8.2
9902024-04-10T16:24:13.750Z Downloaded utf8parse v0.2.1
9912024-04-10T16:24:13.750Z Downloaded ref-cast-impl v1.0.20
9922024-04-10T16:24:13.750Z Downloaded ref-cast v1.0.20
9932024-04-10T16:24:13.750Z Downloaded openapiv3 v2.0.0
9942024-04-10T16:24:13.776Z Downloaded constant_time_eq v0.2.6
9952024-04-10T16:24:13.776Z Downloaded const_format_proc_macros v0.2.32
9962024-04-10T16:24:13.776Z Downloaded serde_derive_internals v0.26.0
9972024-04-10T16:24:13.776Z Downloaded semver v1.0.22
9982024-04-10T16:24:13.776Z Downloaded semver v0.1.20
9992024-04-10T16:24:13.776Z Downloaded secrecy v0.8.0
10002024-04-10T16:24:13.776Z Downloaded sec1 v0.7.3
10012024-04-10T16:24:13.776Z Downloaded nix v0.28.0
10022024-04-10T16:24:13.802Z Downloaded term v0.7.0
10032024-04-10T16:24:13.802Z Downloaded tempfile v3.10.1
10042024-04-10T16:24:13.802Z Downloaded smallvec v1.13.1
10052024-04-10T16:24:13.802Z Downloaded pem-rfc7468 v0.7.0
10062024-04-10T16:24:13.802Z Downloaded peg-macros v0.8.2
10072024-04-10T16:24:13.802Z Downloaded env_logger v0.10.0
10082024-04-10T16:24:13.802Z Downloaded env_logger v0.9.3
10092024-04-10T16:24:13.802Z Downloaded parking_lot_core v0.8.6
10102024-04-10T16:24:13.803Z Downloaded ratatui v0.26.1
10112024-04-10T16:24:13.829Z Downloaded omicron-zone-package v0.11.0
10122024-04-10T16:24:13.829Z Downloaded zip v0.6.6
10132024-04-10T16:24:13.829Z Downloaded zerocopy-derive v0.2.0
10142024-04-10T16:24:13.854Z Downloaded tracing-core v0.1.32
10152024-04-10T16:24:13.855Z Downloaded indexmap v2.2.6
10162024-04-10T16:24:13.855Z Downloaded openssl v0.10.64
10172024-04-10T16:24:13.881Z Downloaded rustls v0.22.2
10182024-04-10T16:24:13.881Z Downloaded rustix v0.38.31
10192024-04-10T16:24:13.906Z Downloaded minimal-lexical v0.2.1
10202024-04-10T16:24:13.906Z Downloaded x509-cert v0.2.4
10212024-04-10T16:24:13.932Z Downloaded reqwest v0.11.24
10222024-04-10T16:24:13.932Z Downloaded nodrop v0.1.14
10232024-04-10T16:24:13.932Z Downloaded webpki-roots v0.25.2
10242024-04-10T16:24:13.932Z Downloaded rustls v0.21.9
10252024-04-10T16:24:13.957Z Downloaded tracing-attributes v0.1.27
10262024-04-10T16:24:13.957Z Downloaded reedline v0.31.0
10272024-04-10T16:24:13.957Z Downloaded smoltcp v0.9.1
10282024-04-10T16:24:13.986Z Downloaded dtrace-parser v0.2.0
10292024-04-10T16:24:13.986Z Downloaded salty v0.2.0
10302024-04-10T16:24:13.986Z Downloaded mockall_derive v0.12.1
10312024-04-10T16:24:13.986Z Downloaded miniz_oxide v0.7.1
10322024-04-10T16:24:13.986Z Downloaded uuid v1.8.0
10332024-04-10T16:24:13.986Z Downloaded textwrap v0.16.1
10342024-04-10T16:24:13.986Z Downloaded test-strategy v0.3.1
10352024-04-10T16:24:14.012Z Downloaded samael v0.0.15
10362024-04-10T16:24:14.013Z Downloaded lock_api v0.4.10
10372024-04-10T16:24:14.013Z Downloaded libtest-mimic v0.7.2
10382024-04-10T16:24:14.013Z Downloaded diesel v2.1.5
10392024-04-10T16:24:14.039Z Downloaded heapless v0.7.16
10402024-04-10T16:24:14.039Z Downloaded hashbrown v0.12.3
10412024-04-10T16:24:14.039Z Downloaded terminal_size v0.3.0
10422024-04-10T16:24:14.040Z Downloaded slab v0.4.9
10432024-04-10T16:24:14.040Z Downloaded nu-ansi-term v0.50.0
10442024-04-10T16:24:14.040Z Downloaded mime_guess v2.0.4
10452024-04-10T16:24:14.040Z Downloaded walkdir v2.5.0
10462024-04-10T16:24:14.040Z Downloaded tokio-postgres v0.7.10
10472024-04-10T16:24:14.066Z Downloaded wait-timeout v0.2.0
10482024-04-10T16:24:14.066Z Downloaded target-spec v3.1.0
10492024-04-10T16:24:14.066Z Downloaded smallvec v0.6.14
10502024-04-10T16:24:14.066Z Downloaded pem v3.0.4
10512024-04-10T16:24:14.066Z Downloaded peg v0.8.2
10522024-04-10T16:24:14.066Z Downloaded target-lexicon v0.12.13
10532024-04-10T16:24:14.066Z Downloaded polar-core v0.27.3
10542024-04-10T16:24:14.066Z Downloaded num-conv v0.1.0
10552024-04-10T16:24:14.066Z Downloaded mockall v0.12.1
10562024-04-10T16:24:14.092Z Downloaded constant_time_eq v0.3.0
10572024-04-10T16:24:14.092Z Downloaded xattr v1.0.1
10582024-04-10T16:24:14.092Z Downloaded wyz v0.5.1
10592024-04-10T16:24:14.092Z Downloaded ryu v1.0.15
10602024-04-10T16:24:14.092Z Downloaded ron v0.7.1
10612024-04-10T16:24:14.092Z Downloaded rcgen v0.12.1
10622024-04-10T16:24:14.092Z Downloaded fallible-iterator v0.2.0
10632024-04-10T16:24:14.092Z Downloaded syn v2.0.58
10642024-04-10T16:24:14.118Z Downloaded diff v0.1.13
10652024-04-10T16:24:14.118Z Downloaded heapless v0.8.0
10662024-04-10T16:24:14.118Z Downloaded textwrap v0.11.0
10672024-04-10T16:24:14.118Z Downloaded rayon-core v1.12.1
10682024-04-10T16:24:14.118Z Downloaded openssl-sys v0.9.102
10692024-04-10T16:24:14.118Z Downloaded time v0.3.34
10702024-04-10T16:24:14.144Z Downloaded syn v1.0.109
10712024-04-10T16:24:14.144Z Downloaded downcast v0.11.0
10722024-04-10T16:24:14.144Z Downloaded doc-comment v0.3.3
10732024-04-10T16:24:14.144Z Downloaded waitgroup v0.1.2
10742024-04-10T16:24:14.144Z Downloaded thiserror-impl v1.0.58
10752024-04-10T16:24:14.144Z Downloaded dirs-sys v0.4.1
10762024-04-10T16:24:14.144Z Downloaded dirs-next v2.0.0
10772024-04-10T16:24:14.170Z Downloaded relative-path v1.9.0
10782024-04-10T16:24:14.170Z Downloaded schemars v0.8.16
10792024-04-10T16:24:14.170Z Downloaded once_cell v1.19.0
10802024-04-10T16:24:14.170Z Downloaded dirs v5.0.1
10812024-04-10T16:24:14.170Z Downloaded digest v0.10.7
10822024-04-10T16:24:14.170Z Downloaded difflib v0.4.0
10832024-04-10T16:24:14.170Z Downloaded convert_case v0.4.0
10842024-04-10T16:24:14.170Z Downloaded signature v2.1.0
10852024-04-10T16:24:14.198Z Downloaded serde_plain v1.0.2
10862024-04-10T16:24:14.198Z Downloaded serde_path_to_error v0.1.16
10872024-04-10T16:24:14.198Z Downloaded same-file v1.0.6
10882024-04-10T16:24:14.198Z Downloaded curve25519-dalek v4.1.1
10892024-04-10T16:24:14.198Z Downloaded display-error-chain v0.2.0
10902024-04-10T16:24:14.198Z Downloaded oorandom v11.1.3
10912024-04-10T16:24:14.198Z Downloaded num-integer v0.1.46
10922024-04-10T16:24:14.198Z Downloaded tokio-stream v0.1.15
10932024-04-10T16:24:14.198Z Downloaded tokio-rustls v0.25.0
10942024-04-10T16:24:14.224Z Downloaded tokio-rustls v0.24.1
10952024-04-10T16:24:14.224Z Downloaded tokio-native-tls v0.3.1
10962024-04-10T16:24:14.224Z Downloaded p521 v0.13.3
10972024-04-10T16:24:14.224Z Downloaded num v0.4.1
10982024-04-10T16:24:14.224Z Downloaded rfc6979 v0.4.0
10992024-04-10T16:24:14.224Z Downloaded resolv-conf v0.7.0
11002024-04-10T16:24:14.224Z Downloaded num-iter v0.1.44
11012024-04-10T16:24:14.224Z Downloaded num-derive v0.4.0
11022024-04-10T16:24:14.224Z Downloaded fatfs v0.3.6
11032024-04-10T16:24:14.224Z Downloaded tokio-macros v2.2.0
11042024-04-10T16:24:14.224Z Downloaded parking_lot_core v0.9.8
11052024-04-10T16:24:14.224Z Downloaded normalize-line-endings v0.3.0
11062024-04-10T16:24:14.224Z Downloaded rayon v1.10.0
11072024-04-10T16:24:14.250Z Downloaded structopt v0.3.26
11082024-04-10T16:24:14.250Z Downloaded memmap2 v0.7.1
11092024-04-10T16:24:14.250Z Downloaded linked-hash-map v0.5.6
11102024-04-10T16:24:14.250Z Downloaded typed-path v0.7.0
11112024-04-10T16:24:14.276Z Downloaded tokio-util v0.7.10
11122024-04-10T16:24:14.276Z Downloaded parse-display v0.9.0
11132024-04-10T16:24:14.276Z Downloaded linear-map v1.2.0
11142024-04-10T16:24:14.276Z Downloaded openssl-probe v0.1.5
11152024-04-10T16:24:14.276Z Downloaded sct v0.7.0
11162024-04-10T16:24:14.276Z Downloaded elliptic-curve v0.13.8
11172024-04-10T16:24:14.276Z Downloaded ed25519-dalek v2.0.0
11182024-04-10T16:24:14.276Z Downloaded serde_with v3.7.0
11192024-04-10T16:24:14.301Z Downloaded rustyline v14.0.0
11202024-04-10T16:24:14.301Z Downloaded tabled v0.15.0
11212024-04-10T16:24:14.327Z Downloaded quote v1.0.36
11222024-04-10T16:24:14.327Z Downloaded memmap v0.7.0
11232024-04-10T16:24:14.327Z Downloaded ff v0.13.0
11242024-04-10T16:24:14.327Z Downloaded fd-lock v4.0.2
11252024-04-10T16:24:14.327Z Downloaded fastrand v2.0.1
11262024-04-10T16:24:14.327Z Downloaded zone v0.1.8
11272024-04-10T16:24:14.327Z Downloaded scroll v0.12.0
11282024-04-10T16:24:14.327Z Downloaded native-tls v0.2.11
11292024-04-10T16:24:14.327Z Downloaded multer v3.0.0
11302024-04-10T16:24:14.327Z Downloaded vte v0.11.1
11312024-04-10T16:24:14.353Z Downloaded peg-runtime v0.8.2
11322024-04-10T16:24:14.353Z Downloaded russh v0.42.0
11332024-04-10T16:24:14.353Z Downloaded usdt-impl v0.5.0
11342024-04-10T16:24:14.353Z Downloaded usdt-impl v0.3.5
11352024-04-10T16:24:14.353Z Downloaded proptest v1.4.0
11362024-04-10T16:24:14.353Z Downloaded schemars_derive v0.8.16
11372024-04-10T16:24:14.353Z Downloaded scheduled-thread-pool v0.2.7
11382024-04-10T16:24:14.353Z Downloaded nanorand v0.7.0
11392024-04-10T16:24:14.379Z Downloaded peeking_take_while v0.1.2
11402024-04-10T16:24:14.379Z Downloaded equivalent v1.0.1
11412024-04-10T16:24:14.379Z Downloaded enum-as-inner v0.5.1
11422024-04-10T16:24:14.379Z Downloaded endian-type v0.1.2
11432024-04-10T16:24:14.379Z Downloaded rsa v0.9.2
11442024-04-10T16:24:14.380Z Downloaded trust-dns-resolver v0.22.0
11452024-04-10T16:24:14.380Z Downloaded indicatif v0.17.8
11462024-04-10T16:24:14.380Z Downloaded newtype-uuid v1.0.1
11472024-04-10T16:24:14.380Z Downloaded flagset v0.4.3
11482024-04-10T16:24:14.380Z Downloaded fixedbitset v0.4.2
11492024-04-10T16:24:14.380Z Downloaded filetime v0.2.23
11502024-04-10T16:24:14.406Z Downloaded vsss-rs v3.3.4
11512024-04-10T16:24:14.406Z Downloaded pbkdf2 v0.12.2
11522024-04-10T16:24:14.406Z Downloaded partial-io v0.5.4
11532024-04-10T16:24:14.406Z Downloaded scroll_derive v0.12.0
11542024-04-10T16:24:14.406Z Downloaded multimap v0.10.0
11552024-04-10T16:24:14.406Z Downloaded dof v0.3.0
11562024-04-10T16:24:14.406Z Downloaded dof v0.1.5
11572024-04-10T16:24:14.406Z Downloaded version_check v0.9.4
11582024-04-10T16:24:14.406Z Downloaded vec_map v0.8.2
11592024-04-10T16:24:14.406Z Downloaded password-hash v0.4.2
11602024-04-10T16:24:14.406Z Downloaded olpc-cjson v0.1.3
11612024-04-10T16:24:14.406Z Downloaded newline-converter v0.3.0
11622024-04-10T16:24:14.406Z Downloaded new_debug_unreachable v1.0.4
11632024-04-10T16:24:14.406Z Downloaded nested v0.1.1
11642024-04-10T16:24:14.407Z Downloaded slog-stdlog v4.1.1
11652024-04-10T16:24:14.407Z Downloaded slog-scope v4.4.0
11662024-04-10T16:24:14.407Z Downloaded slog-json v2.6.1
11672024-04-10T16:24:14.407Z Downloaded pbkdf2 v0.11.0
11682024-04-10T16:24:14.435Z Downloaded paste v1.0.14
11692024-04-10T16:24:14.435Z Downloaded password-hash v0.5.0
11702024-04-10T16:24:14.436Z Downloaded ena v0.14.2
11712024-04-10T16:24:14.436Z Downloaded ecdsa v0.16.9
11722024-04-10T16:24:14.436Z Downloaded tinyvec_macros v0.1.1
11732024-04-10T16:24:14.436Z Downloaded tinyvec v1.6.0
11742024-04-10T16:24:14.436Z Downloaded signature v1.6.4
11752024-04-10T16:24:14.436Z Downloaded url v2.5.0
11762024-04-10T16:24:14.436Z Downloaded trust-dns-server v0.22.1
11772024-04-10T16:24:14.461Z Downloaded zerocopy v0.7.32
11782024-04-10T16:24:14.461Z Downloaded hyper-util v0.1.2
11792024-04-10T16:24:14.461Z Downloaded embedded-io v0.4.0
11802024-04-10T16:24:14.462Z Downloaded either v1.10.0
11812024-04-10T16:24:14.462Z Downloaded ed25519 v1.5.3
11822024-04-10T16:24:14.488Z Downloaded russh-keys v0.42.0
11832024-04-10T16:24:14.488Z Downloaded rstest v0.18.2
11842024-04-10T16:24:14.488Z Downloaded p256 v0.13.2
11852024-04-10T16:24:14.488Z Downloaded flume v0.11.0
11862024-04-10T16:24:14.488Z Downloaded zeroize_derive v1.4.2
11872024-04-10T16:24:14.488Z Downloaded zeroize v1.7.0
11882024-04-10T16:24:14.488Z Downloaded plotters v0.3.5
11892024-04-10T16:24:14.514Z Downloaded pathdiff v0.2.1
11902024-04-10T16:24:14.514Z Downloaded path-slash v0.1.5
11912024-04-10T16:24:14.514Z Downloaded parse-size v1.0.0
11922024-04-10T16:24:14.514Z Downloaded ed25519 v2.2.2
11932024-04-10T16:24:14.514Z Downloaded tinytemplate v1.2.1
11942024-04-10T16:24:14.514Z Downloaded serde_tokenstream v0.2.0
11952024-04-10T16:24:14.514Z Downloaded owo-colors v4.0.0
11962024-04-10T16:24:14.514Z Downloaded tungstenite v0.21.0
11972024-04-10T16:24:14.514Z Downloaded tungstenite v0.20.1
11982024-04-10T16:24:14.514Z Downloaded untrusted v0.7.1
11992024-04-10T16:24:14.540Z Downloaded strsim v0.11.0
12002024-04-10T16:24:14.540Z Downloaded strsim v0.10.0
12012024-04-10T16:24:14.540Z Downloaded headers v0.3.9
12022024-04-10T16:24:14.540Z Downloaded which v4.4.0
12032024-04-10T16:24:14.540Z Downloaded serde_repr v0.1.16
12042024-04-10T16:24:14.540Z Downloaded oso v0.27.3
12052024-04-10T16:24:14.540Z Downloaded toml v0.5.11
12062024-04-10T16:24:14.540Z Downloaded smoltcp v0.11.0
12072024-04-10T16:24:14.566Z Downloaded portable-atomic v1.4.3
12082024-04-10T16:24:14.566Z Downloaded ipnet v2.9.0
12092024-04-10T16:24:14.566Z Downloaded indexmap v1.9.3
12102024-04-10T16:24:14.566Z Downloaded tiny-keccak v2.0.2
12112024-04-10T16:24:14.566Z Downloaded time-macros v0.2.17
12122024-04-10T16:24:14.592Z Downloaded rpassword v7.3.1
12132024-04-10T16:24:14.592Z Downloaded packed_struct_codegen v0.10.1
12142024-04-10T16:24:14.593Z Downloaded trybuild v1.0.91
12152024-04-10T16:24:14.593Z Downloaded toml v0.8.12
12162024-04-10T16:24:14.593Z Downloaded tap v1.0.1
12172024-04-10T16:24:14.593Z Downloaded radium v0.7.0
12182024-04-10T16:24:14.593Z Downloaded r2d2 v0.8.10
12192024-04-10T16:24:14.593Z Downloaded quick-error v1.2.3
12202024-04-10T16:24:14.593Z Downloaded libloading v0.7.4
12212024-04-10T16:24:14.593Z Downloaded hyper-rustls v0.24.2
12222024-04-10T16:24:14.593Z Downloaded half v2.3.1
12232024-04-10T16:24:14.619Z Downloaded signal-hook-tokio v0.3.1
12242024-04-10T16:24:14.619Z Downloaded signal-hook-registry v1.4.1
12252024-04-10T16:24:14.619Z Downloaded signal-hook-mio v0.2.3
12262024-04-10T16:24:14.619Z Downloaded shell-words v1.1.0
12272024-04-10T16:24:14.619Z Downloaded serde_urlencoded v0.7.1
12282024-04-10T16:24:14.619Z Downloaded serde_tokenstream v0.1.7
12292024-04-10T16:24:14.619Z Downloaded serde_spanned v0.6.5
12302024-04-10T16:24:14.619Z Downloaded rtoolbox v0.0.1
12312024-04-10T16:24:14.619Z Downloaded usdt-attr-macro v0.5.0
12322024-04-10T16:24:14.619Z Downloaded usdt-attr-macro v0.3.5
12332024-04-10T16:24:14.620Z Downloaded toml v0.7.8
12342024-04-10T16:24:14.620Z Downloaded rand v0.8.5
12352024-04-10T16:24:14.620Z Downloaded hmac v0.12.1
12362024-04-10T16:24:14.620Z Downloaded packed_struct v0.10.1
12372024-04-10T16:24:14.645Z Downloaded serde_yaml v0.9.25
12382024-04-10T16:24:14.645Z Downloaded tar v0.4.40
12392024-04-10T16:24:14.645Z Downloaded float-cmp v0.9.0
12402024-04-10T16:24:14.645Z Downloaded number_prefix v0.4.0
12412024-04-10T16:24:14.646Z Downloaded toml_edit v0.22.9
12422024-04-10T16:24:14.671Z Downloaded pest v2.7.6
12432024-04-10T16:24:14.671Z Downloaded bzip2-sys v0.1.11+1.0.8
12442024-04-10T16:24:14.697Z Downloaded tower v0.4.13
12452024-04-10T16:24:14.697Z Downloaded keccak v0.1.4
12462024-04-10T16:24:14.697Z Downloaded iana-time-zone v0.1.57
12472024-04-10T16:24:14.697Z Downloaded hyper-rustls v0.26.0
12482024-04-10T16:24:14.697Z Downloaded httptest v0.15.5
12492024-04-10T16:24:14.697Z Downloaded httparse v1.8.0
12502024-04-10T16:24:14.722Z Downloaded globset v0.4.13
12512024-04-10T16:24:14.722Z Downloaded bstr v1.9.0
12522024-04-10T16:24:14.722Z Downloaded option-ext v0.2.0
12532024-04-10T16:24:14.723Z Downloaded foreign-types-shared v0.1.1
12542024-04-10T16:24:14.723Z Downloaded usdt v0.5.0
12552024-04-10T16:24:14.723Z Downloaded usdt v0.3.5
12562024-04-10T16:24:14.723Z Downloaded tui-tree-widget v0.19.0
12572024-04-10T16:24:14.723Z Downloaded toml_datetime v0.6.5
12582024-04-10T16:24:14.723Z Downloaded tokio-tungstenite v0.21.0
12592024-04-10T16:24:14.723Z Downloaded strum_macros v0.26.1
12602024-04-10T16:24:14.748Z Downloaded strum_macros v0.24.3
12612024-04-10T16:24:14.748Z Downloaded untrusted v0.9.0
12622024-04-10T16:24:14.748Z Downloaded universal-hash v0.5.1
12632024-04-10T16:24:14.748Z Downloaded structmeta-derive v0.3.0
12642024-04-10T16:24:14.749Z Downloaded structmeta-derive v0.2.0
12652024-04-10T16:24:14.749Z Downloaded strsim v0.8.0
12662024-04-10T16:24:14.749Z Downloaded strip-ansi-escapes v0.2.0
12672024-04-10T16:24:14.749Z Downloaded foreign-types v0.3.2
12682024-04-10T16:24:14.749Z Downloaded try-lock v0.2.4
12692024-04-10T16:24:14.749Z Downloaded strum_macros v0.25.2
12702024-04-10T16:24:14.749Z Downloaded structopt-derive v0.4.18
12712024-04-10T16:24:14.749Z Downloaded smf v0.2.3
12722024-04-10T16:24:14.749Z Downloaded smawk v0.3.1
12732024-04-10T16:24:14.749Z Downloaded sha2 v0.10.8
12742024-04-10T16:24:14.749Z Downloaded serde_with_macros v3.7.0
12752024-04-10T16:24:14.749Z Downloaded tower-service v0.3.2
12762024-04-10T16:24:14.775Z Downloaded toml_edit v0.19.15
12772024-04-10T16:24:14.776Z Downloaded take_mut v0.2.2
12782024-04-10T16:24:14.776Z Downloaded structmeta v0.3.0
12792024-04-10T16:24:14.776Z Downloaded structmeta v0.2.0
12802024-04-10T16:24:14.776Z Downloaded stringprep v0.1.3
12812024-04-10T16:24:14.776Z Downloaded string_cache v0.8.7
12822024-04-10T16:24:14.801Z Downloaded rand_seeder v0.2.3
12832024-04-10T16:24:14.801Z Downloaded rand_core v0.6.4
12842024-04-10T16:24:14.801Z Downloaded num-traits v0.2.18
12852024-04-10T16:24:14.801Z Downloaded similar-asserts v1.5.0
12862024-04-10T16:24:14.801Z Downloaded lazycell v1.3.0
12872024-04-10T16:24:14.801Z Downloaded internet-checksum v0.2.1
12882024-04-10T16:24:14.801Z Downloaded rusty-fork v0.3.0
12892024-04-10T16:24:14.802Z Downloaded rustversion v1.0.14
12902024-04-10T16:24:14.802Z Downloaded rustfmt-wrapper v0.2.1
12912024-04-10T16:24:14.802Z Downloaded log v0.4.21
12922024-04-10T16:24:14.802Z Downloaded publicsuffix v2.2.3
12932024-04-10T16:24:14.802Z Downloaded getrandom v0.2.12
12942024-04-10T16:24:14.827Z Downloaded rand_core v0.5.1
12952024-04-10T16:24:14.827Z Downloaded rand_chacha v0.3.1
12962024-04-10T16:24:14.827Z Downloaded rand_chacha v0.2.2
12972024-04-10T16:24:14.828Z Downloaded num-rational v0.4.1
12982024-04-10T16:24:14.828Z Downloaded md-5 v0.10.5
12992024-04-10T16:24:14.828Z Downloaded managed v0.8.0
13002024-04-10T16:24:14.828Z Downloaded zerocopy-derive v0.7.32
13012024-04-10T16:24:14.828Z Downloaded zerocopy v0.6.6
13022024-04-10T16:24:14.828Z Downloaded is_ci v1.2.0
13032024-04-10T16:24:14.828Z Downloaded num_enum_derive v0.5.11
13042024-04-10T16:24:14.828Z Downloaded num_enum v0.5.11
13052024-04-10T16:24:14.828Z Downloaded num_cpus v1.16.0
13062024-04-10T16:24:14.854Z Downloaded yasna v0.5.2
13072024-04-10T16:24:14.854Z Downloaded der v0.7.8
13082024-04-10T16:24:14.854Z Downloaded crossterm v0.27.0
13092024-04-10T16:24:14.854Z Downloaded maplit v1.0.2
13102024-04-10T16:24:14.854Z Downloaded macaddr v1.0.1
13112024-04-10T16:24:14.854Z Downloaded lru-cache v0.1.2
13122024-04-10T16:24:14.854Z Downloaded lru v0.12.1
13132024-04-10T16:24:14.854Z Downloaded erased-serde v0.3.31
13142024-04-10T16:24:14.882Z Downloaded subprocess v0.2.9
13152024-04-10T16:24:14.882Z Downloaded darling_core v0.20.8
13162024-04-10T16:24:14.882Z Downloaded libsw v3.3.1
13172024-04-10T16:24:14.882Z Downloaded lalrpop-util v0.19.12
13182024-04-10T16:24:14.882Z Downloaded ipnetwork v0.20.0
13192024-04-10T16:24:14.883Z Downloaded inout v0.1.3
13202024-04-10T16:24:14.883Z Downloaded md5 v0.7.0
13212024-04-10T16:24:14.883Z Downloaded foreign-types-macros v0.2.3
13222024-04-10T16:24:14.883Z Downloaded errno v0.3.8
13232024-04-10T16:24:14.883Z Downloaded zerocopy v0.3.0
13242024-04-10T16:24:14.883Z Downloaded topological-sort v0.2.2
13252024-04-10T16:24:14.883Z Downloaded diesel_table_macro_syntax v0.1.0
13262024-04-10T16:24:14.883Z Downloaded derive-where v1.2.7
13272024-04-10T16:24:14.909Z Downloaded libefi-sys v0.1.0
13282024-04-10T16:24:14.909Z Downloaded kstat-rs v0.2.3
13292024-04-10T16:24:14.909Z Downloaded itoa v1.0.9
13302024-04-10T16:24:14.909Z Downloaded is-terminal v0.4.9
13312024-04-10T16:24:14.909Z Downloaded hyper-staticfile v0.9.5
13322024-04-10T16:24:14.909Z Downloaded match_cfg v0.1.0
13332024-04-10T16:24:14.909Z Downloaded yansi v0.5.1
13342024-04-10T16:24:14.909Z Downloaded powerfmt v0.2.0
13352024-04-10T16:24:14.909Z Downloaded postgres-types v0.2.6
13362024-04-10T16:24:14.909Z Downloaded postgres-protocol v0.6.6
13372024-04-10T16:24:14.909Z Downloaded postcard v1.0.8
13382024-04-10T16:24:14.909Z Downloaded polyval v0.6.1
13392024-04-10T16:24:14.909Z Downloaded poly1305 v0.8.0
13402024-04-10T16:24:14.909Z Downloaded plotters-backend v0.3.5
13412024-04-10T16:24:14.909Z Downloaded pkcs8 v0.10.2
13422024-04-10T16:24:14.934Z Downloaded pkcs1 v0.7.5
13432024-04-10T16:24:14.934Z Downloaded pin-project-internal v1.1.3
13442024-04-10T16:24:14.935Z Downloaded pest_derive v2.7.6
13452024-04-10T16:24:14.935Z Downloaded diesel_derives v2.1.2
13462024-04-10T16:24:14.935Z Downloaded dhcproto v0.11.0
13472024-04-10T16:24:14.935Z Downloaded crossbeam-channel v0.5.8
13482024-04-10T16:24:14.935Z Downloaded criterion v0.5.1
13492024-04-10T16:24:14.960Z Downloaded lazy_static v1.4.0
13502024-04-10T16:24:14.960Z Downloaded indoc v2.0.3
13512024-04-10T16:24:14.960Z Downloaded hyper-tls v0.5.0
13522024-04-10T16:24:14.960Z Downloaded httpdate v1.0.3
13532024-04-10T16:24:14.960Z Downloaded escape8259 v0.5.2
13542024-04-10T16:24:14.960Z Downloaded tabwriter v1.4.0
13552024-04-10T16:24:14.960Z Downloaded tabled_derive v0.7.0
13562024-04-10T16:24:14.960Z Downloaded synstructure v0.12.6
13572024-04-10T16:24:14.960Z Downloaded supports-color v3.0.0
13582024-04-10T16:24:14.961Z Downloaded subtle v2.5.0
13592024-04-10T16:24:14.961Z Downloaded platforms v3.0.2
13602024-04-10T16:24:14.961Z Downloaded pin-project-lite v0.2.13
13612024-04-10T16:24:14.988Z Downloaded hash32 v0.2.1
13622024-04-10T16:24:14.988Z Downloaded ppv-lite86 v0.2.17
13632024-04-10T16:24:14.988Z Downloaded plain v0.2.3
13642024-04-10T16:24:14.988Z Downloaded pin-utils v0.1.0
13652024-04-10T16:24:14.988Z Downloaded derive_builder_core v0.20.0
13662024-04-10T16:24:14.988Z Downloaded derive_builder v0.20.0
13672024-04-10T16:24:14.988Z Downloaded toolchain_find v0.4.0
13682024-04-10T16:24:14.988Z Downloaded swrite v0.1.0
13692024-04-10T16:24:14.988Z Downloaded portpicker v0.1.1
13702024-04-10T16:24:14.988Z Downloaded percent-encoding v2.3.1
13712024-04-10T16:24:14.988Z Downloaded defmt-parser v0.3.3
13722024-04-10T16:24:14.988Z Downloaded crypto-bigint v0.5.2
13732024-04-10T16:24:14.988Z Downloaded bstr v0.2.17
13742024-04-10T16:24:15.015Z Downloaded plotters-svg v0.3.5
13752024-04-10T16:24:15.015Z Downloaded pkg-config v0.3.27
13762024-04-10T16:24:15.015Z Downloaded derive_more v0.99.17
13772024-04-10T16:24:15.015Z Downloaded der_derive v0.7.2
13782024-04-10T16:24:15.015Z Downloaded defmt-macros v0.3.6
13792024-04-10T16:24:15.015Z Downloaded defmt v0.3.5
13802024-04-10T16:24:15.042Z Downloaded debug-ignore v1.0.5
13812024-04-10T16:24:15.042Z Downloaded darling v0.20.8
13822024-04-10T16:24:15.042Z Downloaded crossbeam-utils v0.8.19
13832024-04-10T16:24:15.042Z Downloaded sqlparser v0.44.0
13842024-04-10T16:24:15.042Z Downloaded rustls-webpki v0.102.1
13852024-04-10T16:24:15.068Z Downloaded indoc v1.0.9
13862024-04-10T16:24:15.068Z Downloaded hubpack v0.1.2
13872024-04-10T16:24:15.068Z Downloaded home v0.5.5
13882024-04-10T16:24:15.068Z Downloaded hex v0.4.3
13892024-04-10T16:24:15.069Z Downloaded heck v0.5.0
13902024-04-10T16:24:15.069Z Downloaded group v0.13.0
13912024-04-10T16:24:15.069Z Downloaded chrono v0.4.37
13922024-04-10T16:24:15.095Z Downloaded bindgen v0.69.2
13932024-04-10T16:24:15.095Z Downloaded derive_builder_macro v0.20.0
13942024-04-10T16:24:15.095Z Downloaded deranged v0.3.11
13952024-04-10T16:24:15.095Z Downloaded data-encoding v2.4.0
13962024-04-10T16:24:15.095Z Downloaded curve25519-dalek-derive v0.1.0
13972024-04-10T16:24:15.095Z Downloaded csv-core v0.1.11
13982024-04-10T16:24:15.095Z Downloaded crypto-common v0.1.6
13992024-04-10T16:24:15.095Z Downloaded crossbeam-epoch v0.9.18
14002024-04-10T16:24:15.122Z Downloaded unicode-normalization v0.1.22
14012024-04-10T16:24:15.122Z Downloaded petgraph v0.6.4
14022024-04-10T16:24:15.122Z Downloaded clap v2.34.0
14032024-04-10T16:24:15.151Z Downloaded cookie_store v0.20.0
14042024-04-10T16:24:15.151Z Downloaded ctr v0.9.2
14052024-04-10T16:24:15.151Z Downloaded criterion-plot v0.5.0
14062024-04-10T16:24:15.151Z Downloaded hash32 v0.3.1
14072024-04-10T16:24:15.151Z Downloaded crunchy v0.2.2
14082024-04-10T16:24:15.151Z Downloaded crucible-workspace-hack v0.1.0
14092024-04-10T16:24:15.151Z Downloaded crossbeam-deque v0.8.3
14102024-04-10T16:24:15.151Z Downloaded crc32fast v1.3.2
14112024-04-10T16:24:15.152Z Downloaded cookie v0.18.1
14122024-04-10T16:24:15.152Z Downloaded cookie v0.17.0
14132024-04-10T16:24:15.178Z Downloaded rustls-webpki v0.101.7
14142024-04-10T16:24:15.178Z Downloaded instant v0.1.12
14152024-04-10T16:24:15.178Z Downloaded impl-trait-for-tuples v0.2.2
14162024-04-10T16:24:15.178Z Downloaded http-body v0.4.5
14172024-04-10T16:24:15.178Z Downloaded crc v3.0.1
14182024-04-10T16:24:15.178Z Downloaded cpufeatures v0.2.12
14192024-04-10T16:24:15.205Z Downloaded corncobs v0.1.3
14202024-04-10T16:24:15.205Z Downloaded unicode_categories v0.1.1
14212024-04-10T16:24:15.205Z Downloaded unicode-segmentation v1.10.1
14222024-04-10T16:24:15.205Z Downloaded humantime v2.1.0
14232024-04-10T16:24:15.205Z Downloaded http-body v1.0.0
14242024-04-10T16:24:15.205Z Downloaded hex-literal v0.4.1
14252024-04-10T16:24:15.205Z Downloaded heck v0.4.1
14262024-04-10T16:24:15.205Z Downloaded heck v0.3.3
14272024-04-10T16:24:15.205Z Downloaded gethostname v0.4.3
14282024-04-10T16:24:15.205Z Downloaded clap_builder v4.5.2
14292024-04-10T16:24:15.205Z Downloaded unicode-width v0.1.11
14302024-04-10T16:24:15.231Z Downloaded unicode-ident v1.0.12
14312024-04-10T16:24:15.231Z Downloaded unicode-bidi v0.3.15
14322024-04-10T16:24:15.231Z Downloaded unicase v2.7.0
14332024-04-10T16:24:15.231Z Downloaded unarray v0.1.4
14342024-04-10T16:24:15.231Z Downloaded ucd-trie v0.1.6
14352024-04-10T16:24:15.231Z Downloaded typenum v1.16.0
14362024-04-10T16:24:15.231Z Downloaded socket2 v0.5.6
14372024-04-10T16:24:15.231Z Downloaded snafu v0.8.2
14382024-04-10T16:24:15.231Z Downloaded pretty_assertions v1.4.0
14392024-04-10T16:24:15.259Z Downloaded ident_case v1.0.1
14402024-04-10T16:24:15.259Z Downloaded http-range v0.1.5
14412024-04-10T16:24:15.259Z Downloaded static_assertions v1.1.0
14422024-04-10T16:24:15.259Z Downloaded stable_deref_trait v1.2.0
14432024-04-10T16:24:15.259Z Downloaded stability v0.1.1
14442024-04-10T16:24:15.259Z Downloaded sqlformat v0.2.3
14452024-04-10T16:24:15.259Z Downloaded spki v0.7.2
14462024-04-10T16:24:15.259Z Downloaded spin v0.9.8
14472024-04-10T16:24:15.259Z Downloaded spin v0.5.2
14482024-04-10T16:24:15.259Z Downloaded socket2 v0.4.9
14492024-04-10T16:24:15.259Z Downloaded snafu-derive v0.8.2
14502024-04-10T16:24:15.259Z Downloaded signal-hook v0.3.17
14512024-04-10T16:24:15.259Z Downloaded shlex v1.3.0
14522024-04-10T16:24:15.259Z Downloaded serde_derive v1.0.197
14532024-04-10T16:24:15.288Z Downloaded rustls-pemfile v2.1.2
14542024-04-10T16:24:15.288Z Downloaded rustls-native-certs v0.7.0
14552024-04-10T16:24:15.288Z Downloaded rustc-demangle v0.1.23
14562024-04-10T16:24:15.289Z Downloaded rust-argon2 v2.1.0
14572024-04-10T16:24:15.289Z Downloaded rstest_macros v0.18.2
14582024-04-10T16:24:15.289Z Downloaded proc-macro-error v1.0.4
14592024-04-10T16:24:15.289Z Downloaded prettyplease v0.2.17
14602024-04-10T16:24:15.289Z Downloaded pin-project v1.1.3
14612024-04-10T16:24:15.315Z Downloaded pest_meta v2.7.6
14622024-04-10T16:24:15.315Z Downloaded hostname v0.3.1
14632024-04-10T16:24:15.315Z Downloaded highway v1.1.0
14642024-04-10T16:24:15.315Z Downloaded headers-core v0.2.0
14652024-04-10T16:24:15.315Z Downloaded glob v0.3.1
14662024-04-10T16:24:15.315Z Downloaded ghash v0.5.0
14672024-04-10T16:24:15.315Z Downloaded getrandom v0.1.16
14682024-04-10T16:24:15.315Z Downloaded getopts v0.2.21
14692024-04-10T16:24:15.315Z Downloaded compact_str v0.7.1
14702024-04-10T16:24:15.316Z Downloaded clang-sys v1.6.1
14712024-04-10T16:24:15.342Z Downloaded ciborium v0.2.2
14722024-04-10T16:24:15.342Z Downloaded chacha20poly1305 v0.10.1
14732024-04-10T16:24:15.342Z Downloaded backtrace v0.3.69
14742024-04-10T16:24:15.342Z Downloaded slog-dtrace v0.3.0
14752024-04-10T16:24:15.342Z Downloaded slog-bunyan v2.5.0
14762024-04-10T16:24:15.342Z Downloaded slog-async v2.8.0
14772024-04-10T16:24:15.342Z Downloaded serde_arrays v0.1.0
14782024-04-10T16:24:15.343Z Downloaded serde-hex v0.1.0
14792024-04-10T16:24:15.343Z Downloaded serde-big-array v0.5.1
14802024-04-10T16:24:15.343Z Downloaded serde-big-array v0.4.1
14812024-04-10T16:24:15.343Z Downloaded rustls-pki-types v1.3.0
14822024-04-10T16:24:15.343Z Downloaded rustls-pemfile v1.0.3
14832024-04-10T16:24:15.369Z Downloaded proc-macro2 v1.0.79
14842024-04-10T16:24:15.369Z Downloaded proc-macro-error-attr v1.0.4
14852024-04-10T16:24:15.369Z Downloaded proc-macro-crate v1.3.1
14862024-04-10T16:24:15.369Z Downloaded primeorder v0.13.6
14872024-04-10T16:24:15.369Z Downloaded pretty-hex v0.4.1
14882024-04-10T16:24:15.369Z Downloaded pretty-hex v0.2.1
14892024-04-10T16:24:15.369Z Downloaded predicates-tree v1.0.9
14902024-04-10T16:24:15.369Z Downloaded predicates-core v1.0.6
14912024-04-10T16:24:15.369Z Downloaded predicates v3.1.0
14922024-04-10T16:24:15.369Z Downloaded precomputed-hash v0.1.1
14932024-04-10T16:24:15.369Z Downloaded phf_shared v0.11.2
14942024-04-10T16:24:15.369Z Downloaded phf_shared v0.10.0
14952024-04-10T16:24:15.369Z Downloaded phf v0.11.2
14962024-04-10T16:24:15.369Z Downloaded pest_generator v2.7.6
14972024-04-10T16:24:15.369Z Downloaded hubpack_derive v0.1.1
14982024-04-10T16:24:15.370Z Downloaded guppy-workspace-hack v0.1.0
14992024-04-10T16:24:15.370Z Downloaded const-oid v0.9.6
15002024-04-10T16:24:15.396Z Downloaded console v0.15.8
15012024-04-10T16:24:15.396Z Downloaded colored v2.1.0
15022024-04-10T16:24:15.396Z Downloaded cobs v0.2.3
15032024-04-10T16:24:15.396Z Downloaded clap_lex v0.7.0
15042024-04-10T16:24:15.396Z Downloaded clap_derive v4.5.4
15052024-04-10T16:24:15.396Z Downloaded clap v4.5.4
15062024-04-10T16:24:15.396Z Downloaded cipher v0.4.4
15072024-04-10T16:24:15.396Z Downloaded ciborium-ll v0.2.2
15082024-04-10T16:24:15.396Z Downloaded cfg-if v1.0.0
15092024-04-10T16:24:15.396Z Downloaded cfg-expr v0.15.6
15102024-04-10T16:24:15.422Z Downloaded cc v1.0.83
15112024-04-10T16:24:15.422Z Downloaded cbc v0.1.2
15122024-04-10T16:24:15.422Z Downloaded cast v0.3.0
15132024-04-10T16:24:15.422Z Downloaded cassowary v0.3.0
15142024-04-10T16:24:15.422Z Downloaded cargo_metadata v0.18.1
15152024-04-10T16:24:15.422Z Downloaded cargo-platform v0.1.3
15162024-04-10T16:24:15.422Z Downloaded camino-tempfile v1.1.1
15172024-04-10T16:24:15.422Z Downloaded bytes v1.6.0
15182024-04-10T16:24:15.422Z Downloaded base64ct v1.6.0
15192024-04-10T16:24:15.422Z Downloaded base64 v0.21.7
15202024-04-10T16:24:15.447Z Downloaded atomic-waker v1.1.1
15212024-04-10T16:24:15.448Z Downloaded ascii v1.1.0
15222024-04-10T16:24:15.448Z Downloaded fxhash v0.2.1
15232024-04-10T16:24:15.448Z Downloaded futures-util v0.3.30
15242024-04-10T16:24:15.448Z Downloaded const_format v0.2.32
15252024-04-10T16:24:15.474Z Downloaded colorchoice v1.0.0
15262024-04-10T16:24:15.474Z Downloaded ciborium-io v0.2.2
15272024-04-10T16:24:15.474Z Downloaded chacha20 v0.9.1
15282024-04-10T16:24:15.474Z Downloaded cfg_aliases v0.1.1
15292024-04-10T16:24:15.474Z Downloaded cexpr v0.6.0
15302024-04-10T16:24:15.474Z Downloaded castaway v0.2.2
15312024-04-10T16:24:15.474Z Downloaded blowfish v0.9.1
15322024-04-10T16:24:15.474Z Downloaded blake2b_simd v1.0.1
15332024-04-10T16:24:15.474Z Downloaded bit-vec v0.6.3
15342024-04-10T16:24:15.474Z Downloaded bb8 v0.8.3
15352024-04-10T16:24:15.474Z Downloaded atomicwrites v0.4.3
15362024-04-10T16:24:15.474Z Downloaded ascii-canvas v3.0.0
15372024-04-10T16:24:15.474Z Downloaded futures-task v0.3.30
15382024-04-10T16:24:15.474Z Downloaded futures-sink v0.3.30
15392024-04-10T16:24:15.474Z Downloaded futures-macro v0.3.30
15402024-04-10T16:24:15.475Z Downloaded futures-io v0.3.30
15412024-04-10T16:24:15.504Z Downloaded futures-executor v0.3.30
15422024-04-10T16:24:15.504Z Downloaded futures-core v0.3.30
15432024-04-10T16:24:15.504Z Downloaded futures-channel v0.3.30
15442024-04-10T16:24:15.504Z Downloaded futures v0.3.30
15452024-04-10T16:24:15.504Z Downloaded funty v2.0.0
15462024-04-10T16:24:15.504Z Downloaded fragile v2.0.0
15472024-04-10T16:24:15.504Z Downloaded form_urlencoded v1.2.1
15482024-04-10T16:24:15.504Z Downloaded cargo_toml v0.19.0
15492024-04-10T16:24:15.504Z Downloaded cancel-safe-futures v0.1.5
15502024-04-10T16:24:15.504Z Downloaded camino v1.1.6
15512024-04-10T16:24:15.504Z Downloaded bytecount v0.6.3
15522024-04-10T16:24:15.504Z Downloaded buf-list v1.0.3
15532024-04-10T16:24:15.530Z Downloaded blake2 v0.10.6
15542024-04-10T16:24:15.530Z Downloaded bitvec v1.0.1
15552024-04-10T16:24:15.530Z Downloaded bit-set v0.5.3
15562024-04-10T16:24:15.530Z Downloaded bcrypt-pbkdf v0.10.0
15572024-04-10T16:24:15.530Z Downloaded base64 v0.22.0
15582024-04-10T16:24:15.556Z Downloaded atty v0.2.14
15592024-04-10T16:24:15.556Z Downloaded async-stream v0.3.5
15602024-04-10T16:24:15.556Z Downloaded assert_cmd v2.0.14
15612024-04-10T16:24:15.556Z Downloaded arrayvec v0.7.4
15622024-04-10T16:24:15.556Z Downloaded bitfield v0.14.0
15632024-04-10T16:24:15.556Z Downloaded async-recursion v1.1.0
15642024-04-10T16:24:15.556Z Downloaded async-trait v0.1.79
15652024-04-10T16:24:15.557Z Downloaded blake3 v1.5.0
15662024-04-10T16:24:15.582Z Downloaded bitflags v2.4.2
15672024-04-10T16:24:15.582Z Downloaded base64 v0.13.1
15682024-04-10T16:24:15.582Z Downloaded base16ct v0.2.0
15692024-04-10T16:24:15.582Z Downloaded bitstruct v0.1.1
15702024-04-10T16:24:15.582Z Downloaded bitflags v1.3.2
15712024-04-10T16:24:15.582Z Downloaded backoff v0.4.0
15722024-04-10T16:24:15.582Z Downloaded autocfg v1.1.0
15732024-04-10T16:24:15.583Z Downloaded assert_matches v1.5.0
15742024-04-10T16:24:15.583Z Downloaded bitstruct_derive v0.1.0
15752024-04-10T16:24:15.608Z Downloaded argon2 v0.5.3
15762024-04-10T16:24:15.608Z Downloaded arc-swap v1.6.0
15772024-04-10T16:24:15.608Z Downloaded anyhow v1.0.82
15782024-04-10T16:24:15.608Z Downloaded anstyle-parse v0.2.1
15792024-04-10T16:24:15.608Z Downloaded anstyle v1.0.6
15802024-04-10T16:24:15.609Z Downloaded anstream v0.6.11
15812024-04-10T16:24:15.609Z Downloaded allocator-api2 v0.2.16
15822024-04-10T16:24:15.609Z Downloaded aho-corasick v1.1.2
15832024-04-10T16:24:15.634Z Downloaded ahash v0.8.8
15842024-04-10T16:24:15.634Z Downloaded aes-gcm v0.10.3
15852024-04-10T16:24:15.634Z Downloaded aes v0.8.3
15862024-04-10T16:24:15.634Z Downloaded anstyle-query v1.0.0
15872024-04-10T16:24:15.634Z Downloaded ansi_term v0.12.1
15882024-04-10T16:24:15.634Z Downloaded anes v0.1.6
15892024-04-10T16:24:15.634Z Downloaded aead v0.5.2
15902024-04-10T16:24:15.634Z Downloaded adler v1.0.2
15912024-04-10T16:24:15.635Z Downloaded addr2line v0.21.0
15922024-04-10T16:24:16.493Z Compiling proc-macro2 v1.0.79
15932024-04-10T16:24:16.547Z Compiling unicode-ident v1.0.12
15942024-04-10T16:24:16.547Z Compiling libc v0.2.153
15952024-04-10T16:24:16.548Z Compiling cfg-if v1.0.0
15962024-04-10T16:24:16.548Z Compiling serde v1.0.197
15972024-04-10T16:24:16.548Z Compiling version_check v0.9.4
15982024-04-10T16:24:16.548Z Compiling autocfg v1.1.0
15992024-04-10T16:24:16.548Z Compiling memchr v2.7.1
16002024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=7d35981e647281cf -C extra-filename=-7d35981e647281cf --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7d35981e647281cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16012024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-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=f9c0957861f59c93 -C extra-filename=-f9c0957861f59c93 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-f9c0957861f59c93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.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=14558000b52cdd72 -C extra-filename=-14558000b52cdd72 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-14558000b52cdd72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cdc98569cfd692a -C extra-filename=-6cdc98569cfd692a --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`
16042024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3a96044e94fb9e9 -C extra-filename=-b3a96044e94fb9e9 --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`
16052024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19de6a881131bb94 -C extra-filename=-19de6a881131bb94 --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`
16062024-04-10T16:24:16.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3e7c122b898bf16 -C extra-filename=-d3e7c122b898bf16 --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`
16072024-04-10T16:24:16.574Z Running `/home/build/.rustup/toolchains/1.77.1-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=048c003a6202498d -C extra-filename=-048c003a6202498d --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`
16082024-04-10T16:24:16.722Z Compiling byteorder v1.5.0
16092024-04-10T16:24:16.748Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4e4c7463199ea70e -C extra-filename=-4e4c7463199ea70e --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`
16102024-04-10T16:24:16.972Z Compiling once_cell v1.19.0
16112024-04-10T16:24:17.000Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=6c255fdadd50f68c -C extra-filename=-6c255fdadd50f68c --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`
16122024-04-10T16:24:17.289Z Compiling log v0.4.21
16132024-04-10T16:24:17.315Z Running `/home/build/.rustup/toolchains/1.77.1-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=31f49548b80b230b -C extra-filename=-31f49548b80b230b --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`
16142024-04-10T16:24:17.402Z Compiling itoa v1.0.9
16152024-04-10T16:24:17.427Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6724c74c797d74c2 -C extra-filename=-6724c74c797d74c2 --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`
16162024-04-10T16:24:17.453Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7d35981e647281cf/build-script-build`
16172024-04-10T16:24:17.454Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-14558000b52cdd72/build-script-build`
16182024-04-10T16:24:17.523Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-f9c0957861f59c93/build-script-build`
16192024-04-10T16:24:17.549Z Compiling syn v1.0.109
16202024-04-10T16:24:17.549Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=e13ad80754de1ab9 -C extra-filename=-e13ad80754de1ab9 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-e13ad80754de1ab9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-04-10T16:24:17.575Z Compiling scopeguard v1.2.0
16222024-04-10T16:24:17.575Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9f6e0428e853150 -C extra-filename=-b9f6e0428e853150 --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-10T16:24:17.609Z Running `/home/build/.rustup/toolchains/1.77.1-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=ac21ba2b96ee510f -C extra-filename=-ac21ba2b96ee510f --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`
16242024-04-10T16:24:17.637Z Compiling smallvec v1.13.1
16252024-04-10T16:24:17.668Z Compiling lock_api v0.4.10
16262024-04-10T16:24:17.669Z Running `/home/build/.rustup/toolchains/1.77.1-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=1b85e336a05ebb17 -C extra-filename=-1b85e336a05ebb17 --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-10T16:24:17.698Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8cd39580652fb4eb -C extra-filename=-8cd39580652fb4eb --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8cd39580652fb4eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-04-10T16:24:17.728Z Compiling parking_lot_core v0.9.8
16292024-04-10T16:24:17.754Z Compiling thiserror v1.0.58
16302024-04-10T16:24:17.754Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58ab763047cc7814 -C extra-filename=-58ab763047cc7814 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-58ab763047cc7814 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-04-10T16:24:17.754Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/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=d505d0a1b5d1a925 -C extra-filename=-d505d0a1b5d1a925 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-d505d0a1b5d1a925 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-04-10T16:24:17.797Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=9e6546d75c09d00a -C extra-filename=-9e6546d75c09d00a --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-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
16332024-04-10T16:24:18.102Z Compiling libm v0.2.7
16342024-04-10T16:24:18.169Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fd957bb1de72d6d9 -C extra-filename=-fd957bb1de72d6d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-fd957bb1de72d6d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-04-10T16:24:18.235Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8cd39580652fb4eb/build-script-build`
16362024-04-10T16:24:18.317Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e13ad80754de1ab9/build-script-build`
16372024-04-10T16:24:18.361Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-d505d0a1b5d1a925/build-script-build`
16382024-04-10T16:24:18.387Z Compiling num-traits v0.2.18
16392024-04-10T16:24:18.387Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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=38525f2358d1a9bd -C extra-filename=-38525f2358d1a9bd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-38525f2358d1a9bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16402024-04-10T16:24:18.387Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-58ab763047cc7814/build-script-build`
16412024-04-10T16:24:18.388Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=f00589cae64f0e41 -C extra-filename=-f00589cae64f0e41 --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-b9f6e0428e853150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16422024-04-10T16:24:18.452Z Compiling ryu v1.0.15
16432024-04-10T16:24:18.477Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a04a6a488e33407 -C extra-filename=-6a04a6a488e33407 --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`
16442024-04-10T16:24:18.478Z Compiling pin-project-lite v0.2.13
16452024-04-10T16:24:18.478Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=600dd37cec9cf8ae -C extra-filename=-600dd37cec9cf8ae --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`
16462024-04-10T16:24:18.526Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-fd957bb1de72d6d9/build-script-build`
16472024-04-10T16:24:18.554Z Compiling quote v1.0.36
16482024-04-10T16:24:18.581Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b6b32ddb267790f2 -C extra-filename=-b6b32ddb267790f2 --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-9e6546d75c09d00a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-04-10T16:24:18.581Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f16984ede655e88e -C extra-filename=-f16984ede655e88e --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`
16502024-04-10T16:24:18.609Z Compiling ahash v0.8.8
16512024-04-10T16:24:18.609Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=65d5bf14303b9c3a -C extra-filename=-65d5bf14303b9c3a --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-65d5bf14303b9c3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-04-10T16:24:19.108Z Compiling getrandom v0.2.12
16532024-04-10T16:24:19.108Z Running `/home/build/.rustup/toolchains/1.77.1-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=b07854e41674e034 -C extra-filename=-b07854e41674e034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16542024-04-10T16:24:19.108Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07c5a4a90dd6779 -C extra-filename=-c07c5a4a90dd6779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-04-10T16:24:19.108Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-38525f2358d1a9bd/build-script-build`
16562024-04-10T16:24:19.108Z Compiling syn v2.0.58
16572024-04-10T16:24:19.108Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.58/src/lib.rs --error-format=json --json=diagnostic-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="visit"' --cfg 'feature="visit-mut"' -C metadata=b40fe87968e6823b -C extra-filename=-b40fe87968e6823b --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-04-10T16:24:19.108Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=101bc363c975f340 -C extra-filename=-101bc363c975f340 --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16592024-04-10T16:24:19.137Z Compiling rand_core v0.6.4
16602024-04-10T16:24:19.137Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=569e76cbaecc1ef5 -C extra-filename=-569e76cbaecc1ef5 --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-b07854e41674e034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-04-10T16:24:19.163Z Compiling parking_lot v0.12.1
16622024-04-10T16:24:19.163Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0eb986419c6b76f1 -C extra-filename=-0eb986419c6b76f1 --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-f00589cae64f0e41.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-c07c5a4a90dd6779.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-04-10T16:24:19.277Z Compiling cc v1.0.83
16642024-04-10T16:24:19.303Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed0e085bad05489d -C extra-filename=-ed0e085bad05489d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-04-10T16:24:19.352Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-65d5bf14303b9c3a/build-script-build`
16662024-04-10T16:24:19.414Z Compiling signal-hook-registry v1.4.1
16672024-04-10T16:24:19.440Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a17e06fab8f07916 -C extra-filename=-a17e06fab8f07916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-04-10T16:24:19.563Z Compiling mio v0.8.11
16692024-04-10T16:24:19.592Z Running `/home/build/.rustup/toolchains/1.77.1-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=d8a02f84ff0e2ce5 -C extra-filename=-d8a02f84ff0e2ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-04-10T16:24:19.641Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.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=82fd8bd0cb10c4ce -C extra-filename=-82fd8bd0cb10c4ce --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-f16984ede655e88e.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`
16712024-04-10T16:24:19.666Z Compiling serde_json v1.0.115
16722024-04-10T16:24:19.666Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=69722d145536021c -C extra-filename=-69722d145536021c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-69722d145536021c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-04-10T16:24:19.926Z Compiling num_cpus v1.16.0
16742024-04-10T16:24:19.952Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4015465925a182c7 -C extra-filename=-4015465925a182c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-04-10T16:24:19.978Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-69722d145536021c/build-script-build`
16762024-04-10T16:24:20.004Z Compiling allocator-api2 v0.2.16
16772024-04-10T16:24:20.030Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=049cb46d2052a2b8 -C extra-filename=-049cb46d2052a2b8 --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`
16782024-04-10T16:24:20.056Z Compiling typenum v1.16.0
16792024-04-10T16:24:20.056Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f110c23c92040cc4 -C extra-filename=-f110c23c92040cc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f110c23c92040cc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-04-10T16:24:20.085Z Compiling futures-core v0.3.30
16812024-04-10T16:24:20.111Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=f13b2e70964e1361 -C extra-filename=-f13b2e70964e1361 --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`
16822024-04-10T16:24:20.288Z Compiling generic-array v0.14.7
16832024-04-10T16:24:20.314Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f41f23af36dd1cd7 -C extra-filename=-f41f23af36dd1cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-f41f23af36dd1cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-04-10T16:24:20.568Z Compiling socket2 v0.5.6
16852024-04-10T16:24:20.594Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' -C metadata=d0765c5515fed838 -C extra-filename=-d0765c5515fed838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-04-10T16:24:20.622Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-f41f23af36dd1cd7/build-script-build`
16872024-04-10T16:24:20.651Z Compiling subtle v2.5.0
16882024-04-10T16:24:20.651Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=3442c429599512ab -C extra-filename=-3442c429599512ab --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`
16892024-04-10T16:24:20.677Z Compiling spin v0.5.2
16902024-04-10T16:24:20.677Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91128da7687d3924 -C extra-filename=-91128da7687d3924 --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`
16912024-04-10T16:24:20.867Z Compiling fnv v1.0.7
16922024-04-10T16:24:20.893Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89cddfc556889b2d -C extra-filename=-89cddfc556889b2d --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`
16932024-04-10T16:24:20.919Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f110c23c92040cc4/build-script-main`
16942024-04-10T16:24:20.972Z Compiling equivalent v1.0.1
16952024-04-10T16:24:20.972Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f231dfb04e7d47a4 -C extra-filename=-f231dfb04e7d47a4 --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`
16962024-04-10T16:24:21.002Z Compiling futures-sink v0.3.30
16972024-04-10T16:24:21.002Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=4d1fd8fd293a31ff -C extra-filename=-4d1fd8fd293a31ff --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`
16982024-04-10T16:24:21.035Z Compiling slab v0.4.9
16992024-04-10T16:24:21.064Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d4a79ec44975c15 -C extra-filename=-6d4a79ec44975c15 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6d4a79ec44975c15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-04-10T16:24:21.090Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=984c270fb3dea4f4 -C extra-filename=-984c270fb3dea4f4 --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`
17012024-04-10T16:24:21.117Z Compiling pin-utils v0.1.0
17022024-04-10T16:24:21.143Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d70db77516c1e91f -C extra-filename=-d70db77516c1e91f --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`
17032024-04-10T16:24:21.174Z Compiling futures-channel v0.3.30
17042024-04-10T16:24:21.202Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=fdc408a9a6b03871 -C extra-filename=-fdc408a9a6b03871 --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-f13b2e70964e1361.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-04-10T16:24:21.230Z Compiling futures-task v0.3.30
17062024-04-10T16:24:21.230Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=430ec8c4d9c1a1e3 -C extra-filename=-430ec8c4d9c1a1e3 --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-10T16:24:21.396Z Compiling futures-io v0.3.30
17082024-04-10T16:24:21.421Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=a45b30643c0114c5 -C extra-filename=-a45b30643c0114c5 --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`
17092024-04-10T16:24:21.421Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-6d4a79ec44975c15/build-script-build`
17102024-04-10T16:24:21.523Z Compiling heck v0.4.1
17112024-04-10T16:24:21.550Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=de81cf7fbb6089b6 -C extra-filename=-de81cf7fbb6089b6 --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-10T16:24:21.550Z Compiling const-oid v0.9.6
17132024-04-10T16:24:21.550Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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=b45edcf3f924eebd -C extra-filename=-b45edcf3f924eebd --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`
17142024-04-10T16:24:21.550Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0549dd95ab1f79e9 -C extra-filename=-0549dd95ab1f79e9 --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`
17152024-04-10T16:24:21.666Z Compiling regex-syntax v0.8.2
17162024-04-10T16:24:21.692Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=277bfbc76196a66d -C extra-filename=-277bfbc76196a66d --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`
17172024-04-10T16:24:21.780Z Compiling aho-corasick v1.1.2
17182024-04-10T16:24:21.805Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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=2ffcffbb102c5b76 -C extra-filename=-2ffcffbb102c5b76 --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-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-04-10T16:24:21.946Z Compiling iana-time-zone v0.1.57
17202024-04-10T16:24:21.972Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=0d990d1c1398e538 -C extra-filename=-0d990d1c1398e538 --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`
17212024-04-10T16:24:22.230Z Compiling lazy_static v1.4.0
17222024-04-10T16:24:22.257Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=aad06568c0dc92e3 -C extra-filename=-aad06568c0dc92e3 --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-91128da7687d3924.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-04-10T16:24:22.321Z Compiling tinyvec_macros v0.1.1
17242024-04-10T16:24:22.352Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2161c86062f35206 -C extra-filename=-2161c86062f35206 --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`
17252024-04-10T16:24:22.352Z Compiling rustix v0.38.31
17262024-04-10T16:24:22.352Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=57aefcdcdaf57cc7 -C extra-filename=-57aefcdcdaf57cc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-57aefcdcdaf57cc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-04-10T16:24:22.404Z Compiling tinyvec v1.6.0
17282024-04-10T16:24:22.430Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=3bc68c8e24da1985 -C extra-filename=-3bc68c8e24da1985 --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-2161c86062f35206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-04-10T16:24:22.883Z Compiling errno v0.3.8
17302024-04-10T16:24:22.908Z Running `/home/build/.rustup/toolchains/1.77.1-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=101625a17f079511 -C extra-filename=-101625a17f079511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-04-10T16:24:22.934Z Compiling tracing-core v0.1.32
17322024-04-10T16:24:22.934Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.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=da13d70a719a793f -C extra-filename=-da13d70a719a793f --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-6c255fdadd50f68c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-04-10T16:24:23.014Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-57aefcdcdaf57cc7/build-script-build`
17342024-04-10T16:24:23.112Z Compiling ppv-lite86 v0.2.17
17352024-04-10T16:24:23.138Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=d957a6c43889c076 -C extra-filename=-d957a6c43889c076 --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`
17362024-04-10T16:24:23.164Z Compiling pkg-config v0.3.27
17372024-04-10T16:24:23.164Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=219f68cd007d71d3 -C extra-filename=-219f68cd007d71d3 --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`
17382024-04-10T16:24:23.573Z Compiling unicode-normalization v0.1.22
17392024-04-10T16:24:23.599Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a0af37ed256f52eb -C extra-filename=-a0af37ed256f52eb --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-3bc68c8e24da1985.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-04-10T16:24:23.806Z Compiling schemars v0.8.16
17412024-04-10T16:24:23.832Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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=8f1a1629cfb341f6 -C extra-filename=-8f1a1629cfb341f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f1a1629cfb341f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-04-10T16:24:24.188Z Compiling dyn-clone v1.0.17
17432024-04-10T16:24:24.221Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=0e5363ee73974f43 -C extra-filename=-0e5363ee73974f43 --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-10T16:24:24.221Z Compiling cpufeatures v0.2.12
17452024-04-10T16:24:24.221Z Running `/home/build/.rustup/toolchains/1.77.1-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=5e9b140f98f77432 -C extra-filename=-5e9b140f98f77432 --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`
17462024-04-10T16:24:24.330Z Compiling unicode-bidi v0.3.15
17472024-04-10T16:24:24.367Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=5e27e73396f9fa21 -C extra-filename=-5e27e73396f9fa21 --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`
17482024-04-10T16:24:24.367Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f1a1629cfb341f6/build-script-build`
17492024-04-10T16:24:24.393Z Compiling regex-automata v0.4.5
17502024-04-10T16:24:24.393Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=4bd44dad6e3675ae -C extra-filename=-4bd44dad6e3675ae --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-2ffcffbb102c5b76.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17512024-04-10T16:24:24.423Z Compiling rand_chacha v0.3.1
17522024-04-10T16:24:24.452Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=df8f3a6b66a3bcaa -C extra-filename=-df8f3a6b66a3bcaa --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-d957a6c43889c076.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-04-10T16:24:24.478Z Compiling serde_derive_internals v0.26.0
17542024-04-10T16:24:24.478Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=171efa75b616cffc -C extra-filename=-171efa75b616cffc --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-04-10T16:24:25.569Z Compiling uuid v0.8.2
17562024-04-10T16:24:25.595Z Running `/home/build/.rustup/toolchains/1.77.1-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=e3c8d19498cb7bbb -C extra-filename=-e3c8d19498cb7bbb --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`
17572024-04-10T16:24:25.805Z Compiling rand v0.8.5
17582024-04-10T16:24:25.831Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=852ca96e932e782f -C extra-filename=-852ca96e932e782f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-04-10T16:24:26.242Z Compiling percent-encoding v2.3.1
17602024-04-10T16:24:26.268Z Compiling unicode-width v0.1.11
17612024-04-10T16:24:26.268Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=99c22543a7e2dd76 -C extra-filename=-99c22543a7e2dd76 --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-10T16:24:26.268Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c975fa1b5239ebc2 -C extra-filename=-c975fa1b5239ebc2 --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`
17632024-04-10T16:24:26.439Z Compiling spin v0.9.8
17642024-04-10T16:24:26.465Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=3659a9733c256db3 -C extra-filename=-3659a9733c256db3 --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-f00589cae64f0e41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-04-10T16:24:26.582Z Compiling form_urlencoded v1.2.1
17662024-04-10T16:24:26.608Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5b50c5ec71394329 -C extra-filename=-5b50c5ec71394329 --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-99c22543a7e2dd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-04-10T16:24:26.755Z Compiling num-conv v0.1.0
17682024-04-10T16:24:26.781Z Running `/home/build/.rustup/toolchains/1.77.1-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=eadb6b1078e8e041 -C extra-filename=-eadb6b1078e8e041 --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`
17692024-04-10T16:24:26.782Z Compiling time-core v0.1.2
17702024-04-10T16:24:26.840Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52a514c417d50852 -C extra-filename=-52a514c417d50852 --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`
17712024-04-10T16:24:26.881Z Compiling httparse v1.8.0
17722024-04-10T16:24:26.906Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7524a34a3c00d017 -C extra-filename=-7524a34a3c00d017 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-7524a34a3c00d017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-04-10T16:24:26.932Z Compiling powerfmt v0.2.0
17742024-04-10T16:24:26.959Z Running `/home/build/.rustup/toolchains/1.77.1-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=1e2013dead49be49 -C extra-filename=-1e2013dead49be49 --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`
17752024-04-10T16:24:27.006Z Compiling time-macros v0.2.17
17762024-04-10T16:24:27.032Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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=65427399f3d37b77 -C extra-filename=-65427399f3d37b77 --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-eadb6b1078e8e041.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-52a514c417d50852.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-04-10T16:24:27.032Z Compiling num_threads v0.1.6
17782024-04-10T16:24:27.057Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e643ce209d168dd -C extra-filename=-4e643ce209d168dd --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`
17792024-04-10T16:24:27.150Z Compiling ring v0.17.8
17802024-04-10T16:24:27.176Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=281aaa15a4b6d574 -C extra-filename=-281aaa15a4b6d574 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-281aaa15a4b6d574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-04-10T16:24:27.277Z Compiling deranged v0.3.11
17822024-04-10T16:24:27.302Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-7524a34a3c00d017/build-script-build`
17832024-04-10T16:24:27.302Z Running `/home/build/.rustup/toolchains/1.77.1-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=1ed401ea0213950a -C extra-filename=-1ed401ea0213950a --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-1e2013dead49be49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-04-10T16:24:27.332Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fe321629d221ad3c -C extra-filename=-fe321629d221ad3c --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`
17852024-04-10T16:24:27.526Z Compiling idna v0.5.0
17862024-04-10T16:24:27.553Z Running `/home/build/.rustup/toolchains/1.77.1-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=14562ece0d78e241 -C extra-filename=-14562ece0d78e241 --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-5e27e73396f9fa21.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-04-10T16:24:27.885Z Compiling semver v1.0.22
17882024-04-10T16:24:27.911Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=b65600d526ccd5c2 -C extra-filename=-b65600d526ccd5c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-b65600d526ccd5c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-04-10T16:24:28.200Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-281aaa15a4b6d574/build-script-build`
17902024-04-10T16:24:28.354Z Compiling regex v1.10.4
17912024-04-10T16:24:28.380Z Running `/home/build/.rustup/toolchains/1.77.1-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=4b7ba2cc291849a8 -C extra-filename=-4b7ba2cc291849a8 --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-2ffcffbb102c5b76.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4bd44dad6e3675ae.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-04-10T16:24:28.734Z Compiling either v1.10.0
17932024-04-10T16:24:28.761Z Running `/home/build/.rustup/toolchains/1.77.1-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=cc68c3be1cf89605 -C extra-filename=-cc68c3be1cf89605 --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-10T16:24:28.829Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-b65600d526ccd5c2/build-script-build`
17952024-04-10T16:24:28.893Z Compiling url v2.5.0
17962024-04-10T16:24:28.919Z Running `/home/build/.rustup/toolchains/1.77.1-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=a7c00e9567e7d21c -C extra-filename=-a7c00e9567e7d21c --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-5b50c5ec71394329.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-14562ece0d78e241.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-04-10T16:24:29.080Z Compiling adler v1.0.2
17982024-04-10T16:24:29.105Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39cab7a7574c4404 -C extra-filename=-39cab7a7574c4404 --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`
17992024-04-10T16:24:29.237Z Compiling rustversion v1.0.14
18002024-04-10T16:24:29.262Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0ba13033b92f1a6 -C extra-filename=-a0ba13033b92f1a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a0ba13033b92f1a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-04-10T16:24:29.289Z Compiling async-trait v0.1.79
18022024-04-10T16:24:29.289Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=8d9909dce4f6de42 -C extra-filename=-8d9909dce4f6de42 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-8d9909dce4f6de42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-04-10T16:24:29.740Z Compiling time v0.3.34
18042024-04-10T16:24:29.741Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-8d9909dce4f6de42/build-script-build`
18052024-04-10T16:24:29.768Z Running `/home/build/.rustup/toolchains/1.77.1-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=5b32ef30d122006d -C extra-filename=-5b32ef30d122006d --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-1ed401ea0213950a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eadb6b1078e8e041.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4e643ce209d168dd.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1e2013dead49be49.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-52a514c417d50852.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-65427399f3d37b77.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-10T16:24:29.810Z Compiling miniz_oxide v0.7.1
18072024-04-10T16:24:29.836Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=33cc1ac2d102e715 -C extra-filename=-33cc1ac2d102e715 --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-39cab7a7574c4404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-04-10T16:24:29.862Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a0ba13033b92f1a6/build-script-build`
18092024-04-10T16:24:29.907Z Compiling slog v2.7.0
18102024-04-10T16:24:29.933Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=488019dd22494753 -C extra-filename=-488019dd22494753 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-488019dd22494753 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-04-10T16:24:30.250Z Compiling serde_derive v1.0.197
18122024-04-10T16:24:30.288Z Running `/home/build/.rustup/toolchains/1.77.1-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=b66c43be6f1b4770 -C extra-filename=-b66c43be6f1b4770 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-04-10T16:24:30.429Z Compiling zerocopy-derive v0.7.32
18142024-04-10T16:24:30.455Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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=6d967abf0e44db5b -C extra-filename=-6d967abf0e44db5b --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-04-10T16:24:30.455Z Compiling thiserror-impl v1.0.58
18162024-04-10T16:24:30.455Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.58/src/lib.rs --error-format=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=6c2035957ab88aa5 -C extra-filename=-6c2035957ab88aa5 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-04-10T16:24:30.500Z Compiling zeroize_derive v1.4.2
18182024-04-10T16:24:30.525Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=181865f78e5c8610 -C extra-filename=-181865f78e5c8610 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-04-10T16:24:30.789Z Compiling tokio-macros v2.2.0
18202024-04-10T16:24:30.815Z Running `/home/build/.rustup/toolchains/1.77.1-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=b1a1f74b91b4def6 -C extra-filename=-b1a1f74b91b4def6 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-04-10T16:24:31.087Z Compiling futures-macro v0.3.30
18222024-04-10T16:24:31.115Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=82bae64aad858f9d -C extra-filename=-82bae64aad858f9d --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-04-10T16:24:32.022Z Compiling zeroize v1.7.0
18242024-04-10T16:24:32.049Z Running `/home/build/.rustup/toolchains/1.77.1-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=ece7908a94d395b5 -C extra-filename=-ece7908a94d395b5 --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-181865f78e5c8610.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-04-10T16:24:32.343Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=1e233ac54e4d5449 -C extra-filename=-1e233ac54e4d5449 --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-984c270fb3dea4f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18262024-04-10T16:24:32.370Z Compiling tracing-attributes v0.1.27
18272024-04-10T16:24:32.370Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.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=98646fff9b931def -C extra-filename=-98646fff9b931def --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-04-10T16:24:32.557Z Compiling zerocopy v0.7.32
18292024-04-10T16:24:32.583Z Running `/home/build/.rustup/toolchains/1.77.1-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=00a16dc80c072c35 -C extra-filename=-00a16dc80c072c35 --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-4e4c7463199ea70e.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6d967abf0e44db5b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-04-10T16:24:32.930Z Compiling futures-util v0.3.30
18312024-04-10T16:24:32.958Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=cf4a53893200ae38 -C extra-filename=-cf4a53893200ae38 --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-fdc408a9a6b03871.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-82bae64aad858f9d.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-d70db77516c1e91f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0549dd95ab1f79e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-04-10T16:24:33.028Z Compiling schemars_derive v0.8.16
18332024-04-10T16:24:33.062Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=1d8a316ad2df8feb -C extra-filename=-1d8a316ad2df8feb --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-171efa75b616cffc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-04-10T16:24:33.330Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89aad0abc68f602e -C extra-filename=-89aad0abc68f602e --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-6c2035957ab88aa5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18352024-04-10T16:24:33.452Z Compiling crypto-common v0.1.6
18362024-04-10T16:24:33.480Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=846385f61e2c2b0d -C extra-filename=-846385f61e2c2b0d --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-1e233ac54e4d5449.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-984c270fb3dea4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18372024-04-10T16:24:33.480Z Compiling block-buffer v0.10.4
18382024-04-10T16:24:33.480Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=017e93fb2d9a48df -C extra-filename=-017e93fb2d9a48df --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-1e233ac54e4d5449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-04-10T16:24:33.655Z Compiling digest v0.10.7
18402024-04-10T16:24:33.682Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=f1af10a8a4d54119 -C extra-filename=-f1af10a8a4d54119 --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-017e93fb2d9a48df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-846385f61e2c2b0d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-04-10T16:24:33.708Z Running `/home/build/.rustup/toolchains/1.77.1-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=22e55ceaa048ac20 -C extra-filename=-22e55ceaa048ac20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18422024-04-10T16:24:33.796Z Compiling vcpkg v0.2.15
18432024-04-10T16:24:33.822Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b29f98bbdeba47a -C extra-filename=-1b29f98bbdeba47a --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`
18442024-04-10T16:24:34.051Z Compiling base64 v0.21.7
18452024-04-10T16:24:34.076Z Running `/home/build/.rustup/toolchains/1.77.1-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=93b9274c0285c46c -C extra-filename=-93b9274c0285c46c --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`
18462024-04-10T16:24:34.110Z Compiling untrusted v0.9.0
18472024-04-10T16:24:34.136Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8624d2dac6f1780c -C extra-filename=-8624d2dac6f1780c --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`
18482024-04-10T16:24:34.209Z Compiling hashbrown v0.14.3
18492024-04-10T16:24:34.234Z Running `/home/build/.rustup/toolchains/1.77.1-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=79ae0bfc48b17f51 -C extra-filename=-79ae0bfc48b17f51 --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-22e55ceaa048ac20.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-049cb46d2052a2b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-04-10T16:24:34.273Z Running `/home/build/.rustup/toolchains/1.77.1-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=7231f6e2911ab46c -C extra-filename=-7231f6e2911ab46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8624d2dac6f1780c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18512024-04-10T16:24:34.658Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-488019dd22494753/build-script-build`
18522024-04-10T16:24:34.712Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=db035d79552b26aa -C extra-filename=-db035d79552b26aa --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18532024-04-10T16:24:35.320Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=341e76b37908086c -C extra-filename=-341e76b37908086c --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`
18542024-04-10T16:24:35.602Z Compiling openssl-sys v0.9.102
18552024-04-10T16:24:35.630Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/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=7c2fe0a205ea0215 -C extra-filename=-7c2fe0a205ea0215 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-7c2fe0a205ea0215 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-219f68cd007d71d3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1b29f98bbdeba47a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18562024-04-10T16:24:35.630Z Compiling tracing v0.1.40
18572024-04-10T16:24:35.630Z Running `/home/build/.rustup/toolchains/1.77.1-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=eee24e169071b85d -C extra-filename=-eee24e169071b85d --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-31f49548b80b230b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-98646fff9b931def.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-da13d70a719a793f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-04-10T16:24:35.846Z Compiling try-lock v0.2.4
18592024-04-10T16:24:35.875Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c8145002a4d2492 -C extra-filename=-6c8145002a4d2492 --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`
18602024-04-10T16:24:35.979Z Compiling want v0.3.1
18612024-04-10T16:24:36.004Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de82c9392512b332 -C extra-filename=-de82c9392512b332 --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-6c8145002a4d2492.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-04-10T16:24:36.077Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=0f9b1b0e97df3264 -C extra-filename=-0f9b1b0e97df3264 --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`
18632024-04-10T16:24:36.242Z Compiling tower-service v0.3.2
18642024-04-10T16:24:36.267Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d9221016350ff07 -C extra-filename=-8d9221016350ff07 --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`
18652024-04-10T16:24:36.404Z Compiling base64ct v1.6.0
18662024-04-10T16:24:36.429Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b38f696d03f37d88 -C extra-filename=-b38f696d03f37d88 --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`
18672024-04-10T16:24:36.554Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-7c2fe0a205ea0215/build-script-main`
18682024-04-10T16:24:36.636Z Compiling ucd-trie v0.1.6
18692024-04-10T16:24:36.662Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a0b10cb681de7aa1 -C extra-filename=-a0b10cb681de7aa1 --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`
18702024-04-10T16:24:36.734Z Compiling httpdate v1.0.3
18712024-04-10T16:24:36.762Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d7acd5be58bb375 -C extra-filename=-6d7acd5be58bb375 --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`
18722024-04-10T16:24:36.859Z Compiling pest v2.7.6
18732024-04-10T16:24:36.885Z Running `/home/build/.rustup/toolchains/1.77.1-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=ab70334cea6d0dd9 -C extra-filename=-ab70334cea6d0dd9 --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-048c003a6202498d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a0b10cb681de7aa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-04-10T16:24:36.928Z Compiling backtrace v0.3.69
18752024-04-10T16:24:36.957Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=34d7bac6657dc1be -C extra-filename=-34d7bac6657dc1be --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-34d7bac6657dc1be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-04-10T16:24:37.068Z Running `/home/build/.rustup/toolchains/1.77.1-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=eeef23e6dfc70d28 -C extra-filename=-eeef23e6dfc70d28 --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-b66c43be6f1b4770.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-04-10T16:24:37.136Z Compiling ring v0.16.20
18782024-04-10T16:24:37.162Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=7eb0a88df32ad2ab -C extra-filename=-7eb0a88df32ad2ab --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7eb0a88df32ad2ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-04-10T16:24:37.162Z Compiling openssl v0.10.64
18802024-04-10T16:24:37.162Z Compiling foreign-types-shared v0.1.1
18812024-04-10T16:24:37.162Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/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=575d88b02e424a96 -C extra-filename=-575d88b02e424a96 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-575d88b02e424a96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-04-10T16:24:37.162Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4d7e388fba4106c -C extra-filename=-c4d7e388fba4106c --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`
18832024-04-10T16:24:37.263Z Compiling gimli v0.28.0
18842024-04-10T16:24:37.289Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=4ef335806f2ec481 -C extra-filename=-4ef335806f2ec481 --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`
18852024-04-10T16:24:37.364Z Compiling openssl-probe v0.1.5
18862024-04-10T16:24:37.364Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=725225ccea6895bb -C extra-filename=-725225ccea6895bb --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-10T16:24:37.478Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-34d7bac6657dc1be/build-script-build`
18882024-04-10T16:24:37.507Z Compiling foreign-types v0.3.2
18892024-04-10T16:24:37.534Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b09579fd13745ee0 -C extra-filename=-b09579fd13745ee0 --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-c4d7e388fba4106c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-04-10T16:24:37.560Z Compiling futures-executor v0.3.30
18912024-04-10T16:24:37.560Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=d7aec99b790ef851 -C extra-filename=-d7aec99b790ef851 --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-f13b2e70964e1361.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-04-10T16:24:37.598Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-575d88b02e424a96/build-script-build`
18932024-04-10T16:24:37.629Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5209fcd17583f2d3 -C extra-filename=-5209fcd17583f2d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.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`
18942024-04-10T16:24:37.656Z Compiling openssl-macros v0.1.1
18952024-04-10T16:24:37.656Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb58e36effa92e53 -C extra-filename=-cb58e36effa92e53 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-04-10T16:24:38.024Z Compiling futures v0.3.30
18972024-04-10T16:24:38.050Z Running `/home/build/.rustup/toolchains/1.77.1-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=32796dcb95223bef -C extra-filename=-32796dcb95223bef --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-fdc408a9a6b03871.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d7aec99b790ef851.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-04-10T16:24:38.050Z Compiling object v0.32.1
18992024-04-10T16:24:38.050Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=ea70f986cf5030dc -C extra-filename=-ea70f986cf5030dc --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-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-04-10T16:24:38.139Z Compiling ipnet v2.9.0
19012024-04-10T16:24:38.165Z Running `/home/build/.rustup/toolchains/1.77.1-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=d5586d2885680d70 -C extra-filename=-d5586d2885680d70 --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`
19022024-04-10T16:24:38.165Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7eb0a88df32ad2ab/build-script-build`
19032024-04-10T16:24:38.416Z Compiling crossbeam-utils v0.8.19
19042024-04-10T16:24:38.442Z Running `/home/build/.rustup/toolchains/1.77.1-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=83243001f54bc2c1 -C extra-filename=-83243001f54bc2c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-83243001f54bc2c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-04-10T16:24:38.704Z Compiling pest_meta v2.7.6
19062024-04-10T16:24:38.730Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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=623d2a09f1ba6f65 -C extra-filename=-623d2a09f1ba6f65 --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-6c255fdadd50f68c.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ab70334cea6d0dd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-10T16:24:38.969Z Compiling untrusted v0.7.1
19082024-04-10T16:24:38.995Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ae8dbba42e31617 -C extra-filename=-5ae8dbba42e31617 --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`
19092024-04-10T16:24:39.021Z Compiling mime v0.3.17
19102024-04-10T16:24:39.021Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=940f21a9fbfb9181 -C extra-filename=-940f21a9fbfb9181 --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`
19112024-04-10T16:24:39.133Z Compiling rustc-demangle v0.1.23
19122024-04-10T16:24:39.160Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ff9504a6bb5b550 -C extra-filename=-2ff9504a6bb5b550 --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`
19132024-04-10T16:24:39.185Z Compiling anyhow v1.0.82
19142024-04-10T16:24:39.185Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/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=157b5255ff11cb4a -C extra-filename=-157b5255ff11cb4a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-157b5255ff11cb4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-04-10T16:24:39.487Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-83243001f54bc2c1/build-script-build`
19162024-04-10T16:24:39.516Z Compiling bitflags v1.3.2
19172024-04-10T16:24:39.542Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=000c949f1389ce9c -C extra-filename=-000c949f1389ce9c --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`
19182024-04-10T16:24:39.610Z Compiling rustls v0.21.9
19192024-04-10T16:24:39.636Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=f5d1df2a765cc462 -C extra-filename=-f5d1df2a765cc462 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-f5d1df2a765cc462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-04-10T16:24:39.680Z Compiling pest_generator v2.7.6
19212024-04-10T16:24:39.705Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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=af5508a59f0e55f9 -C extra-filename=-af5508a59f0e55f9 --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-ab70334cea6d0dd9.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-623d2a09f1ba6f65.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19222024-04-10T16:24:39.744Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=fbde25435c5b7a23 -C extra-filename=-fbde25435c5b7a23 --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-6c255fdadd50f68c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-91128da7687d3924.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ae8dbba42e31617.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -l static=ring-core -l static=ring-test`
19232024-04-10T16:24:39.896Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-157b5255ff11cb4a/build-script-build`
19242024-04-10T16:24:39.921Z Compiling winnow v0.5.15
19252024-04-10T16:24:39.921Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=727d7f85e39627ea -C extra-filename=-727d7f85e39627ea --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`
19262024-04-10T16:24:40.140Z Compiling native-tls v0.2.11
19272024-04-10T16:24:40.166Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69220d555dc351d6 -C extra-filename=-69220d555dc351d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-69220d555dc351d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-04-10T16:24:40.463Z Compiling addr2line v0.21.0
19292024-04-10T16:24:40.492Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5085c43f2e4b112f -C extra-filename=-5085c43f2e4b112f --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-4ef335806f2ec481.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-04-10T16:24:40.970Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-69220d555dc351d6/build-script-build`
19312024-04-10T16:24:40.970Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-f5d1df2a765cc462/build-script-build`
19322024-04-10T16:24:41.011Z Running `/home/build/.rustup/toolchains/1.77.1-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=31c64c39aa87f543 -C extra-filename=-31c64c39aa87f543 --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`
19332024-04-10T16:24:41.037Z Compiling pem-rfc7468 v0.7.0
19342024-04-10T16:24:41.037Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5c39cd840ca23180 -C extra-filename=-5c39cd840ca23180 --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-b38f696d03f37d88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-04-10T16:24:41.209Z Compiling rustls-webpki v0.101.7
19362024-04-10T16:24:41.234Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72c8ec5b97ac0767 -C extra-filename=-72c8ec5b97ac0767 --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-7231f6e2911ab46c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8624d2dac6f1780c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
19372024-04-10T16:24:41.718Z Compiling bytes v1.6.0
19382024-04-10T16:24:41.744Z Running `/home/build/.rustup/toolchains/1.77.1-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=f9e70cb071b3ca9f -C extra-filename=-f9e70cb071b3ca9f --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-04-10T16:24:41.770Z Compiling bitflags v2.4.2
19402024-04-10T16:24:41.770Z Running `/home/build/.rustup/toolchains/1.77.1-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=d616ce913c05311f -C extra-filename=-d616ce913c05311f --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-04-10T16:24:42.066Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=aee2afb41df856c9 -C extra-filename=-aee2afb41df856c9 --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-6724c74c797d74c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-6a04a6a488e33407.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19422024-04-10T16:24:42.133Z Compiling indexmap v2.2.6
19432024-04-10T16:24:42.160Z Running `/home/build/.rustup/toolchains/1.77.1-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=548b5a55a8b8392b -C extra-filename=-548b5a55a8b8392b --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-f231dfb04e7d47a4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-79ae0bfc48b17f51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-04-10T16:24:42.655Z Compiling tokio v1.37.0
19452024-04-10T16:24:42.683Z Running `/home/build/.rustup/toolchains/1.77.1-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=7bf2f17cf71e4432 -C extra-filename=-7bf2f17cf71e4432 --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-f9e70cb071b3ca9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-4015465925a182c7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a17e06fab8f07916.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b1a1f74b91b4def6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-04-10T16:24:42.760Z Compiling chrono v0.4.37
19472024-04-10T16:24:42.787Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=7e1e70a54b0f1629 -C extra-filename=-7e1e70a54b0f1629 --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-0d990d1c1398e538.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-04-10T16:24:42.787Z Compiling uuid v1.8.0
19492024-04-10T16:24:42.787Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=b68223ed53895961 -C extra-filename=-b68223ed53895961 --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-b07854e41674e034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-04-10T16:24:42.813Z Running `/home/build/.rustup/toolchains/1.77.1-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=3b1f1e3d2eb728ae -C extra-filename=-3b1f1e3d2eb728ae --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-d616ce913c05311f.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-101625a17f079511.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19512024-04-10T16:24:42.885Z Compiling http v0.2.12
19522024-04-10T16:24:42.911Z Running `/home/build/.rustup/toolchains/1.77.1-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=b1ae06a2f6ef8ea2 -C extra-filename=-b1ae06a2f6ef8ea2 --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-f9e70cb071b3ca9f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-89cddfc556889b2d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-04-10T16:24:43.163Z Compiling toml_datetime v0.6.5
19542024-04-10T16:24:43.189Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=0b721a4dc883a2da -C extra-filename=-0b721a4dc883a2da --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-04-10T16:24:43.273Z Compiling serde_spanned v0.6.5
19562024-04-10T16:24:43.299Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=4d5436695be4679f -C extra-filename=-4d5436695be4679f --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-04-10T16:24:43.465Z Running `/home/build/.rustup/toolchains/1.77.1-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=25fd06405a353e38 -C extra-filename=-25fd06405a353e38 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-04-10T16:24:43.558Z Compiling pest_derive v2.7.6
19592024-04-10T16:24:43.584Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=9f0a990e48eaae01 -C extra-filename=-9f0a990e48eaae01 --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-ab70334cea6d0dd9.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-af5508a59f0e55f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-04-10T16:24:43.865Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b918e0279c3bcb85 -C extra-filename=-b918e0279c3bcb85 --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-5085c43f2e4b112f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-33cc1ac2d102e715.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ea70f986cf5030dc.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-2ff9504a6bb5b550.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-04-10T16:24:44.065Z Compiling http-body v0.4.5
19622024-04-10T16:24:44.091Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7958ec5c0e2945b4 -C extra-filename=-7958ec5c0e2945b4 --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-f9e70cb071b3ca9f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-04-10T16:24:44.380Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d181cdf8a92f7da9 -C extra-filename=-d181cdf8a92f7da9 --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-d616ce913c05311f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b09579fd13745ee0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-cb58e36effa92e53.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.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`
19642024-04-10T16:24:44.406Z Compiling toml_edit v0.19.15
19652024-04-10T16:24:44.406Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=b3a899ba3577d07c -C extra-filename=-b3a899ba3577d07c --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-548b5a55a8b8392b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4d5436695be4679f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-727d7f85e39627ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-04-10T16:24:44.484Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/src/lib.rs --error-format=json --json=diagnostic-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=aeb4aeed4a847655 -C extra-filename=-aeb4aeed4a847655 --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-b918e0279c3bcb85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19672024-04-10T16:24:44.905Z Running `/home/build/.rustup/toolchains/1.77.1-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=92cbeb206a425068 -C extra-filename=-92cbeb206a425068 --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-f9e70cb071b3ca9f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-1d8a316ad2df8feb.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e3c8d19498cb7bbb.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19682024-04-10T16:24:45.164Z Compiling sct v0.7.0
19692024-04-10T16:24:45.189Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d5c03dfae5946bf -C extra-filename=-6d5c03dfae5946bf --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-fbde25435c5b7a23.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ae8dbba42e31617.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out`
19702024-04-10T16:24:45.221Z Compiling der_derive v0.7.2
19712024-04-10T16:24:45.247Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1f24791120cd71e -C extra-filename=-d1f24791120cd71e --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19722024-04-10T16:24:45.431Z Compiling cookie v0.17.0
19732024-04-10T16:24:45.457Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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=95b309fd25cd1c53 -C extra-filename=-95b309fd25cd1c53 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-95b309fd25cd1c53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-04-10T16:24:45.709Z Compiling unicode-xid v0.2.4
19752024-04-10T16:24:45.735Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=032ec9c2ef024c09 -C extra-filename=-032ec9c2ef024c09 --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`
19762024-04-10T16:24:45.760Z Compiling flagset v0.4.3
19772024-04-10T16:24:45.760Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fab7898d16f0eda1 -C extra-filename=-fab7898d16f0eda1 --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`
19782024-04-10T16:24:45.867Z Compiling utf8parse v0.2.1
19792024-04-10T16:24:45.893Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=43b36990ecebb91b -C extra-filename=-43b36990ecebb91b --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`
19802024-04-10T16:24:45.918Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-95b309fd25cd1c53/build-script-build`
19812024-04-10T16:24:45.970Z Running `/home/build/.rustup/toolchains/1.77.1-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=2209425a28da1a99 -C extra-filename=-2209425a28da1a99 --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-31f49548b80b230b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-72c8ec5b97ac0767.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-6d5c03dfae5946bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out`
19822024-04-10T16:24:46.018Z Compiling rustc_version v0.4.0
19832024-04-10T16:24:46.056Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b107197b65f9221a -C extra-filename=-b107197b65f9221a --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-25fd06405a353e38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-04-10T16:24:46.708Z Compiling serde_urlencoded v0.7.1
19852024-04-10T16:24:46.733Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd7c562449373328 -C extra-filename=-dd7c562449373328 --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-5b50c5ec71394329.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-6a04a6a488e33407.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-10T16:24:46.758Z Compiling idna v0.3.0
19872024-04-10T16:24:46.758Z Running `/home/build/.rustup/toolchains/1.77.1-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=df9efd3e46d9d570 -C extra-filename=-df9efd3e46d9d570 --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-5e27e73396f9fa21.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-10T16:24:47.165Z Compiling thread-id v4.2.0
19892024-04-10T16:24:47.191Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=139b6cd299b961a4 -C extra-filename=-139b6cd299b961a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-04-10T16:24:47.265Z Compiling encoding_rs v0.8.33
19912024-04-10T16:24:47.290Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=ec902151031d17c9 -C extra-filename=-ec902151031d17c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-04-10T16:24:47.452Z Compiling der v0.7.8
19932024-04-10T16:24:47.899Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=1c78335b8ecffe05 -C extra-filename=-1c78335b8ecffe05 --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-b45edcf3f924eebd.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d1f24791120cd71e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-fab7898d16f0eda1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-04-10T16:24:47.931Z Compiling psl-types v2.0.11
19952024-04-10T16:24:47.931Z Running `/home/build/.rustup/toolchains/1.77.1-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=5c7e4254d5837ac8 -C extra-filename=-5c7e4254d5837ac8 --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`
19962024-04-10T16:24:47.958Z Running `/home/build/.rustup/toolchains/1.77.1-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=d3cb7552c6da68cb -C extra-filename=-d3cb7552c6da68cb --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-99c22543a7e2dd76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-04-10T16:24:48.082Z Compiling publicsuffix v2.2.3
19982024-04-10T16:24:48.107Z Running `/home/build/.rustup/toolchains/1.77.1-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=7c4f9fdde7a1ffae -C extra-filename=-7c4f9fdde7a1ffae --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-df9efd3e46d9d570.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-5c7e4254d5837ac8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-04-10T16:24:48.293Z Compiling anstyle v1.0.6
20002024-04-10T16:24:48.325Z Running `/home/build/.rustup/toolchains/1.77.1-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=e0d0df519312e048 -C extra-filename=-e0d0df519312e048 --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`
20012024-04-10T16:24:48.676Z Compiling data-encoding v2.4.0
20022024-04-10T16:24:48.701Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=842628240bcaf6bc -C extra-filename=-842628240bcaf6bc --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`
20032024-04-10T16:24:48.856Z Compiling tokio-util v0.7.10
20042024-04-10T16:24:48.882Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=19ad39d2a2820b89 -C extra-filename=-19ad39d2a2820b89 --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-f9e70cb071b3ca9f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-04-10T16:24:50.216Z Compiling h2 v0.3.26
20062024-04-10T16:24:50.241Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 -C metadata=e0ae6c3270da43fb -C extra-filename=-e0ae6c3270da43fb --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-f9e70cb071b3ca9f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-89cddfc556889b2d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0549dd95ab1f79e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-04-10T16:24:50.266Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50ba60a318e463a0 -C extra-filename=-50ba60a318e463a0 --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-31f49548b80b230b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-725225ccea6895bb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.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`
20082024-04-10T16:24:50.654Z Compiling tokio-native-tls v0.3.1
20092024-04-10T16:24:50.686Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad2c6d95dc3b2e12 -C extra-filename=-ad2c6d95dc3b2e12 --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-50ba60a318e463a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20102024-04-10T16:24:50.717Z Compiling spki v0.7.2
20112024-04-10T16:24:50.717Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=6e99f7e2df480f8a -C extra-filename=-6e99f7e2df480f8a --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-1c78335b8ecffe05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-04-10T16:24:50.831Z Compiling tokio-rustls v0.24.1
20132024-04-10T16:24:50.857Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=f22ca5d571058c3c -C extra-filename=-f22ca5d571058c3c --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-2209425a28da1a99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out`
20142024-04-10T16:24:50.882Z Compiling cookie_store v0.20.0
20152024-04-10T16:24:50.882Z Running `/home/build/.rustup/toolchains/1.77.1-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=3e1d058bc08b565d -C extra-filename=-3e1d058bc08b565d --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-d3cb7552c6da68cb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-df9efd3e46d9d570.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-7c4f9fdde7a1ffae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-04-10T16:24:50.916Z Compiling openapiv3 v2.0.0
20172024-04-10T16:24:51.350Z Running `/home/build/.rustup/toolchains/1.77.1-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=907de7f675189720 -C extra-filename=-907de7f675189720 --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-548b5a55a8b8392b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-04-10T16:24:51.379Z Compiling rustls-pemfile v1.0.3
20192024-04-10T16:24:51.379Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc07acca86f49c9e -C extra-filename=-fc07acca86f49c9e --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-93b9274c0285c46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-10T16:24:51.379Z Compiling sync_wrapper v0.1.2
20212024-04-10T16:24:51.379Z Running `/home/build/.rustup/toolchains/1.77.1-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=0a1bcc51a5984a33 -C extra-filename=-0a1bcc51a5984a33 --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`
20222024-04-10T16:24:51.379Z Compiling webpki-roots v0.25.2
20232024-04-10T16:24:51.405Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f60a2bb79f3a2986 -C extra-filename=-f60a2bb79f3a2986 --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-10T16:24:51.448Z Compiling unicode-segmentation v1.10.1
20252024-04-10T16:24:51.473Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1b2bb6d2b660c83 -C extra-filename=-a1b2bb6d2b660c83 --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-10T16:24:51.534Z Compiling pkcs8 v0.10.2
20272024-04-10T16:24:51.560Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=eccc48feb65c7b1b -C extra-filename=-eccc48feb65c7b1b --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-1c78335b8ecffe05.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6e99f7e2df480f8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-10T16:24:51.594Z Compiling hmac v0.12.1
20292024-04-10T16:24:51.621Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=2b0ec58394a03e19 -C extra-filename=-2b0ec58394a03e19 --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-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-04-10T16:24:51.826Z Compiling sha2 v0.10.8
20312024-04-10T16:24:51.852Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=d1ec0b76cbf51d6a -C extra-filename=-d1ec0b76cbf51d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-04-10T16:24:52.059Z Compiling scroll_derive v0.12.0
20332024-04-10T16:24:52.087Z Running `/home/build/.rustup/toolchains/1.77.1-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=6f876b5f9db5f859 -C extra-filename=-6f876b5f9db5f859 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-04-10T16:24:52.135Z Compiling anstyle-parse v0.2.1
20352024-04-10T16:24:52.160Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=0fbb5c0ab8fadb9f -C extra-filename=-0fbb5c0ab8fadb9f --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-43b36990ecebb91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20362024-04-10T16:24:52.223Z Compiling num-integer v0.1.46
20372024-04-10T16:24:52.249Z Running `/home/build/.rustup/toolchains/1.77.1-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=817e2a0eea90cb96 -C extra-filename=-817e2a0eea90cb96 --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-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-04-10T16:24:52.407Z Compiling crc32fast v1.3.2
20392024-04-10T16:24:52.433Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8b5980e4d80e93b3 -C extra-filename=-8b5980e4d80e93b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-8b5980e4d80e93b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-04-10T16:24:52.847Z Compiling colorchoice v1.0.0
20412024-04-10T16:24:52.873Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79a52236b115f95b -C extra-filename=-79a52236b115f95b --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`
20422024-04-10T16:24:52.873Z Compiling anstyle-query v1.0.0
20432024-04-10T16:24:52.911Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab395382ba62588a -C extra-filename=-ab395382ba62588a --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`
20442024-04-10T16:24:52.994Z Compiling plain v0.2.3
20452024-04-10T16:24:52.994Z Running `/home/build/.rustup/toolchains/1.77.1-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=e462f6fad05b415e -C extra-filename=-e462f6fad05b415e --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`
20462024-04-10T16:24:53.020Z Compiling anstream v0.6.11
20472024-04-10T16:24:53.020Z Running `/home/build/.rustup/toolchains/1.77.1-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=b546b98d8ee3156a -C extra-filename=-b546b98d8ee3156a --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-e0d0df519312e048.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-0fbb5c0ab8fadb9f.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ab395382ba62588a.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-79a52236b115f95b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-43b36990ecebb91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-04-10T16:24:53.145Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-8b5980e4d80e93b3/build-script-build`
20492024-04-10T16:24:53.220Z Compiling terminal_size v0.3.0
20502024-04-10T16:24:53.250Z Running `/home/build/.rustup/toolchains/1.77.1-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=3d62c3e37367ed00 -C extra-filename=-3d62c3e37367ed00 --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-3b1f1e3d2eb728ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-04-10T16:24:53.250Z Compiling block-padding v0.3.3
20522024-04-10T16:24:53.278Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=99fc9600a7cd47ff -C extra-filename=-99fc9600a7cd47ff --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-1e233ac54e4d5449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-04-10T16:24:53.388Z Compiling scroll v0.12.0
20542024-04-10T16:24:53.414Z Running `/home/build/.rustup/toolchains/1.77.1-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=567a3768dc48a038 -C extra-filename=-567a3768dc48a038 --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-6f876b5f9db5f859.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-04-10T16:24:53.414Z Compiling usdt-impl v0.5.0
20562024-04-10T16:24:53.414Z Running `/home/build/.rustup/toolchains/1.77.1-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=f19066d8afe46499 -C extra-filename=-f19066d8afe46499 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f19066d8afe46499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-04-10T16:24:53.464Z Compiling strsim v0.11.0
20582024-04-10T16:24:53.490Z Running `/home/build/.rustup/toolchains/1.77.1-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=acb214de29c8da09 -C extra-filename=-acb214de29c8da09 --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-10T16:24:53.615Z Compiling bit-vec v0.6.3
20602024-04-10T16:24:53.641Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b1e10b9233b552f2 -C extra-filename=-b1e10b9233b552f2 --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-10T16:24:53.754Z Compiling heck v0.5.0
20622024-04-10T16:24:53.781Z Running `/home/build/.rustup/toolchains/1.77.1-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=0562df15a6902e58 -C extra-filename=-0562df15a6902e58 --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`
20632024-04-10T16:24:53.841Z Compiling goblin v0.8.0
20642024-04-10T16:24:53.867Z Running `/home/build/.rustup/toolchains/1.77.1-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=69bf58689cd7f1e1 -C extra-filename=-69bf58689cd7f1e1 --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-31f49548b80b230b.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e462f6fad05b415e.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-567a3768dc48a038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-04-10T16:24:54.005Z Compiling clap_lex v0.7.0
20662024-04-10T16:24:54.031Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=ad5ebb84e4de9097 -C extra-filename=-ad5ebb84e4de9097 --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`
20672024-04-10T16:24:54.167Z Compiling pretty-hex v0.4.1
20682024-04-10T16:24:54.197Z Running `/home/build/.rustup/toolchains/1.77.1-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=640606692ca98274 -C extra-filename=-640606692ca98274 --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`
20692024-04-10T16:24:54.225Z Compiling clap_builder v4.5.2
20702024-04-10T16:24:54.225Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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="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=c6052f8ce314d269 -C extra-filename=-c6052f8ce314d269 --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-b546b98d8ee3156a.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-e0d0df519312e048.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-ad5ebb84e4de9097.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-acb214de29c8da09.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-3d62c3e37367ed00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-04-10T16:24:54.356Z Compiling clap_derive v4.5.4
20722024-04-10T16:24:54.383Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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 --cfg 'feature="default"' -C metadata=dc7ec146e62a7131 -C extra-filename=-dc7ec146e62a7131 --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-0562df15a6902e58.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-04-10T16:24:54.412Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f19066d8afe46499/build-script-build`
20742024-04-10T16:24:54.441Z Compiling inout v0.1.3
20752024-04-10T16:24:54.441Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=a6ec39b91178d443 -C extra-filename=-a6ec39b91178d443 --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-99fc9600a7cd47ff.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20762024-04-10T16:24:54.472Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e8a1b0c515792b81 -C extra-filename=-e8a1b0c515792b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20772024-04-10T16:24:54.552Z Compiling dtrace-parser v0.2.0
20782024-04-10T16:24:54.584Z Running `/home/build/.rustup/toolchains/1.77.1-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=d803e3bfa6c0c8f6 -C extra-filename=-d803e3bfa6c0c8f6 --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-ab70334cea6d0dd9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9f0a990e48eaae01.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-04-10T16:24:54.656Z Compiling siphasher v0.3.11
20802024-04-10T16:24:54.682Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cb7b50ed62c73025 -C extra-filename=-cb7b50ed62c73025 --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`
20812024-04-10T16:24:54.718Z Compiling cipher v0.4.4
20822024-04-10T16:24:54.752Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=b5dce3f7e6fd9762 -C extra-filename=-b5dce3f7e6fd9762 --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-846385f61e2c2b0d.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a6ec39b91178d443.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-04-10T16:24:54.779Z Compiling synstructure v0.12.6
20842024-04-10T16:24:54.779Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9c45b6b4b0f1178a -C extra-filename=-9c45b6b4b0f1178a --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-032ec9c2ef024c09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-04-10T16:24:54.969Z Compiling crossbeam-epoch v0.9.18
20862024-04-10T16:24:55.001Z Running `/home/build/.rustup/toolchains/1.77.1-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=2633589546ed6219 -C extra-filename=-2633589546ed6219 --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-31c64c39aa87f543.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-04-10T16:24:55.148Z Compiling hex v0.4.3
20882024-04-10T16:24:55.173Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b0902bdb02832ff3 -C extra-filename=-b0902bdb02832ff3 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-04-10T16:24:55.585Z Compiling hyper v0.14.28
20902024-04-10T16:24:55.613Z Running `/home/build/.rustup/toolchains/1.77.1-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=7f12ee394e3a5b82 -C extra-filename=-7f12ee394e3a5b82 --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-f9e70cb071b3ca9f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e0ae6c3270da43fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7958ec5c0e2945b4.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-fe321629d221ad3c.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6d7acd5be58bb375.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-8d9221016350ff07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-de82c9392512b332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-04-10T16:24:55.639Z Compiling itertools v0.10.5
20922024-04-10T16:24:55.665Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=8768600ea16229a8 -C extra-filename=-8768600ea16229a8 --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-cc68c3be1cf89605.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-04-10T16:24:56.053Z Compiling stable_deref_trait v1.2.0
20942024-04-10T16:24:56.082Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a08b1c6cb3ebe2ec -C extra-filename=-a08b1c6cb3ebe2ec --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`
20952024-04-10T16:24:56.139Z Compiling winnow v0.6.1
20962024-04-10T16:24:56.165Z Running `/home/build/.rustup/toolchains/1.77.1-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=35e2e8f777109c6a -C extra-filename=-35e2e8f777109c6a --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`
20972024-04-10T16:24:56.190Z Compiling zerocopy-derive v0.2.0
20982024-04-10T16:24:56.190Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cf7b8ca599ffe4 -C extra-filename=-89cf7b8ca599ffe4 --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-9e6546d75c09d00a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-9c45b6b4b0f1178a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-04-10T16:24:57.848Z Compiling ff v0.13.0
21002024-04-10T16:24:57.874Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a0bf8b3e6c730693 -C extra-filename=-a0bf8b3e6c730693 --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-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-04-10T16:24:57.964Z Compiling base16ct v0.2.0
21022024-04-10T16:24:57.990Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a5b4a07724725576 -C extra-filename=-a5b4a07724725576 --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-10T16:24:58.044Z Compiling base64 v0.22.0
21042024-04-10T16:24:58.069Z Running `/home/build/.rustup/toolchains/1.77.1-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=e7c07ace4c13ea0f -C extra-filename=-e7c07ace4c13ea0f --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`
21052024-04-10T16:24:58.237Z Compiling dof v0.3.0
21062024-04-10T16:24:58.265Z Running `/home/build/.rustup/toolchains/1.77.1-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=89267f1470a187ef -C extra-filename=-89267f1470a187ef --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-69bf58689cd7f1e1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-04-10T16:24:58.385Z Compiling clap v4.5.4
21082024-04-10T16:24:58.417Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=536f79762dd63ac8 -C extra-filename=-536f79762dd63ac8 --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-c6052f8ce314d269.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-dc7ec146e62a7131.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-04-10T16:24:58.509Z Compiling sec1 v0.7.3
21102024-04-10T16:24:58.544Z Running `/home/build/.rustup/toolchains/1.77.1-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=9f9a22e22f099c77 -C extra-filename=-9f9a22e22f099c77 --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-a5b4a07724725576.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eccc48feb65c7b1b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-04-10T16:24:58.570Z Compiling group v0.13.0
21122024-04-10T16:24:58.570Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=86c78ada50880c41 -C extra-filename=-86c78ada50880c41 --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-a0bf8b3e6c730693.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-04-10T16:24:58.658Z Compiling zerocopy v0.3.0
21142024-04-10T16:24:58.684Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25d507f003542cd9 -C extra-filename=-25d507f003542cd9 --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-4e4c7463199ea70e.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-89cf7b8ca599ffe4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-04-10T16:24:58.823Z Running `/home/build/.rustup/toolchains/1.77.1-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=28b0b0b87ba59c79 -C extra-filename=-28b0b0b87ba59c79 --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-4e4c7463199ea70e.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89267f1470a187ef.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d803e3bfa6c0c8f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-139b6cd299b961a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21162024-04-10T16:24:58.977Z Compiling toml_edit v0.22.9
21172024-04-10T16:24:59.003Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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=5e992ac0cd3b0261 -C extra-filename=-5e992ac0cd3b0261 --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-548b5a55a8b8392b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4d5436695be4679f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-35e2e8f777109c6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-04-10T16:24:59.003Z Compiling flate2 v1.0.28
21192024-04-10T16:24:59.003Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=379ed59fa10c744a -C extra-filename=-379ed59fa10c744a --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-e8a1b0c515792b81.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-33cc1ac2d102e715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-04-10T16:24:59.286Z Compiling hkdf v0.12.4
21212024-04-10T16:24:59.318Z Running `/home/build/.rustup/toolchains/1.77.1-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=5bc2634eed53323c -C extra-filename=-5bc2634eed53323c --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-2b0ec58394a03e19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-04-10T16:24:59.514Z Compiling toml v0.7.8
21232024-04-10T16:24:59.541Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=3c151358d75a6f51 -C extra-filename=-3c151358d75a6f51 --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-eeef23e6dfc70d28.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4d5436695be4679f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b3a899ba3577d07c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-04-10T16:24:59.777Z Compiling crypto-bigint v0.5.2
21252024-04-10T16:24:59.803Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=a682f58265af8dbe -C extra-filename=-a682f58265af8dbe --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-1e233ac54e4d5449.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-04-10T16:25:00.080Z Compiling zerocopy-derive v0.6.6
21272024-04-10T16:25:00.105Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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 -C metadata=9aadd9d772321e0e -C extra-filename=-9aadd9d772321e0e --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-04-10T16:25:00.187Z Compiling usdt-impl v0.3.5
21292024-04-10T16:25:00.214Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=20286a98848aef7d -C extra-filename=-20286a98848aef7d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-20286a98848aef7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-04-10T16:25:00.514Z Compiling fixedbitset v0.4.2
21312024-04-10T16:25:00.540Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d671e8ef8e2dbdda -C extra-filename=-d671e8ef8e2dbdda --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`
21322024-04-10T16:25:01.292Z Compiling hyper-rustls v0.24.2
21332024-04-10T16:25:01.331Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbe69c40993228e1 -C extra-filename=-fbe69c40993228e1 --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-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2209425a28da1a99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f22ca5d571058c3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out`
21342024-04-10T16:25:01.331Z Compiling hyper-tls v0.5.0
21352024-04-10T16:25:01.331Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=555322cbb376d6e3 -C extra-filename=-555322cbb376d6e3 --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-f9e70cb071b3ca9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50ba60a318e463a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ad2c6d95dc3b2e12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21362024-04-10T16:25:01.331Z Compiling reqwest v0.11.24
21372024-04-10T16:25:01.331Z Running `/home/build/.rustup/toolchains/1.77.1-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=961a7bc6da2293a8 -C extra-filename=-961a7bc6da2293a8 --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-93b9274c0285c46c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d3cb7552c6da68cb.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-3e1d058bc08b565d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ec902151031d17c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e0ae6c3270da43fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7958ec5c0e2945b4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fbe69c40993228e1.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-555322cbb376d6e3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-940f21a9fbfb9181.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50ba60a318e463a0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2209425a28da1a99.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-fc07acca86f49c9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0a1bcc51a5984a33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ad2c6d95dc3b2e12.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f22ca5d571058c3c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-8d9221016350ff07.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f60a2bb79f3a2986.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
21382024-04-10T16:25:01.331Z Compiling signal-hook v0.3.17
21392024-04-10T16:25:01.331Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=23d9ffba1808e9b2 -C extra-filename=-23d9ffba1808e9b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-23d9ffba1808e9b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-04-10T16:25:01.540Z Compiling managed v0.8.0
21412024-04-10T16:25:01.566Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=991750d1c9bd2a4d -C extra-filename=-991750d1c9bd2a4d --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-10T16:25:02.320Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-23d9ffba1808e9b2/build-script-build`
21432024-04-10T16:25:02.348Z Compiling elliptic-curve v0.13.8
21442024-04-10T16:25:02.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.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=018e0ec968bed451 -C extra-filename=-018e0ec968bed451 --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-a5b4a07724725576.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a682f58265af8dbe.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a0bf8b3e6c730693.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-86c78ada50880c41.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eccc48feb65c7b1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9f9a22e22f099c77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-04-10T16:25:02.349Z Compiling petgraph v0.6.4
21462024-04-10T16:25:02.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=4ca44e0929231343 -C extra-filename=-4ca44e0929231343 --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-d671e8ef8e2dbdda.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-04-10T16:25:02.349Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-20286a98848aef7d/build-script-build`
21482024-04-10T16:25:02.349Z Compiling dof v0.1.5
21492024-04-10T16:25:02.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fc7c018c37d86dd -C extra-filename=-1fc7c018c37d86dd --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-89aad0abc68f602e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-25d507f003542cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-04-10T16:25:02.349Z Compiling zerocopy v0.6.6
21512024-04-10T16:25:02.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=af1b4e3a7cb6b793 -C extra-filename=-af1b4e3a7cb6b793 --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-4e4c7463199ea70e.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9aadd9d772321e0e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-04-10T16:25:02.478Z Compiling phf_shared v0.10.0
21532024-04-10T16:25:02.503Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a23f1d4bd2d5ff24 -C extra-filename=-a23f1d4bd2d5ff24 --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-cb7b50ed62c73025.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-04-10T16:25:02.580Z Compiling bit-set v0.5.3
21552024-04-10T16:25:02.607Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d58f0ee86f83f4a8 -C extra-filename=-d58f0ee86f83f4a8 --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-b1e10b9233b552f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-04-10T16:25:02.812Z Compiling ipnetwork v0.20.0
21572024-04-10T16:25:02.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=6bb58eed7130cf54 -C extra-filename=-6bb58eed7130cf54 --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-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-04-10T16:25:02.838Z Compiling dtrace-parser v0.1.14
21592024-04-10T16:25:02.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d232576583abc80 -C extra-filename=-8d232576583abc80 --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-ab70334cea6d0dd9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9f0a990e48eaae01.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-10T16:25:02.866Z Compiling new_debug_unreachable v1.0.4
21612024-04-10T16:25:02.867Z Compiling minimal-lexical v0.2.1
21622024-04-10T16:25:02.896Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21fbb37f2888f528 -C extra-filename=-21fbb37f2888f528 --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`
21632024-04-10T16:25:02.896Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=dd9509303a4c400f -C extra-filename=-dd9509303a4c400f --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`
21642024-04-10T16:25:02.954Z Compiling static_assertions v1.1.0
21652024-04-10T16:25:02.981Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0df619a7a92cffe2 -C extra-filename=-0df619a7a92cffe2 --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`
21662024-04-10T16:25:03.057Z Compiling precomputed-hash v0.1.1
21672024-04-10T16:25:03.083Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3978a6aa9b642d7 -C extra-filename=-f3978a6aa9b642d7 --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`
21682024-04-10T16:25:03.169Z Compiling string_cache v0.8.7
21692024-04-10T16:25:03.196Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=cfa264356d2f4cd1 -C extra-filename=-cfa264356d2f4cd1 --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-21fbb37f2888f528.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a23f1d4bd2d5ff24.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-f3978a6aa9b642d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-10T16:25:03.320Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=5ba1a4a445b8d0d3 -C extra-filename=-5ba1a4a445b8d0d3 --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-4e4c7463199ea70e.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1fc7c018c37d86dd.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d232576583abc80.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-139b6cd299b961a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21712024-04-10T16:25:03.497Z Compiling nom v7.1.3
21722024-04-10T16:25:03.524Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd6a4bf2f3ba8230 -C extra-filename=-cd6a4bf2f3ba8230 --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-048c003a6202498d.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-dd9509303a4c400f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-04-10T16:25:03.565Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=7d74eae3e97e3972 -C extra-filename=-7d74eae3e97e3972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a17e06fab8f07916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-04-10T16:25:03.593Z Compiling num-iter v0.1.44
21752024-04-10T16:25:03.593Z Running `/home/build/.rustup/toolchains/1.77.1-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=954993480ade0a7e -C extra-filename=-954993480ade0a7e --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-817e2a0eea90cb96.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-04-10T16:25:03.759Z Compiling serde_tokenstream v0.1.7
21772024-04-10T16:25:03.788Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df14f93185f2c168 -C extra-filename=-df14f93185f2c168 --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-9e6546d75c09d00a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-04-10T16:25:04.186Z Compiling bzip2-sys v0.1.11+1.0.8
21792024-04-10T16:25:04.212Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af58e6ae5d01bc62 -C extra-filename=-af58e6ae5d01bc62 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-af58e6ae5d01bc62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-219f68cd007d71d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-04-10T16:25:04.363Z Compiling num-bigint v0.4.4
21812024-04-10T16:25:04.392Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=fc6fc9b7534378ca -C extra-filename=-fc6fc9b7534378ca --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-fc6fc9b7534378ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-04-10T16:25:04.419Z Compiling matches v0.1.10
21832024-04-10T16:25:04.419Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f9c5e90c682f537 -C extra-filename=-4f9c5e90c682f537 --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`
21842024-04-10T16:25:04.495Z Compiling idna v0.2.3
21852024-04-10T16:25:04.495Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10fc66e56d8c5ec0 -C extra-filename=-10fc66e56d8c5ec0 --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-4f9c5e90c682f537.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-5e27e73396f9fa21.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-04-10T16:25:04.653Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-af58e6ae5d01bc62/build-script-build`
21872024-04-10T16:25:04.738Z Compiling heapless v0.7.16
21882024-04-10T16:25:04.765Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c9baa80e5b75202a -C extra-filename=-c9baa80e5b75202a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-c9baa80e5b75202a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b107197b65f9221a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-04-10T16:25:05.047Z Compiling enum-as-inner v0.5.1
21902024-04-10T16:25:05.072Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8ccb0934a15f213 -C extra-filename=-d8ccb0934a15f213 --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-de81cf7fbb6089b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-04-10T16:25:05.121Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-fc6fc9b7534378ca/build-script-build`
21922024-04-10T16:25:05.184Z Compiling regex-automata v0.1.10
21932024-04-10T16:25:05.210Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f280bbc03ee2a11 -C extra-filename=-5f280bbc03ee2a11 --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`
21942024-04-10T16:25:05.257Z Compiling lalrpop-util v0.19.12
21952024-04-10T16:25:05.286Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c53120e17ec6715c -C extra-filename=-c53120e17ec6715c --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`
21962024-04-10T16:25:05.475Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21972024-04-10T16:25:05.506Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd9e451c0f298965 -C extra-filename=-dd9e451c0f298965 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-dd9e451c0f298965 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-04-10T16:25:05.552Z Compiling bstr v0.2.17
21992024-04-10T16:25:05.586Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=e4c78dcc4777925e -C extra-filename=-e4c78dcc4777925e --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-aad06568c0dc92e3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f280bbc03ee2a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-04-10T16:25:05.617Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=a0f323b9ed61df3c -C extra-filename=-a0f323b9ed61df3c --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-817e2a0eea90cb96.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.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`
22012024-04-10T16:25:05.766Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66e9f967cf384601 -C extra-filename=-66e9f967cf384601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.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-70bedbf47f5aba2a/out/lib -l static=bz2`
22022024-04-10T16:25:05.798Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-c9baa80e5b75202a/build-script-build`
22032024-04-10T16:25:05.852Z Compiling usdt-attr-macro v0.3.5
22042024-04-10T16:25:05.884Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=14c13c0bcd882bc9 -C extra-filename=-14c13c0bcd882bc9 --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-8d232576583abc80.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-df14f93185f2c168.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5ba1a4a445b8d0d3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-04-10T16:25:05.917Z Compiling usdt-macro v0.3.5
22062024-04-10T16:25:05.917Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=0b134617f9ff1099 -C extra-filename=-0b134617f9ff1099 --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-8d232576583abc80.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-df14f93185f2c168.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5ba1a4a445b8d0d3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-04-10T16:25:06.053Z Compiling trust-dns-proto v0.22.0
22082024-04-10T16:25:06.084Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=c68268a0ad4320b7 -C extra-filename=-c68268a0ad4320b7 --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-db035d79552b26aa.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d8ccb0934a15f213.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10fc66e56d8c5ec0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3bc68c8e24da1985.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-04-10T16:25:06.189Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-dd9e451c0f298965/build-script-build`
22102024-04-10T16:25:06.230Z Compiling signal-hook-mio v0.2.3
22112024-04-10T16:25:06.267Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=c55c4b0c31fbb96e -C extra-filename=-c55c4b0c31fbb96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-04-10T16:25:06.709Z Compiling diesel_table_macro_syntax v0.1.0
22132024-04-10T16:25:06.752Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9650b4be7d60400 -C extra-filename=-e9650b4be7d60400 --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-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-04-10T16:25:06.752Z Compiling scheduled-thread-pool v0.2.7
22152024-04-10T16:25:06.752Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5156c7cfdf6aa314 -C extra-filename=-5156c7cfdf6aa314 --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-0eb986419c6b76f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-04-10T16:25:06.752Z Compiling hash32 v0.2.1
22172024-04-10T16:25:06.753Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6e62d43fef322e6 -C extra-filename=-d6e62d43fef322e6 --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-4e4c7463199ea70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-04-10T16:25:06.782Z Compiling predicates-core v1.0.6
22192024-04-10T16:25:06.782Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3a36af8661ee7e4 -C extra-filename=-d3a36af8661ee7e4 --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`
22202024-04-10T16:25:06.944Z Compiling smoltcp v0.9.1
22212024-04-10T16:25:06.969Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=b303303da88b7274 -C extra-filename=-b303303da88b7274 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-b303303da88b7274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-04-10T16:25:07.059Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=a66a392748d66d0a -C extra-filename=-a66a392748d66d0a --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-d6e62d43fef322e6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a08b1c6cb3ebe2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22232024-04-10T16:25:07.104Z Compiling diesel_derives v2.1.2
22242024-04-10T16:25:07.131Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.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=f718f255cf12f5ef -C extra-filename=-f718f255cf12f5ef --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-e9650b4be7d60400.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-04-10T16:25:07.281Z Compiling r2d2 v0.8.10
22262024-04-10T16:25:07.308Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca9fee9f1224c312 -C extra-filename=-ca9fee9f1224c312 --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-31f49548b80b230b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-5156c7cfdf6aa314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-04-10T16:25:07.348Z Compiling usdt v0.3.5
22282024-04-10T16:25:07.375Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=b9e311864648a736 -C extra-filename=-b9e311864648a736 --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-8d232576583abc80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-14c13c0bcd882bc9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5ba1a4a445b8d0d3.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-0b134617f9ff1099.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-04-10T16:25:07.579Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b303303da88b7274/build-script-build`
22302024-04-10T16:25:07.605Z Compiling crossterm v0.27.0
22312024-04-10T16:25:07.605Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=4f4cd0055d6290c3 -C extra-filename=-4f4cd0055d6290c3 --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-d616ce913c05311f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-c55c4b0c31fbb96e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-04-10T16:25:07.605Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d827093214ba522a -C extra-filename=-d827093214ba522a --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`
22332024-04-10T16:25:07.658Z Compiling bzip2 v0.4.4
22342024-04-10T16:25:07.738Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c708e89b8209b33 -C extra-filename=-1c708e89b8209b33 --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-66e9f967cf384601.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.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-70bedbf47f5aba2a/out/lib`
22352024-04-10T16:25:07.842Z Compiling md-5 v0.10.5
22362024-04-10T16:25:07.868Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fcf02cd1a99b6b2a -C extra-filename=-fcf02cd1a99b6b2a --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-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-04-10T16:25:07.985Z Compiling hubpack_derive v0.1.1
22382024-04-10T16:25:08.011Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51a76f837b17ff5d -C extra-filename=-51a76f837b17ff5d --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-04-10T16:25:08.036Z Compiling yasna v0.5.2
22402024-04-10T16:25:08.062Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=0c235d74bae8fe2d -C extra-filename=-0c235d74bae8fe2d --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-b1e10b9233b552f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-04-10T16:25:08.087Z Compiling bstr v1.9.0
22422024-04-10T16:25:08.087Z Running `/home/build/.rustup/toolchains/1.77.1-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=4ad7d7eb56a78e86 -C extra-filename=-4ad7d7eb56a78e86 --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-048c003a6202498d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4bd44dad6e3675ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-04-10T16:25:08.853Z Compiling console v0.15.8
22442024-04-10T16:25:08.878Z Running `/home/build/.rustup/toolchains/1.77.1-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=7e170917a5eef122 -C extra-filename=-7e170917a5eef122 --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-aad06568c0dc92e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-04-10T16:25:09.490Z Compiling stringprep v0.1.3
22462024-04-10T16:25:09.515Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3980c151160b91b2 -C extra-filename=-3980c151160b91b2 --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-5e27e73396f9fa21.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-04-10T16:25:09.515Z Compiling float-cmp v0.9.0
22482024-04-10T16:25:09.515Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=de20a0924b022a77 -C extra-filename=-de20a0924b022a77 --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-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-10T16:25:09.713Z Compiling difflib v0.4.0
22502024-04-10T16:25:09.739Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d216ea96d5d95dc -C extra-filename=-1d216ea96d5d95dc --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-10T16:25:10.083Z Compiling normalize-line-endings v0.3.0
22522024-04-10T16:25:10.109Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68d73c2c1eaad802 -C extra-filename=-68d73c2c1eaad802 --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`
22532024-04-10T16:25:10.204Z Compiling fallible-iterator v0.2.0
22542024-04-10T16:25:10.230Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6828d7380d61893d -C extra-filename=-6828d7380d61893d --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-10T16:25:10.330Z Compiling predicates v3.1.0
22562024-04-10T16:25:10.370Z Running `/home/build/.rustup/toolchains/1.77.1-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=99469636983f6e21 -C extra-filename=-99469636983f6e21 --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-e0d0df519312e048.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1d216ea96d5d95dc.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-de20a0924b022a77.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-68d73c2c1eaad802.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-d3a36af8661ee7e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-04-10T16:25:10.680Z Compiling hubpack v0.1.2
22582024-04-10T16:25:10.706Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e561d1e58bf36a5 -C extra-filename=-4e561d1e58bf36a5 --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-51a76f837b17ff5d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-04-10T16:25:10.764Z Compiling postgres-protocol v0.6.6
22602024-04-10T16:25:10.803Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a07546147f86d943 -C extra-filename=-a07546147f86d943 --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-93b9274c0285c46c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6828d7380d61893d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-fcf02cd1a99b6b2a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-3980c151160b91b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-04-10T16:25:11.048Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=d9c3ead2d82de3af -C extra-filename=-d9c3ead2d82de3af --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-000c949f1389ce9c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a66a392748d66d0a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-991750d1c9bd2a4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-04-10T16:25:11.073Z Compiling zip v0.6.6
22632024-04-10T16:25:11.098Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1bc03f5b290c7f35 -C extra-filename=-1bc03f5b290c7f35 --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-4e4c7463199ea70e.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-1c708e89b8209b33.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e8a1b0c515792b81.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.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-70bedbf47f5aba2a/out/lib`
22642024-04-10T16:25:11.804Z Compiling similar v2.4.0
22652024-04-10T16:25:11.829Z Running `/home/build/.rustup/toolchains/1.77.1-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=25c8b5fd4e979834 -C extra-filename=-25c8b5fd4e979834 --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-e4c78dcc4777925e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a1b2bb6d2b660c83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-04-10T16:25:11.934Z Compiling phf_shared v0.11.2
22672024-04-10T16:25:11.960Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=bb22d288939befe1 -C extra-filename=-bb22d288939befe1 --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-cb7b50ed62c73025.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-04-10T16:25:12.244Z Compiling tokio-stream v0.1.15
22692024-04-10T16:25:12.274Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=fa036bd23571beff -C extra-filename=-fa036bd23571beff --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-f13b2e70964e1361.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-04-10T16:25:12.301Z Compiling strum_macros v0.25.2
22712024-04-10T16:25:12.301Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3486808e2572748 -C extra-filename=-a3486808e2572748 --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-de81cf7fbb6089b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-341e76b37908086c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-04-10T16:25:12.744Z Compiling serde_repr v0.1.16
22732024-04-10T16:25:12.769Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d53c358649d88a7 -C extra-filename=-5d53c358649d88a7 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-04-10T16:25:12.795Z Compiling peg-runtime v0.8.2
22752024-04-10T16:25:12.795Z Running `/home/build/.rustup/toolchains/1.77.1-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=55cc6635707fd33f -C extra-filename=-55cc6635707fd33f --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`
22762024-04-10T16:25:13.038Z Compiling phf v0.11.2
22772024-04-10T16:25:13.068Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ba2dbcefc40006a -C extra-filename=-9ba2dbcefc40006a --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-bb22d288939befe1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-04-10T16:25:13.302Z Compiling postgres-types v0.2.6
22792024-04-10T16:25:13.330Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=95dc965a0d7f6ebf -C extra-filename=-95dc965a0d7f6ebf --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-f9e70cb071b3ca9f.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6828d7380d61893d.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a07546147f86d943.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-04-10T16:25:13.360Z Compiling whoami v1.5.0
22812024-04-10T16:25:13.388Z Running `/home/build/.rustup/toolchains/1.77.1-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=f5c18bd44892a57e -C extra-filename=-f5c18bd44892a57e --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`
22822024-04-10T16:25:13.552Z Compiling serde_tokenstream v0.2.0
22832024-04-10T16:25:13.580Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd293d35f0531041 -C extra-filename=-bd293d35f0531041 --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-04-10T16:25:13.741Z Compiling regress v0.9.1
22852024-04-10T16:25:13.767Z Running `/home/build/.rustup/toolchains/1.77.1-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=ac7147562a8d617d -C extra-filename=-ac7147562a8d617d --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-79ae0bfc48b17f51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-04-10T16:25:13.858Z Compiling getopts v0.2.21
22872024-04-10T16:25:13.884Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b33d1257179bac64 -C extra-filename=-b33d1257179bac64 --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-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-10T16:25:13.909Z Compiling tokio-postgres v0.7.10
22892024-04-10T16:25:13.909Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=93bd66418fc821ea -C extra-filename=-93bd66418fc821ea --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-db035d79552b26aa.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6828d7380d61893d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9ba2dbcefc40006a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a07546147f86d943.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-95dc965a0d7f6ebf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f5c18bd44892a57e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-04-10T16:25:14.018Z Compiling unsafe-libyaml v0.2.10
22912024-04-10T16:25:14.043Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=53ff4e6b177035f6 -C extra-filename=-53ff4e6b177035f6 --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`
22922024-04-10T16:25:14.088Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22932024-04-10T16:25:14.113Z Running `/home/build/.rustup/toolchains/1.77.1-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=014d09089abe1c59 -C extra-filename=-014d09089abe1c59 --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-f9e70cb071b3ca9f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
22942024-04-10T16:25:14.442Z Compiling camino v1.1.6
22952024-04-10T16:25:14.468Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=d73461325fcc4a76 -C extra-filename=-d73461325fcc4a76 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-d73461325fcc4a76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-10T16:25:14.523Z Compiling is-terminal v0.4.9
22972024-04-10T16:25:14.549Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ae662d9e0a7cac4 -C extra-filename=-8ae662d9e0a7cac4 --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-3b1f1e3d2eb728ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-10T16:25:14.643Z Compiling dirs-sys-next v0.1.2
22992024-04-10T16:25:14.668Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af2291aa9e739a42 -C extra-filename=-af2291aa9e739a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002024-04-10T16:25:14.716Z Compiling fastrand v2.0.1
23012024-04-10T16:25:14.742Z Running `/home/build/.rustup/toolchains/1.77.1-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=1f9e24c14c7c1316 -C extra-filename=-1f9e24c14c7c1316 --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`
23022024-04-10T16:25:15.013Z Compiling serde_yaml v0.9.25
23032024-04-10T16:25:15.039Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9785887fe6ce6e0b -C extra-filename=-9785887fe6ce6e0b --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-548b5a55a8b8392b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-6a04a6a488e33407.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-53ff4e6b177035f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-10T16:25:15.170Z Compiling tempfile v3.10.1
23052024-04-10T16:25:15.170Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-d73461325fcc4a76/build-script-build`
23062024-04-10T16:25:15.196Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=d874f1227d93d128 -C extra-filename=-d874f1227d93d128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-1f9e24c14c7c1316.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3b1f1e3d2eb728ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-04-10T16:25:15.241Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=f11b85798780b078 -C extra-filename=-f11b85798780b078 --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-eeef23e6dfc70d28.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`
23082024-04-10T16:25:15.523Z Compiling dirs-next v2.0.0
23092024-04-10T16:25:15.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4a1e4a900ae0261 -C extra-filename=-a4a1e4a900ae0261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-af2291aa9e739a42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-04-10T16:25:15.638Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23112024-04-10T16:25:15.663Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=ca3373af1f16b18a -C extra-filename=-ca3373af1f16b18a --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-000c949f1389ce9c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4e561d1e58bf36a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5d53c358649d88a7.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d9c3ead2d82de3af.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a3486808e2572748.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-04-10T16:25:15.688Z Compiling sha1 v0.10.6
23132024-04-10T16:25:15.688Z Running `/home/build/.rustup/toolchains/1.77.1-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=3f5853557a207911 -C extra-filename=-3f5853557a207911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-10T16:25:15.926Z Compiling term v0.7.0
23152024-04-10T16:25:15.951Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3f52fd0a80f346f3 -C extra-filename=-3f52fd0a80f346f3 --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-a4a1e4a900ae0261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-10T16:25:16.033Z Compiling ident_case v1.0.1
23172024-04-10T16:25:16.059Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=030334d66b946e86 -C extra-filename=-030334d66b946e86 --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`
23182024-04-10T16:25:16.106Z Compiling strsim v0.10.0
23192024-04-10T16:25:16.131Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b9d7a6baa3b87ff -C extra-filename=-9b9d7a6baa3b87ff --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`
23202024-04-10T16:25:16.200Z Compiling toml v0.8.12
23212024-04-10T16:25:16.226Z Running `/home/build/.rustup/toolchains/1.77.1-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=241264fd89b58d87 -C extra-filename=-241264fd89b58d87 --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-eeef23e6dfc70d28.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4d5436695be4679f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-04-10T16:25:16.821Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23232024-04-10T16:25:16.846Z Running `/home/build/.rustup/toolchains/1.77.1-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=7894bdc75c193474 -C extra-filename=-7894bdc75c193474 --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-de81cf7fbb6089b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-04-10T16:25:17.229Z Compiling darling_core v0.20.8
23252024-04-10T16:25:17.255Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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=72b271e324fd6751 -C extra-filename=-72b271e324fd6751 --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-89cddfc556889b2d.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-030334d66b946e86.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9b9d7a6baa3b87ff.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-04-10T16:25:17.640Z Compiling http v1.0.0
23272024-04-10T16:25:17.665Z Running `/home/build/.rustup/toolchains/1.77.1-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=e9a9ed1957bd5c07 -C extra-filename=-e9a9ed1957bd5c07 --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-f9e70cb071b3ca9f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-89cddfc556889b2d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-04-10T16:25:17.723Z Compiling strum_macros v0.26.1
23292024-04-10T16:25:17.748Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.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=7955baf83ec078cc -C extra-filename=-7955baf83ec078cc --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-de81cf7fbb6089b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-341e76b37908086c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-04-10T16:25:17.826Z Compiling rustls-pki-types v1.3.0
23312024-04-10T16:25:17.851Z Running `/home/build/.rustup/toolchains/1.77.1-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=04a1afbd1802de4a -C extra-filename=-04a1afbd1802de4a --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`
23322024-04-10T16:25:18.434Z Compiling match_cfg v0.1.0
23332024-04-10T16:25:18.460Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=186e9dcc348b692d -C extra-filename=-186e9dcc348b692d --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`
23342024-04-10T16:25:18.460Z Compiling quick-error v1.2.3
23352024-04-10T16:25:18.486Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a39cda268160b2c9 -C extra-filename=-a39cda268160b2c9 --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`
23362024-04-10T16:25:18.532Z Compiling hostname v0.3.1
23372024-04-10T16:25:18.532Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a621182da66eada5 -C extra-filename=-a621182da66eada5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-186e9dcc348b692d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-04-10T16:25:18.595Z Compiling paste v1.0.14
23392024-04-10T16:25:18.620Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ef719724fff8fef -C extra-filename=-1ef719724fff8fef --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-1ef719724fff8fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-04-10T16:25:18.754Z Compiling crossbeam-channel v0.5.8
23412024-04-10T16:25:18.779Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=88005d2775314a8a -C extra-filename=-88005d2775314a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-04-10T16:25:19.067Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1ef719724fff8fef/build-script-build`
23432024-04-10T16:25:19.131Z Compiling thread_local v1.1.7
23442024-04-10T16:25:19.156Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6261b10da8d1f880 -C extra-filename=-6261b10da8d1f880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-04-10T16:25:19.343Z Compiling diesel v2.1.5
23462024-04-10T16:25:19.368Z Running `/home/build/.rustup/toolchains/1.77.1-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=219076d72e3ada0b -C extra-filename=-219076d72e3ada0b --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-d616ce913c05311f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-f718f255cf12f5ef.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-ca9fee9f1224c312.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23472024-04-10T16:25:19.612Z Compiling rustls v0.22.2
23482024-04-10T16:25:19.638Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.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=0c041cad9a87fca3 -C extra-filename=-0c041cad9a87fca3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-0c041cad9a87fca3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-04-10T16:25:19.638Z Compiling slog-async v2.8.0
23502024-04-10T16:25:19.663Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dcb715123be05765 -C extra-filename=-dcb715123be05765 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-dcb715123be05765 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-04-10T16:25:19.697Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bbff782fd9980ab -C extra-filename=-8bbff782fd9980ab --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`
23522024-04-10T16:25:19.906Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-0c041cad9a87fca3/build-script-build`
23532024-04-10T16:25:19.936Z Compiling rustls-webpki v0.102.1
23542024-04-10T16:25:19.963Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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="ring"' --cfg 'feature="std"' -C metadata=79cae221c49d3989 -C extra-filename=-79cae221c49d3989 --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-7231f6e2911ab46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8624d2dac6f1780c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
23552024-04-10T16:25:20.113Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-dcb715123be05765/build-script-build`
23562024-04-10T16:25:20.180Z Compiling instant v0.1.12
23572024-04-10T16:25:20.206Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=799064aed94270ad -C extra-filename=-799064aed94270ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-04-10T16:25:20.234Z Compiling take_mut v0.2.2
23592024-04-10T16:25:20.234Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d48a58826ee77705 -C extra-filename=-d48a58826ee77705 --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`
23602024-04-10T16:25:20.317Z Compiling slog-term v2.9.1
23612024-04-10T16:25:20.344Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43ef69f5f9bf32d8 -C extra-filename=-43ef69f5f9bf32d8 --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-8ae662d9e0a7cac4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-6261b10da8d1f880.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-04-10T16:25:20.369Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=96fb4bebb3fe71bb -C extra-filename=-96fb4bebb3fe71bb --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-88005d2775314a8a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d48a58826ee77705.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-6261b10da8d1f880.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23632024-04-10T16:25:20.729Z Running `/home/build/.rustup/toolchains/1.77.1-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=9070e8c19908461c -C extra-filename=-9070e8c19908461c --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-31f49548b80b230b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-79cae221c49d3989.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
23642024-04-10T16:25:21.299Z Compiling rustls-pemfile v2.1.2
23652024-04-10T16:25:21.324Z Running `/home/build/.rustup/toolchains/1.77.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9f0ea6bd1f1723cd -C extra-filename=-9f0ea6bd1f1723cd --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-e7c07ace4c13ea0f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-04-10T16:25:21.417Z Compiling multer v3.0.0
23672024-04-10T16:25:21.443Z Running `/home/build/.rustup/toolchains/1.77.1-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=8eb6afdad55d6fe8 -C extra-filename=-8eb6afdad55d6fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-8eb6afdad55d6fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-04-10T16:25:21.675Z Compiling debug-ignore v1.0.5
23692024-04-10T16:25:21.700Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60b644a3123dc0e3 -C extra-filename=-60b644a3123dc0e3 --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`
23702024-04-10T16:25:21.728Z Compiling slog-json v2.6.1
23712024-04-10T16:25:21.728Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5401e84aacf85566 -C extra-filename=-5401e84aacf85566 --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-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-04-10T16:25:21.753Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-8eb6afdad55d6fe8/build-script-build`
23732024-04-10T16:25:21.822Z Compiling async-stream-impl v0.3.5
23742024-04-10T16:25:21.847Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23752024-04-10T16:25:21.847Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2b9b0f6b1d4f487 -C extra-filename=-a2b9b0f6b1d4f487 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-04-10T16:25:21.847Z Running `/home/build/.rustup/toolchains/1.77.1-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=b7ac15616398d282 -C extra-filename=-b7ac15616398d282 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-b7ac15616398d282 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-10T16:25:22.037Z Compiling strum v0.26.2
23782024-04-10T16:25:22.062Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=95d7b5448284e9eb -C extra-filename=-95d7b5448284e9eb --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-7955baf83ec078cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-04-10T16:25:22.062Z Compiling atomic-waker v1.1.1
23802024-04-10T16:25:22.062Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19fb78e581509f05 -C extra-filename=-19fb78e581509f05 --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`
23812024-04-10T16:25:22.167Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-b7ac15616398d282/build-script-build`
23822024-04-10T16:25:22.197Z Compiling waitgroup v0.1.2
23832024-04-10T16:25:22.223Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9062b7d1e79ff5e9 -C extra-filename=-9062b7d1e79ff5e9 --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-19fb78e581509f05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-04-10T16:25:22.250Z Compiling slog-bunyan v2.5.0
23852024-04-10T16:25:22.275Z Running `/home/build/.rustup/toolchains/1.77.1-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=eb72ec0fe3c03da1 -C extra-filename=-eb72ec0fe3c03da1 --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-a621182da66eada5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5401e84aacf85566.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-04-10T16:25:22.275Z Running `/home/build/.rustup/toolchains/1.77.1-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=726388285ae47d7e -C extra-filename=-726388285ae47d7e --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-f9e70cb071b3ca9f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ec902151031d17c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-fe321629d221ad3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-940f21a9fbfb9181.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-04-10T16:25:22.395Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23882024-04-10T16:25:22.421Z Running `/home/build/.rustup/toolchains/1.77.1-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=45a0e35de4c3b94d -C extra-filename=-45a0e35de4c3b94d --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-10T16:25:22.450Z Compiling serde_path_to_error v0.1.16
23902024-04-10T16:25:22.450Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=50f7db39b18e12ce -C extra-filename=-50f7db39b18e12ce --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-6724c74c797d74c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-10T16:25:22.872Z Compiling darling_macro v0.20.8
23922024-04-10T16:25:22.897Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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=34d61f5a67ddda23 -C extra-filename=-34d61f5a67ddda23 --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-72b271e324fd6751.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-10T16:25:23.078Z Compiling async-stream v0.3.5
23942024-04-10T16:25:23.103Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1d6adc09213f7de -C extra-filename=-e1d6adc09213f7de --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-a2b9b0f6b1d4f487.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-10T16:25:23.129Z Compiling wait-timeout v0.2.0
23962024-04-10T16:25:23.129Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f4ad58774a486ef -C extra-filename=-0f4ad58774a486ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-10T16:25:23.155Z Compiling structmeta-derive v0.3.0
23982024-04-10T16:25:23.155Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.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=19796f0fda1cd47f -C extra-filename=-19796f0fda1cd47f --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-10T16:25:23.361Z Compiling rusty-fork v0.3.0
24002024-04-10T16:25:23.393Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=9f21aad0e1071af6 -C extra-filename=-9f21aad0e1071af6 --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-89cddfc556889b2d.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a39cda268160b2c9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0f4ad58774a486ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-10T16:25:23.579Z Compiling newtype-uuid v1.0.1
24022024-04-10T16:25:23.604Z Running `/home/build/.rustup/toolchains/1.77.1-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=002b742f687c1564 -C extra-filename=-002b742f687c1564 --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-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-04-10T16:25:23.834Z Compiling structmeta-derive v0.2.0
24042024-04-10T16:25:23.859Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01b5a853f504b960 -C extra-filename=-01b5a853f504b960 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-04-10T16:25:23.896Z Compiling darling v0.20.8
24062024-04-10T16:25:23.921Z Running `/home/build/.rustup/toolchains/1.77.1-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=39d9384352c176f1 -C extra-filename=-39d9384352c176f1 --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-72b271e324fd6751.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-34d61f5a67ddda23.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-04-10T16:25:23.972Z Compiling rand_xorshift v0.3.0
24082024-04-10T16:25:24.009Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6d0fa63352b4b0cc -C extra-filename=-6d0fa63352b4b0cc --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-569e76cbaecc1ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-04-10T16:25:24.035Z Compiling serde_with_macros v3.7.0
24102024-04-10T16:25:24.035Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-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=1108eac621328040 -C extra-filename=-1108eac621328040 --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-39d9384352c176f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-04-10T16:25:24.236Z Compiling tokio-rustls v0.25.0
24122024-04-10T16:25:24.261Z Running `/home/build/.rustup/toolchains/1.77.1-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=454db533eea4b232 -C extra-filename=-454db533eea4b232 --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-9070e8c19908461c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
24132024-04-10T16:25:24.361Z Compiling unarray v0.1.4
24142024-04-10T16:25:24.387Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c89325f41480674 -C extra-filename=-7c89325f41480674 --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`
24152024-04-10T16:25:24.502Z Compiling proptest v1.4.0
24162024-04-10T16:25:24.528Z Running `/home/build/.rustup/toolchains/1.77.1-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=c7aae5dfbd826c0c -C extra-filename=-c7aae5dfbd826c0c --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-d58f0ee86f83f4a8.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-b1e10b9233b552f2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-6d0fa63352b4b0cc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-9f21aad0e1071af6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-7c89325f41480674.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-04-10T16:25:24.576Z Running `/home/build/.rustup/toolchains/1.77.1-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=b49da2446d75b2dc -C extra-filename=-b49da2446d75b2dc --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-e1d6adc09213f7de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-93b9274c0285c46c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-45a0e35de4c3b94d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5b50c5ec71394329.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a621182da66eada5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-726388285ae47d7e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-50f7db39b18e12ce.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5401e84aacf85566.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-454db533eea4b232.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b9e311864648a736.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-9062b7d1e79ff5e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
24182024-04-10T16:25:25.819Z Compiling structmeta v0.3.0
24192024-04-10T16:25:25.844Z Running `/home/build/.rustup/toolchains/1.77.1-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=40cbc329aa360f9a -C extra-filename=-40cbc329aa360f9a --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-19796f0fda1cd47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-04-10T16:25:26.226Z Compiling parse-display-derive v0.9.0
24212024-04-10T16:25:26.252Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=829f14dd75117159 -C extra-filename=-829f14dd75117159 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-40cbc329aa360f9a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-04-10T16:25:26.516Z Compiling structmeta v0.2.0
24232024-04-10T16:25:26.541Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=925368e946709e8e -C extra-filename=-925368e946709e8e --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-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-01b5a853f504b960.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-04-10T16:25:26.906Z Compiling serde_with v3.7.0
24252024-04-10T16:25:26.931Z Running `/home/build/.rustup/toolchains/1.77.1-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=b5fd9fc9cb85f033 -C extra-filename=-b5fd9fc9cb85f033 --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-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1108eac621328040.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-04-10T16:25:26.956Z Compiling backoff v0.4.0
24272024-04-10T16:25:26.957Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=e4f0af714555ede8 -C extra-filename=-e4f0af714555ede8 --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-f13b2e70964e1361.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-799064aed94270ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-04-10T16:25:27.248Z Compiling macaddr v1.0.1
24292024-04-10T16:25:27.273Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=7cdc156a8785f68a -C extra-filename=-7cdc156a8785f68a --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-10T16:25:27.638Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24312024-04-10T16:25:27.664Z Running `/home/build/.rustup/toolchains/1.77.1-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=319dfe227abe6dbd -C extra-filename=-319dfe227abe6dbd --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-10T16:25:28.414Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332024-04-10T16:25:28.439Z Running `/home/build/.rustup/toolchains/1.77.1-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=b9de3a7763882ca1 -C extra-filename=-b9de3a7763882ca1 --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-0f9b1b0e97df3264.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-319dfe227abe6dbd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-04-10T16:25:28.582Z Compiling test-strategy v0.3.1
24352024-04-10T16:25:28.607Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40be93662ba7a4a7 -C extra-filename=-40be93662ba7a4a7 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-925368e946709e8e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-04-10T16:25:29.120Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24372024-04-10T16:25:29.146Z Running `/home/build/.rustup/toolchains/1.77.1-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=51fac6cb8c1431fb -C extra-filename=-51fac6cb8c1431fb --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-002b742f687c1564.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-04-10T16:25:29.338Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24392024-04-10T16:25:29.363Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57af3c47ad41d29c -C extra-filename=-57af3c47ad41d29c --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-b0902bdb02832ff3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-04-10T16:25:29.481Z Compiling proc-macro-error-attr v1.0.4
24412024-04-10T16:25:29.506Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3f712058aed9db1 -C extra-filename=-d3f712058aed9db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-d3f712058aed9db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-04-10T16:25:29.798Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-d3f712058aed9db1/build-script-build`
24432024-04-10T16:25:29.865Z Compiling proc-macro-error v1.0.4
24442024-04-10T16:25:29.890Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=dde73a5638cbdf15 -C extra-filename=-dde73a5638cbdf15 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-dde73a5638cbdf15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-04-10T16:25:30.053Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ffb094b239188f0 -C extra-filename=-7ffb094b239188f0 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-04-10T16:25:30.174Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-dde73a5638cbdf15/build-script-build`
24472024-04-10T16:25:30.309Z Compiling camino-tempfile v1.1.1
24482024-04-10T16:25:30.309Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.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=6c09c91cd20c7fb6 -C extra-filename=-6c09c91cd20c7fb6 --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-f11b85798780b078.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-04-10T16:25:30.453Z Compiling parse-display v0.9.0
24502024-04-10T16:25:30.478Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=a979951dd029d422 -C extra-filename=-a979951dd029d422 --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-829f14dd75117159.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-04-10T16:25:30.688Z Compiling proc-macro-crate v1.3.1
24522024-04-10T16:25:30.721Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30453d370a9368f1 -C extra-filename=-30453d370a9368f1 --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-6c255fdadd50f68c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b3a899ba3577d07c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-04-10T16:25:30.844Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4b59d40ea6aebde6 -C extra-filename=-4b59d40ea6aebde6 --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-7ffb094b239188f0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24542024-04-10T16:25:30.968Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24552024-04-10T16:25:30.969Z Running `/home/build/.rustup/toolchains/1.77.1-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=54cffbece9bcb42f -C extra-filename=-54cffbece9bcb42f --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7894bdc75c193474.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-04-10T16:25:31.003Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572024-04-10T16:25:31.028Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb8b90cde13ae68d -C extra-filename=-bb8b90cde13ae68d --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-bb8b90cde13ae68d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582024-04-10T16:25:31.239Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24592024-04-10T16:25:31.264Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eac612e4b3eae20f -C extra-filename=-eac612e4b3eae20f --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-eac612e4b3eae20f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-04-10T16:25:31.416Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-bb8b90cde13ae68d/build-script-build`
24612024-04-10T16:25:31.447Z Compiling foreign-types-macros v0.2.3
24622024-04-10T16:25:31.471Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=00d8ace33057bce4 -C extra-filename=-00d8ace33057bce4 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-04-10T16:25:31.496Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24642024-04-10T16:25:31.497Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc4de132c9cfa2fa -C extra-filename=-fc4de132c9cfa2fa --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-fc4de132c9cfa2fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-04-10T16:25:31.624Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-eac612e4b3eae20f/build-script-build`
24662024-04-10T16:25:31.661Z Compiling foreign-types-shared v0.3.1
24672024-04-10T16:25:31.688Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cf5fdbee235a41b -C extra-filename=-4cf5fdbee235a41b --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`
24682024-04-10T16:25:31.688Z Compiling num_enum_derive v0.5.11
24692024-04-10T16:25:31.688Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=99ecaf197be48373 -C extra-filename=-99ecaf197be48373 --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-30453d370a9368f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-04-10T16:25:31.792Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51548d14d4960497 -C extra-filename=-51548d14d4960497 --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`
24712024-04-10T16:25:31.817Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-fc4de132c9cfa2fa/build-script-build`
24722024-04-10T16:25:31.842Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc1a16f8ee04474a -C extra-filename=-cc1a16f8ee04474a --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`
24732024-04-10T16:25:31.946Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24742024-04-10T16:25:31.971Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b3f908f32ba7a14 -C extra-filename=-2b3f908f32ba7a14 --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-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-10T16:25:31.997Z Compiling cstr-argument v0.1.2
24762024-04-10T16:25:32.022Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6dfe355905b4e6e -C extra-filename=-c6dfe355905b4e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-10T16:25:32.023Z Compiling pretty-hex v0.2.1
24782024-04-10T16:25:32.023Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6716bfc169c70e09 -C extra-filename=-6716bfc169c70e09 --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`
24792024-04-10T16:25:32.195Z Compiling tabwriter v1.4.0
24802024-04-10T16:25:32.220Z Running `/home/build/.rustup/toolchains/1.77.1-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=2f884243d3136aaa -C extra-filename=-2f884243d3136aaa --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-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-04-10T16:25:32.221Z Compiling colored v2.1.0
24822024-04-10T16:25:32.246Z Running `/home/build/.rustup/toolchains/1.77.1-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=27f5bf2db3948828 -C extra-filename=-27f5bf2db3948828 --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-aad06568c0dc92e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-04-10T16:25:32.617Z Compiling socket2 v0.4.9
24842024-04-10T16:25:32.643Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e62a24b1b7727469 -C extra-filename=-e62a24b1b7727469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-04-10T16:25:32.668Z Compiling foreign-types v0.5.0
24862024-04-10T16:25:32.668Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a34bcca90a7148e6 -C extra-filename=-a34bcca90a7148e6 --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-00d8ace33057bce4.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-4cf5fdbee235a41b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-04-10T16:25:32.768Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9d30a9aef49d373 -C extra-filename=-f9d30a9aef49d373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-2b3f908f32ba7a14.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24882024-04-10T16:25:32.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892024-04-10T16:25:32.793Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9576ba4a88ef6b6d -C extra-filename=-9576ba4a88ef6b6d --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-c6dfe355905b4e6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a34bcca90a7148e6.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-cc1a16f8ee04474a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-04-10T16:25:32.827Z Compiling smf v0.2.3
24912024-04-10T16:25:32.851Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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=0873fe0c1c2078e0 -C extra-filename=-0873fe0c1c2078e0 --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-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-04-10T16:25:32.923Z Compiling humantime v2.1.0
24932024-04-10T16:25:32.950Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d7106240f0c4da -C extra-filename=-e3d7106240f0c4da --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`
24942024-04-10T16:25:33.260Z Compiling termcolor v1.2.0
24952024-04-10T16:25:33.285Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc778253bf9f0df3 -C extra-filename=-fc778253bf9f0df3 --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`
24962024-04-10T16:25:33.339Z Compiling same-file v1.0.6
24972024-04-10T16:25:33.364Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84f9d7d53b4d075e -C extra-filename=-84f9d7d53b4d075e --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`
24982024-04-10T16:25:33.364Z Compiling usdt-macro v0.5.0
24992024-04-10T16:25:33.364Z Running `/home/build/.rustup/toolchains/1.77.1-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=c14259dc0cabb0a0 -C extra-filename=-c14259dc0cabb0a0 --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-d803e3bfa6c0c8f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-04-10T16:25:33.559Z Compiling walkdir v2.5.0
25012024-04-10T16:25:33.584Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=45caf47af278d8a6 -C extra-filename=-45caf47af278d8a6 --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-84f9d7d53b4d075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-10T16:25:33.949Z Compiling usdt-attr-macro v0.5.0
25032024-04-10T16:25:33.985Z Running `/home/build/.rustup/toolchains/1.77.1-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=d105522134a662f3 -C extra-filename=-d105522134a662f3 --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-d803e3bfa6c0c8f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-10T16:25:33.985Z Compiling memmap v0.7.0
25052024-04-10T16:25:33.985Z Running `/home/build/.rustup/toolchains/1.77.1-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=a385e6b0b67b9253 -C extra-filename=-a385e6b0b67b9253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-10T16:25:34.194Z Compiling num_enum v0.5.11
25072024-04-10T16:25:34.219Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b77a16a87d8683cb -C extra-filename=-b77a16a87d8683cb --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-99ecaf197be48373.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-04-10T16:25:34.245Z Compiling arc-swap v1.6.0
25092024-04-10T16:25:34.245Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bf040ed88aa5a31 -C extra-filename=-8bf040ed88aa5a31 --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`
25102024-04-10T16:25:34.292Z Compiling filetime v0.2.23
25112024-04-10T16:25:34.317Z Running `/home/build/.rustup/toolchains/1.77.1-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=0d2acb12be1a4703 -C extra-filename=-0d2acb12be1a4703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-04-10T16:25:34.349Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25132024-04-10T16:25:34.374Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95e4457c31014448 -C extra-filename=-95e4457c31014448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-51548d14d4960497.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b77a16a87d8683cb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6716bfc169c70e09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-04-10T16:25:34.581Z Compiling xattr v1.0.1
25152024-04-10T16:25:34.606Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=20d6c1b0a31434e5 -C extra-filename=-20d6c1b0a31434e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-04-10T16:25:34.665Z Compiling slog-scope v4.4.0
25172024-04-10T16:25:34.691Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d139bb1319a20de -C extra-filename=-1d139bb1319a20de --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-8bf040ed88aa5a31.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-04-10T16:25:34.777Z Compiling atty v0.2.14
25192024-04-10T16:25:34.802Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=654e49c233f6164f -C extra-filename=-654e49c233f6164f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-10T16:25:34.839Z Compiling tar v0.4.40
25212024-04-10T16:25:34.865Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=ac2feed4b18545c9 -C extra-filename=-ac2feed4b18545c9 --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-0d2acb12be1a4703.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-20d6c1b0a31434e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-10T16:25:34.865Z Compiling slog-stdlog v4.1.1
25232024-04-10T16:25:34.865Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=46ceda8e2078867a -C extra-filename=-46ceda8e2078867a --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-31f49548b80b230b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-1d139bb1319a20de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-10T16:25:34.906Z Compiling newline-converter v0.3.0
25252024-04-10T16:25:34.931Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=518c1b798ea141bd -C extra-filename=-518c1b798ea141bd --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-a1b2bb6d2b660c83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-04-10T16:25:35.053Z Compiling slog-envlogger v2.2.0
25272024-04-10T16:25:35.081Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=490318115fb010a6 -C extra-filename=-490318115fb010a6 --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-31f49548b80b230b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-1d139bb1319a20de.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-46ceda8e2078867a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-04-10T16:25:35.125Z Compiling expectorate v1.1.0
25292024-04-10T16:25:35.149Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb2adf6fade35066 -C extra-filename=-fb2adf6fade35066 --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-7e170917a5eef122.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-518c1b798ea141bd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-25c8b5fd4e979834.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-04-10T16:25:35.197Z Compiling heapless v0.8.0
25312024-04-10T16:25:35.222Z Running `/home/build/.rustup/toolchains/1.77.1-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=51077e2b413173f0 -C extra-filename=-51077e2b413173f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-51077e2b413173f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-04-10T16:25:35.278Z Compiling utf-8 v0.7.6
25332024-04-10T16:25:35.303Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eecceb0a99457aa3 -C extra-filename=-eecceb0a99457aa3 --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`
25342024-04-10T16:25:35.531Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25352024-04-10T16:25:35.557Z Compiling usdt v0.5.0
25362024-04-10T16:25:35.557Z Running `/home/build/.rustup/toolchains/1.77.1-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=c2de8595d1968b6c -C extra-filename=-c2de8595d1968b6c --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-7894bdc75c193474.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-54cffbece9bcb42f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-04-10T16:25:35.557Z Running `/home/build/.rustup/toolchains/1.77.1-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=9d5221a07a738c60 -C extra-filename=-9d5221a07a738c60 --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-89267f1470a187ef.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d803e3bfa6c0c8f6.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-69bf58689cd7f1e1.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a385e6b0b67b9253.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d105522134a662f3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c14259dc0cabb0a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-04-10T16:25:35.583Z Compiling termtree v0.4.1
25392024-04-10T16:25:35.608Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d25e7e7445c55c3 -C extra-filename=-7d25e7e7445c55c3 --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`
25402024-04-10T16:25:35.667Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25412024-04-10T16:25:35.692Z Running `/home/build/.rustup/toolchains/1.77.1-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=606b4e4d7851eeb9 -C extra-filename=-606b4e4d7851eeb9 --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-b33d1257179bac64.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-de81cf7fbb6089b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c2de8595d1968b6c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-04-10T16:25:35.717Z Compiling hash32 v0.3.1
25432024-04-10T16:25:35.718Z Running `/home/build/.rustup/toolchains/1.77.1-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=a65de812c715cb1c -C extra-filename=-a65de812c715cb1c --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-4e4c7463199ea70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-04-10T16:25:35.743Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-51077e2b413173f0/build-script-build`
25452024-04-10T16:25:35.786Z Compiling predicates-tree v1.0.9
25462024-04-10T16:25:35.811Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8be966b274503bc -C extra-filename=-f8be966b274503bc --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-d3a36af8661ee7e4.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-7d25e7e7445c55c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-04-10T16:25:35.924Z Compiling smoltcp v0.11.0
25482024-04-10T16:25:35.949Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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=0267dac19c1bce41 -C extra-filename=-0267dac19c1bce41 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0267dac19c1bce41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-04-10T16:25:35.987Z Running `/home/build/.rustup/toolchains/1.77.1-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=bebe6f5fbc1ede2c -C extra-filename=-bebe6f5fbc1ede2c --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-a65de812c715cb1c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a08b1c6cb3ebe2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-04-10T16:25:36.012Z Compiling heck v0.3.3
25512024-04-10T16:25:36.012Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3fb013b39f1abfd -C extra-filename=-e3fb013b39f1abfd --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-a1b2bb6d2b660c83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-04-10T16:25:36.248Z Compiling embedded-io v0.4.0
25532024-04-10T16:25:36.273Z Running `/home/build/.rustup/toolchains/1.77.1-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=f6a1da035f52715a -C extra-filename=-f6a1da035f52715a --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`
25542024-04-10T16:25:36.442Z Compiling cobs v0.2.3
25552024-04-10T16:25:36.467Z Running `/home/build/.rustup/toolchains/1.77.1-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=b98cb961af7aeb8c -C extra-filename=-b98cb961af7aeb8c --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`
25562024-04-10T16:25:36.492Z Compiling crucible-workspace-hack v0.1.0
25572024-04-10T16:25:36.492Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f9fe5c480d5fae5 -C extra-filename=-3f9fe5c480d5fae5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3f9fe5c480d5fae5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-04-10T16:25:36.696Z Compiling postcard v1.0.8
25592024-04-10T16:25:36.697Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0267dac19c1bce41/build-script-build`
25602024-04-10T16:25:36.721Z Running `/home/build/.rustup/toolchains/1.77.1-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=bea5e1d70c554524 -C extra-filename=-bea5e1d70c554524 --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-b98cb961af7aeb8c.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-f6a1da035f52715a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-04-10T16:25:36.749Z Compiling tungstenite v0.20.1
25622024-04-10T16:25:36.774Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e5f3fffe2990204e -C extra-filename=-e5f3fffe2990204e --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-4e4c7463199ea70e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-fe321629d221ad3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-eecceb0a99457aa3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-04-10T16:25:36.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25642024-04-10T16:25:36.775Z Running `/home/build/.rustup/toolchains/1.77.1-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=40348f16a7d9b542 -C extra-filename=-40348f16a7d9b542 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-40348f16a7d9b542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-04-10T16:25:36.838Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3f9fe5c480d5fae5/build-script-build`
25662024-04-10T16:25:36.869Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25672024-04-10T16:25:36.893Z Running `/home/build/.rustup/toolchains/1.77.1-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=3985e2148332150f -C extra-filename=-3985e2148332150f --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`
25682024-04-10T16:25:36.972Z Running `/home/build/.rustup/toolchains/1.77.1-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=f552ab46ed676b4c -C extra-filename=-f552ab46ed676b4c --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-000c949f1389ce9c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-bebe6f5fbc1ede2c.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-991750d1c9bd2a4d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-10T16:25:37.020Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6828e7b5fe10110a -C extra-filename=-6828e7b5fe10110a --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`
25702024-04-10T16:25:37.083Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-40348f16a7d9b542/build-script-build`
25712024-04-10T16:25:37.122Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25722024-04-10T16:25:37.147Z Running `/home/build/.rustup/toolchains/1.77.1-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=dc65e825936d2bb1 -C extra-filename=-dc65e825936d2bb1 --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-39d9384352c176f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-04-10T16:25:37.172Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25742024-04-10T16:25:37.172Z Running `/home/build/.rustup/toolchains/1.77.1-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=ab85da07aec8f8d4 -C extra-filename=-ab85da07aec8f8d4 --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-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-04-10T16:25:37.394Z Compiling sigpipe v0.1.3
25762024-04-10T16:25:37.419Z Running `/home/build/.rustup/toolchains/1.77.1-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=e7bb09a05082adfd -C extra-filename=-e7bb09a05082adfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-04-10T16:25:37.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25782024-04-10T16:25:37.536Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba483fc180fc38d4 -C extra-filename=-ba483fc180fc38d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ba483fc180fc38d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-04-10T16:25:37.809Z Compiling tokio-tungstenite v0.20.1
25802024-04-10T16:25:37.834Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=a9c7ff647a59df49 -C extra-filename=-a9c7ff647a59df49 --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-cf4a53893200ae38.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e5f3fffe2990204e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-04-10T16:25:38.021Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ba483fc180fc38d4/build-script-build`
25822024-04-10T16:25:38.052Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25832024-04-10T16:25:38.077Z Running `/home/build/.rustup/toolchains/1.77.1-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=b84645c72c5f40da -C extra-filename=-b84645c72c5f40da --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`
25842024-04-10T16:25:38.172Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70f6dc398a47842f -C extra-filename=-70f6dc398a47842f --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-aeb4aeed4a847655.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-95e4457c31014448.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b77a16a87d8683cb.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-9576ba4a88ef6b6d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-cc1a16f8ee04474a.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f9d30a9aef49d373.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e62a24b1b7727469.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25852024-04-10T16:25:38.244Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25862024-04-10T16:25:38.269Z Running `/home/build/.rustup/toolchains/1.77.1-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=be18e88b87f73c2c -C extra-filename=-be18e88b87f73c2c --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-de81cf7fbb6089b6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4b59d40ea6aebde6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-04-10T16:25:38.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
25882024-04-10T16:25:38.351Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/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=021881b188ac5505 -C extra-filename=-021881b188ac5505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-10T16:25:38.489Z Compiling num-derive v0.4.0
25902024-04-10T16:25:38.514Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b3f7702a8ce4baf -C extra-filename=-8b3f7702a8ce4baf --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-04-10T16:25:38.704Z Compiling mockall_derive v0.12.1
25922024-04-10T16:25:38.729Z Running `/home/build/.rustup/toolchains/1.77.1-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.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=7f1eb8a8f08d2309 -C extra-filename=-7f1eb8a8f08d2309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-04-10T16:25:39.629Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25942024-04-10T16:25:39.654Z Running `/home/build/.rustup/toolchains/1.77.1-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=47647a86fcd82c8a -C extra-filename=-47647a86fcd82c8a --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-3985e2148332150f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bea5e1d70c554524.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f552ab46ed676b4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-10T16:25:40.458Z Compiling fragile v2.0.0
25962024-04-10T16:25:40.483Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ced51cb323dc5059 -C extra-filename=-ced51cb323dc5059 --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`
25972024-04-10T16:25:40.854Z Running `/home/build/.rustup/toolchains/1.77.1-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=1c284947322ec9fe -C extra-filename=-1c284947322ec9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-dc65e825936d2bb1.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-3985e2148332150f.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-ab85da07aec8f8d4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-47647a86fcd82c8a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bea5e1d70c554524.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f552ab46ed676b4c.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2f884243d3136aaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
25982024-04-10T16:25:41.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25992024-04-10T16:25:41.079Z Running `/home/build/.rustup/toolchains/1.77.1-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=8ded3374a6df2342 -C extra-filename=-8ded3374a6df2342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-3985e2148332150f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1c284947322ec9fe.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-b84645c72c5f40da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f552ab46ed676b4c.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2f884243d3136aaa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-04-10T16:25:41.079Z Compiling downcast v0.11.0
26012024-04-10T16:25:41.079Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d7bd3b0460b9ed25 -C extra-filename=-d7bd3b0460b9ed25 --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`
26022024-04-10T16:25:41.371Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
26032024-04-10T16:25:41.396Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/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=af231523f6ff2a7e -C extra-filename=-af231523f6ff2a7e --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-6828e7b5fe10110a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8b3f7702a8ce4baf.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-04-10T16:25:41.421Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26052024-04-10T16:25:41.421Z Running `/home/build/.rustup/toolchains/1.77.1-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=f99f6879385c863c -C extra-filename=-f99f6879385c863c --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-8768600ea16229a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-be18e88b87f73c2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-04-10T16:25:41.463Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
26072024-04-10T16:25:41.488Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/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=6a5901104f687650 -C extra-filename=-6a5901104f687650 --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-021881b188ac5505.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-04-10T16:25:41.886Z Compiling pem v3.0.4
26092024-04-10T16:25:41.911Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=689634ab91e4cdb7 -C extra-filename=-689634ab91e4cdb7 --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-e7c07ace4c13ea0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-04-10T16:25:42.218Z Compiling env_logger v0.9.3
26112024-04-10T16:25:42.243Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=31da73324bbbb510 -C extra-filename=-31da73324bbbb510 --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-654e49c233f6164f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-fc778253bf9f0df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-10T16:25:42.268Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26132024-04-10T16:25:42.293Z Running `/home/build/.rustup/toolchains/1.77.1-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=c6d7e59f1202ed76 -C extra-filename=-c6d7e59f1202ed76 --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-907de7f675189720.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-606b4e4d7851eeb9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-9785887fe6ce6e0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-10T16:25:42.572Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26152024-04-10T16:25:42.597Z Running `/home/build/.rustup/toolchains/1.77.1-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=579de8e0fdb7a926 -C extra-filename=-579de8e0fdb7a926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-70f6dc398a47842f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1c284947322ec9fe.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8ded3374a6df2342.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bea5e1d70c554524.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-10T16:25:42.703Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26172024-04-10T16:25:42.728Z Running `/home/build/.rustup/toolchains/1.77.1-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=c7662b20b1080470 -C extra-filename=-c7662b20b1080470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-10T16:25:42.837Z Compiling bitstruct_derive v0.1.0
26192024-04-10T16:25:42.865Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f137ce2ea844c9bc -C extra-filename=-f137ce2ea844c9bc --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-10T16:25:43.103Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26212024-04-10T16:25:43.129Z Running `/home/build/.rustup/toolchains/1.77.1-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=65cd4b69dcb979ad -C extra-filename=-65cd4b69dcb979ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-10T16:25:43.229Z Compiling ascii v1.1.0
26232024-04-10T16:25:43.257Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=186dc5197086498d -C extra-filename=-186dc5197086498d --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`
26242024-04-10T16:25:43.389Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26252024-04-10T16:25:43.414Z Running `/home/build/.rustup/toolchains/1.77.1-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=dae23ed0d092953e -C extra-filename=-dae23ed0d092953e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-65cd4b69dcb979ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-10T16:25:43.489Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26272024-04-10T16:25:43.514Z Running `/home/build/.rustup/toolchains/1.77.1-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=1368b1a0065b7859 -C extra-filename=-1368b1a0065b7859 --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-c7662b20b1080470.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-04-10T16:25:43.618Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26292024-04-10T16:25:43.644Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1965bc59087a850b -C extra-filename=-1965bc59087a850b --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-186dc5197086498d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-31da73324bbbb510.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-04-10T16:25:43.751Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-04-10T16:25:43.776Z Running `/home/build/.rustup/toolchains/1.77.1-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=b7ab21e87d5bc89e -C extra-filename=-b7ab21e87d5bc89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-10T16:25:43.868Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-04-10T16:25:43.893Z Running `/home/build/.rustup/toolchains/1.77.1-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=e1749326b3a25b19 -C extra-filename=-e1749326b3a25b19 --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-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-04-10T16:25:44.147Z Compiling bitstruct v0.1.1
26352024-04-10T16:25:44.172Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4dab92a2b93fa39d -C extra-filename=-4dab92a2b93fa39d --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-f137ce2ea844c9bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-04-10T16:25:44.172Z Compiling serde_arrays v0.1.0
26372024-04-10T16:25:44.172Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a23bd2b40e60f4a -C extra-filename=-8a23bd2b40e60f4a --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-04-10T16:25:44.257Z Compiling erased-serde v0.3.31
26392024-04-10T16:25:44.282Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.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=cfe668ec0b9dc223 -C extra-filename=-cfe668ec0b9dc223 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-04-10T16:25:44.319Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26412024-04-10T16:25:44.319Z Running `/home/build/.rustup/toolchains/1.77.1-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=4d523de8c14a1849 -C extra-filename=-4d523de8c14a1849 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4d523de8c14a1849 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-04-10T16:25:44.345Z Compiling zone_cfg_derive v0.1.2
26432024-04-10T16:25:44.370Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.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=f2f0c84eca37d1f8 -C extra-filename=-f2f0c84eca37d1f8 --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-e3fb013b39f1abfd.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4b59d40ea6aebde6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-04-10T16:25:44.604Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4d523de8c14a1849/build-script-build`
26452024-04-10T16:25:44.632Z Compiling tungstenite v0.21.0
26462024-04-10T16:25:44.657Z Running `/home/build/.rustup/toolchains/1.77.1-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=2321ab091a4a2175 -C extra-filename=-2321ab091a4a2175 --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-4e4c7463199ea70e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-fe321629d221ad3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-eecceb0a99457aa3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-04-10T16:25:44.830Z Compiling base64 v0.13.1
26482024-04-10T16:25:44.856Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4e7e22601a4018c -C extra-filename=-c4e7e22601a4018c --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`
26492024-04-10T16:25:45.337Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26502024-04-10T16:25:45.363Z Running `/home/build/.rustup/toolchains/1.77.1-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=c89c0f2ebc54756f -C extra-filename=-c89c0f2ebc54756f --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-aeb4aeed4a847655.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1368b1a0065b7859.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-4dab92a2b93fa39d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-b7ab21e87d5bc89e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-cfe668ec0b9dc223.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e1749326b3a25b19.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-1965bc59087a850b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-8a23bd2b40e60f4a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-dae23ed0d092953e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-04-10T16:25:45.363Z Compiling ron v0.7.1
26522024-04-10T16:25:45.363Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d9bdf3900a684d9 -C extra-filename=-2d9bdf3900a684d9 --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-c4e7e22601a4018c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-04-10T16:25:45.431Z Compiling mockall v0.12.1
26542024-04-10T16:25:45.457Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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=6c88f77799441efb -C extra-filename=-6c88f77799441efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-d7bd3b0460b9ed25.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-ced51cb323dc5059.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7f1eb8a8f08d2309.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f8be966b274503bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-04-10T16:25:45.718Z Compiling tokio-tungstenite v0.21.0
26562024-04-10T16:25:45.743Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=15a3b8c5ac8652d2 -C extra-filename=-15a3b8c5ac8652d2 --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-cf4a53893200ae38.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-2321ab091a4a2175.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-04-10T16:25:45.743Z Compiling zone v0.1.8
26582024-04-10T16:25:45.743Z Running `/home/build/.rustup/toolchains/1.77.1-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=1f8d2b5e56ce5b29 -C extra-filename=-1f8d2b5e56ce5b29 --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-8768600ea16229a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f2f0c84eca37d1f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-04-10T16:25:46.136Z Running `/home/build/.rustup/toolchains/1.77.1-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=248542d41705c44c -C extra-filename=-248542d41705c44c --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-aeb4aeed4a847655.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-95e4457c31014448.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b77a16a87d8683cb.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-9576ba4a88ef6b6d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-cc1a16f8ee04474a.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f9d30a9aef49d373.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e62a24b1b7727469.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26602024-04-10T16:25:46.301Z Compiling headers-core v0.2.0
26612024-04-10T16:25:46.331Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bdcec1870e4c93f -C extra-filename=-0bdcec1870e4c93f --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-b1ae06a2f6ef8ea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-04-10T16:25:46.426Z Compiling portpicker v0.1.1
26632024-04-10T16:25:46.451Z Running `/home/build/.rustup/toolchains/1.77.1-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=bafb23d4844d9632 -C extra-filename=-bafb23d4844d9632 --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-852ca96e932e782f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-04-10T16:25:46.484Z Compiling headers v0.3.9
26652024-04-10T16:25:46.509Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9868076976aa9ba -C extra-filename=-d9868076976aa9ba --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-93b9274c0285c46c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0bdcec1870e4c93f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6d7acd5be58bb375.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-940f21a9fbfb9181.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-04-10T16:25:46.710Z Compiling rcgen v0.12.1
26672024-04-10T16:25:46.736Z Running `/home/build/.rustup/toolchains/1.77.1-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=93ca203ba415b43e -C extra-filename=-93ca203ba415b43e --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-689634ab91e4cdb7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0c235d74bae8fe2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
26682024-04-10T16:25:47.068Z Compiling atomicwrites v0.4.3
26692024-04-10T16:25:47.093Z Running `/home/build/.rustup/toolchains/1.77.1-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=cd9b8870bb4f5d65 -C extra-filename=-cd9b8870bb4f5d65 --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-3b1f1e3d2eb728ae.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-04-10T16:25:47.363Z Compiling subprocess v0.2.9
26712024-04-10T16:25:47.389Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3df4c98b652d7325 -C extra-filename=-3df4c98b652d7325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-04-10T16:25:47.414Z Compiling linked-hash-map v0.5.6
26732024-04-10T16:25:47.443Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48fb04dadd5c3e0e -C extra-filename=-48fb04dadd5c3e0e --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`
26742024-04-10T16:25:47.712Z Compiling lru-cache v0.1.2
26752024-04-10T16:25:47.738Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=026f4108304a18e1 -C extra-filename=-026f4108304a18e1 --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-48fb04dadd5c3e0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-04-10T16:25:47.891Z Compiling password-hash v0.5.0
26772024-04-10T16:25:47.920Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=6480fa7b69f0aa97 -C extra-filename=-6480fa7b69f0aa97 --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-b38f696d03f37d88.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-04-10T16:25:47.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26792024-04-10T16:25:47.948Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74dd1dbdc3ddbf63 -C extra-filename=-74dd1dbdc3ddbf63 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-74dd1dbdc3ddbf63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-22e55ceaa048ac20.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2ffcffbb102c5b76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a5b4a07724725576.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d58f0ee86f83f4a8.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-b1e10b9233b552f2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e4c78dcc4777925e.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4ad7d7eb56a78e86.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6052f8ce314d269.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2633589546ed6219.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-846385f61e2c2b0d.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89267f1470a187ef.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a0bf8b3e6c730693.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-86c78ada50880c41.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-79ae0bfc48b17f51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a6ec39b91178d443.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c53120e17ec6715c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-991750d1c9bd2a4d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cd6a4bf2f3ba8230.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-55cc6635707fd33f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-95dc965a0d7f6ebf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d957a6c43889c076.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4bd44dad6e3675ae.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3b1f1e3d2eb728ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-25c8b5fd4e979834.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cfa264356d2f4cd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-65427399f3d37b77.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b3a899ba3577d07c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-5e27e73396f9fa21.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b9e311864648a736.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0c235d74bae8fe2d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
26802024-04-10T16:25:48.115Z Compiling blake2 v0.10.6
26812024-04-10T16:25:48.140Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=280f538b145855e0 -C extra-filename=-280f538b145855e0 --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-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-04-10T16:25:48.229Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-74dd1dbdc3ddbf63/build-script-build`
26832024-04-10T16:25:48.256Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2866381069fe1697 -C extra-filename=-2866381069fe1697 --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-22e55ceaa048ac20.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2ffcffbb102c5b76.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a5b4a07724725576.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d58f0ee86f83f4a8.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-b1e10b9233b552f2.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e4c78dcc4777925e.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4ad7d7eb56a78e86.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6052f8ce314d269.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2633589546ed6219.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-846385f61e2c2b0d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89267f1470a187ef.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a0bf8b3e6c730693.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-86c78ada50880c41.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-79ae0bfc48b17f51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a6ec39b91178d443.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c53120e17ec6715c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-991750d1c9bd2a4d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cd6a4bf2f3ba8230.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-55cc6635707fd33f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-95dc965a0d7f6ebf.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d957a6c43889c076.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4bd44dad6e3675ae.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3b1f1e3d2eb728ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-25c8b5fd4e979834.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cfa264356d2f4cd1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b3a899ba3577d07c.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-5e27e73396f9fa21.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b9e311864648a736.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0c235d74bae8fe2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
26842024-04-10T16:25:48.356Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26852024-04-10T16:25:48.383Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cfeae181ac846f3 -C extra-filename=-5cfeae181ac846f3 --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-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
26862024-04-10T16:25:48.686Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26872024-04-10T16:25:48.712Z Running `/home/build/.rustup/toolchains/1.77.1-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=f9a6562ad1605300 -C extra-filename=-f9a6562ad1605300 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e7bb09a05082adfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
26882024-04-10T16:25:48.775Z Compiling argon2 v0.5.3
26892024-04-10T16:25:48.800Z Running `/home/build/.rustup/toolchains/1.77.1-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=791f36131a355a94 -C extra-filename=-791f36131a355a94 --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-b38f696d03f37d88.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-280f538b145855e0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-6480fa7b69f0aa97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-04-10T16:25:49.033Z Compiling swrite v0.1.0
26912024-04-10T16:25:49.058Z Running `/home/build/.rustup/toolchains/1.77.1-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=2d0dd41a74a91f19 -C extra-filename=-2d0dd41a74a91f19 --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`
26922024-04-10T16:25:49.141Z Compiling itertools v0.12.1
26932024-04-10T16:25:49.167Z Running `/home/build/.rustup/toolchains/1.77.1-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=e9d8c28eb47d36ad -C extra-filename=-e9d8c28eb47d36ad --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-cc68c3be1cf89605.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-04-10T16:25:49.194Z Compiling derive-where v1.2.7
26952024-04-10T16:25:49.194Z Compiling resolv-conf v0.7.0
26962024-04-10T16:25:49.194Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=93d95fad062f35ee -C extra-filename=-93d95fad062f35ee --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-04-10T16:25:49.194Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=111e97ab0e2e5a89 -C extra-filename=-111e97ab0e2e5a89 --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-a621182da66eada5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a39cda268160b2c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-04-10T16:25:49.222Z Compiling bytecount v0.6.3
26992024-04-10T16:25:49.248Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=912b2ed9d1f528cd -C extra-filename=-912b2ed9d1f528cd --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`
27002024-04-10T16:25:49.412Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-04-10T16:25:49.439Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33aecc29e8f510a -C extra-filename=-c33aecc29e8f510a --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-791f36131a355a94.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27022024-04-10T16:25:49.590Z Compiling semver v0.1.20
27032024-04-10T16:25:49.616Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8196f3a8604fb76f -C extra-filename=-8196f3a8604fb76f --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`
27042024-04-10T16:25:49.751Z Compiling cancel-safe-futures v0.1.5
27052024-04-10T16:25:49.776Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6af5de00e88851d2 -C extra-filename=-6af5de00e88851d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6af5de00e88851d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-04-10T16:25:50.098Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6af5de00e88851d2/build-script-build`
27072024-04-10T16:25:50.133Z Compiling rustc_version v0.1.7
27082024-04-10T16:25:50.161Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9a0829e3556cad3 -C extra-filename=-f9a0829e3556cad3 --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-8196f3a8604fb76f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-04-10T16:25:50.161Z Compiling papergrid v0.11.0
27102024-04-10T16:25:50.161Z Running `/home/build/.rustup/toolchains/1.77.1-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=cee0f084a798ff36 -C extra-filename=-cee0f084a798ff36 --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-912b2ed9d1f528cd.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-89cddfc556889b2d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-04-10T16:25:50.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27122024-04-10T16:25:50.579Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3a22ca7d2b9f637 -C extra-filename=-f3a22ca7d2b9f637 --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-2866381069fe1697.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27132024-04-10T16:25:50.828Z Compiling tabled_derive v0.7.0
27142024-04-10T16:25:50.854Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.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=e2dcd18caf7103f6 -C extra-filename=-e2dcd18caf7103f6 --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-de81cf7fbb6089b6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4b59d40ea6aebde6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-04-10T16:25:51.080Z Compiling half v2.3.1
27162024-04-10T16:25:51.106Z Running `/home/build/.rustup/toolchains/1.77.1-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=a0bb98804028ef26 -C extra-filename=-a0bb98804028ef26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-04-10T16:25:51.622Z Compiling ciborium-io v0.2.2
27182024-04-10T16:25:51.647Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=2e267a6cf6d7ae8c -C extra-filename=-2e267a6cf6d7ae8c --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-10T16:25:51.673Z Compiling newtype_derive v0.1.6
27202024-04-10T16:25:51.673Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a3dd779ac04c60d -C extra-filename=-9a3dd779ac04c60d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-9a3dd779ac04c60d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f9a0829e3556cad3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-04-10T16:25:51.763Z Compiling ciborium-ll v0.2.2
27222024-04-10T16:25:51.788Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6465aa577d22aff6 -C extra-filename=-6465aa577d22aff6 --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-2e267a6cf6d7ae8c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-a0bb98804028ef26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-04-10T16:25:51.996Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=ea839ec19f4f33c1 -C extra-filename=-ea839ec19f4f33c1 --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-f13b2e70964e1361.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-04-10T16:25:52.113Z Compiling ciborium v0.2.2
27252024-04-10T16:25:52.139Z Running `/home/build/.rustup/toolchains/1.77.1-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=98272663f1e6a2fc -C extra-filename=-98272663f1e6a2fc --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-2e267a6cf6d7ae8c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-6465aa577d22aff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262024-04-10T16:25:52.271Z Compiling trust-dns-resolver v0.22.0
27272024-04-10T16:25:52.310Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=be14faade662cd9a -C extra-filename=-be14faade662cd9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-026f4108304a18e1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-111e97ab0e2e5a89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-04-10T16:25:52.336Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-9a3dd779ac04c60d/build-script-build`
27292024-04-10T16:25:52.383Z Compiling slog-dtrace v0.3.0
27302024-04-10T16:25:52.408Z Running `/home/build/.rustup/toolchains/1.77.1-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=bcb277f2b8174914 -C extra-filename=-bcb277f2b8174914 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-bcb277f2b8174914 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-04-10T16:25:52.488Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a978316ada9488ff -C extra-filename=-a978316ada9488ff --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`
27322024-04-10T16:25:52.597Z Compiling signature v2.1.0
27332024-04-10T16:25:52.622Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=05ff81c422be9b70 -C extra-filename=-05ff81c422be9b70 --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-f1af10a8a4d54119.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-04-10T16:25:52.712Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-bcb277f2b8174914/build-script-build`
27352024-04-10T16:25:52.782Z Compiling rayon-core v1.12.1
27362024-04-10T16:25:52.807Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=ab7bc05c2c8e4c90 -C extra-filename=-ab7bc05c2c8e4c90 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-ab7bc05c2c8e4c90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-04-10T16:25:52.832Z Compiling glob v0.3.1
27382024-04-10T16:25:52.832Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10766ed1c15f36ad -C extra-filename=-10766ed1c15f36ad --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`
27392024-04-10T16:25:53.094Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-ab7bc05c2c8e4c90/build-script-build`
27402024-04-10T16:25:53.123Z Running `/home/build/.rustup/toolchains/1.77.1-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=8d0ff787ddae2378 -C extra-filename=-8d0ff787ddae2378 --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-7e1e70a54b0f1629.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-04-10T16:25:53.211Z Compiling tabled v0.15.0
27422024-04-10T16:25:53.237Z Running `/home/build/.rustup/toolchains/1.77.1-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=68685cd3aedb1086 -C extra-filename=-68685cd3aedb1086 --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-cee0f084a798ff36.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e2dcd18caf7103f6.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-10T16:25:53.353Z Compiling steno v0.4.0
27442024-04-10T16:25:53.378Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46938101aaed9dfa -C extra-filename=-46938101aaed9dfa --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-10T16:25:53.635Z Compiling crossbeam-deque v0.8.3
27462024-04-10T16:25:53.661Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5b535d4de5312ab1 -C extra-filename=-5b535d4de5312ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2633589546ed6219.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-04-10T16:25:53.661Z Compiling libsw v3.3.1
27482024-04-10T16:25:53.661Z Running `/home/build/.rustup/toolchains/1.77.1-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=10ada46c4ddc4df0 -C extra-filename=-10ada46c4ddc4df0 --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-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-04-10T16:25:53.691Z Compiling num-rational v0.4.1
27502024-04-10T16:25:53.691Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6701c7edcc7b13a -C extra-filename=-d6701c7edcc7b13a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-d6701c7edcc7b13a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-04-10T16:25:53.945Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27522024-04-10T16:25:53.946Z Running `/home/build/.rustup/toolchains/1.77.1-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=812d306d599c8176 -C extra-filename=-812d306d599c8176 --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-c89c0f2ebc54756f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-04-10T16:25:53.971Z Compiling linear-map v1.2.0
27542024-04-10T16:25:53.971Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec902ea25ac4788e -C extra-filename=-ec902ea25ac4788e --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`
27552024-04-10T16:25:54.011Z Compiling owo-colors v4.0.0
27562024-04-10T16:25:54.036Z Running `/home/build/.rustup/toolchains/1.77.1-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=95cb581ee5e292be -C extra-filename=-95cb581ee5e292be --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`
27572024-04-10T16:25:54.289Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27582024-04-10T16:25:54.314Z Running `/home/build/.rustup/toolchains/1.77.1-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=0510dc070cfb8ff0 -C extra-filename=-0510dc070cfb8ff0 --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-812d306d599c8176.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-04-10T16:25:54.339Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-d6701c7edcc7b13a/build-script-build`
27602024-04-10T16:25:54.556Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61d667f875d39dda -C extra-filename=-61d667f875d39dda --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-5b535d4de5312ab1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-04-10T16:25:54.861Z Compiling nibble_vec v0.1.0
27622024-04-10T16:25:54.887Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94973b85e6169209 -C extra-filename=-94973b85e6169209 --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-1b85e336a05ebb17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-04-10T16:25:55.037Z Compiling endian-type v0.1.2
27642024-04-10T16:25:55.062Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be9b5337f4571309 -C extra-filename=-be9b5337f4571309 --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`
27652024-04-10T16:25:55.231Z Compiling radix_trie v0.2.1
27662024-04-10T16:25:55.257Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41be9bf52a0e39df -C extra-filename=-41be9bf52a0e39df --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-be9b5337f4571309.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-94973b85e6169209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-04-10T16:25:55.760Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27682024-04-10T16:25:55.786Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d3d2d275ccde30 -C extra-filename=-63d3d2d275ccde30 --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-aeb4aeed4a847655.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-10ada46c4ddc4df0.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ec902ea25ac4788e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27692024-04-10T16:25:55.810Z Compiling rayon v1.10.0
27702024-04-10T16:25:55.811Z Running `/home/build/.rustup/toolchains/1.77.1-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=dd2fa3f7a0a747d2 -C extra-filename=-dd2fa3f7a0a747d2 --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-cc68c3be1cf89605.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61d667f875d39dda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-04-10T16:25:56.067Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb6f77102cd12038 -C extra-filename=-eb6f77102cd12038 --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-817e2a0eea90cb96.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27722024-04-10T16:25:57.396Z Compiling num-complex v0.4.4
27732024-04-10T16:25:57.421Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=df6553952e490be1 -C extra-filename=-df6553952e490be1 --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-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-04-10T16:25:57.544Z Compiling fxhash v0.2.1
27752024-04-10T16:25:57.573Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f966ce6a38378bb3 -C extra-filename=-f966ce6a38378bb3 --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-4e4c7463199ea70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-04-10T16:25:57.726Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27772024-04-10T16:25:57.753Z Running `/home/build/.rustup/toolchains/1.77.1-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=11158f376d2fd71e -C extra-filename=-11158f376d2fd71e --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-014d09089abe1c59.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-606b4e4d7851eeb9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c6d7e59f1202ed76.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
27782024-04-10T16:25:57.753Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27792024-04-10T16:25:57.753Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d76df0b0a163340e -C extra-filename=-d76df0b0a163340e --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-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27802024-04-10T16:25:57.919Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
27812024-04-10T16:25:57.946Z Running `/home/build/.rustup/toolchains/1.77.1-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=10a1c3678d7388d4 -C extra-filename=-10a1c3678d7388d4 --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
27822024-04-10T16:25:58.205Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27832024-04-10T16:25:58.231Z Running `/home/build/.rustup/toolchains/1.77.1-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=60d00f9f9304cf04 -C extra-filename=-60d00f9f9304cf04 --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-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-93b9274c0285c46c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
27842024-04-10T16:25:58.812Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27852024-04-10T16:25:58.837Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54cd209c4c8f6247 -C extra-filename=-54cd209c4c8f6247 --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27862024-04-10T16:25:58.984Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27872024-04-10T16:25:59.011Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bb779d5155bb97f -C extra-filename=-9bb779d5155bb97f --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-e7c07ace4c13ea0f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
27882024-04-10T16:25:59.090Z Compiling num v0.4.1
27892024-04-10T16:25:59.115Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=16ef130625eaab69 -C extra-filename=-16ef130625eaab69 --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-df6553952e490be1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-eb6f77102cd12038.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-04-10T16:25:59.194Z Compiling display-error-chain v0.2.0
27912024-04-10T16:25:59.219Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e0e680e5074a445 -C extra-filename=-7e0e680e5074a445 --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-10T16:25:59.351Z Compiling radium v0.7.0
27932024-04-10T16:25:59.377Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc199ea869d28fae -C extra-filename=-cc199ea869d28fae --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-cc199ea869d28fae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-04-10T16:25:59.615Z Compiling home v0.5.5
27952024-04-10T16:25:59.640Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2981a8f03f0dd00c -C extra-filename=-2981a8f03f0dd00c --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`
27962024-04-10T16:25:59.689Z Compiling tap v1.0.1
27972024-04-10T16:25:59.714Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c0cc6c370a2d23 -C extra-filename=-30c0cc6c370a2d23 --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-10T16:25:59.807Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-cc199ea869d28fae/build-script-build`
27992024-04-10T16:25:59.835Z Compiling maybe-uninit v2.0.0
28002024-04-10T16:25:59.861Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cf6ea81705b8b24 -C extra-filename=-6cf6ea81705b8b24 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-6cf6ea81705b8b24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-04-10T16:25:59.861Z Compiling convert_case v0.4.0
28022024-04-10T16:25:59.861Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f4f052c3a68c0e8 -C extra-filename=-6f4f052c3a68c0e8 --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`
28032024-04-10T16:25:59.861Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f00b25900d9ea3f8 -C extra-filename=-f00b25900d9ea3f8 --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`
28042024-04-10T16:26:00.265Z Compiling wyz v0.5.1
28052024-04-10T16:26:00.291Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d54f6d7a81044f59 -C extra-filename=-d54f6d7a81044f59 --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-30c0cc6c370a2d23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-04-10T16:26:00.324Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-6cf6ea81705b8b24/build-script-build`
28072024-04-10T16:26:00.391Z Compiling funty v2.0.0
28082024-04-10T16:26:00.418Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c0e217d9be3023 -C extra-filename=-83c0e217d9be3023 --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`
28092024-04-10T16:26:00.535Z Compiling num-bigint-dig v0.8.4
28102024-04-10T16:26:00.571Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C 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=747d94eb1892cb24 -C extra-filename=-747d94eb1892cb24 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-747d94eb1892cb24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-04-10T16:26:00.657Z Compiling crc-catalog v2.2.0
28122024-04-10T16:26:00.690Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5c7fd4d44ad207c -C extra-filename=-b5c7fd4d44ad207c --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`
28132024-04-10T16:26:00.761Z Compiling derive_more v0.99.17
28142024-04-10T16:26:00.790Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -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=1005a249d2581ca2 -C extra-filename=-1005a249d2581ca2 --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-6f4f052c3a68c0e8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-04-10T16:26:00.821Z Compiling packed_struct v0.10.1
28162024-04-10T16:26:00.851Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=36328beae02c8321 -C extra-filename=-36328beae02c8321 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-36328beae02c8321 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-04-10T16:26:00.881Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-747d94eb1892cb24/build-script-build`
28182024-04-10T16:26:00.920Z Compiling crc v3.0.1
28192024-04-10T16:26:00.947Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0028d33a90901b6e -C extra-filename=-0028d33a90901b6e --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-b5c7fd4d44ad207c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-04-10T16:26:01.187Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28212024-04-10T16:26:01.216Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=47aa7dda3b88110f -C extra-filename=-47aa7dda3b88110f --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-aeb4aeed4a847655.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e4f0af714555ede8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28222024-04-10T16:26:01.248Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-36328beae02c8321/build-script-build`
28232024-04-10T16:26:01.285Z Compiling bitvec v1.0.1
28242024-04-10T16:26:01.285Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f8039653634500 -C extra-filename=-c2f8039653634500 --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-83c0e217d9be3023.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-f00b25900d9ea3f8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30c0cc6c370a2d23.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-d54f6d7a81044f59.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-04-10T16:26:01.986Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=344ff245d4f88b3d -C extra-filename=-344ff245d4f88b3d --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`
28262024-04-10T16:26:02.084Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28272024-04-10T16:26:02.111Z Running `/home/build/.rustup/toolchains/1.77.1-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=f76def81180f7e65 -C extra-filename=-f76def81180f7e65 --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-e0d0df519312e048.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-248542d41705c44c.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-bafb23d4844d9632.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-60d00f9f9304cf04.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-0510dc070cfb8ff0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-2d9bdf3900a684d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2f884243d3136aaa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a3b8c5ac8652d2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1f8d2b5e56ce5b29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
28282024-04-10T16:26:03.338Z Compiling packed_struct_codegen v0.10.1
28292024-04-10T16:26:03.364Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=712b3bcdc499601f -C extra-filename=-712b3bcdc499601f --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-04-10T16:26:03.986Z Compiling indexmap v1.9.3
28312024-04-10T16:26:04.022Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=74142102c8ce185c -C extra-filename=-74142102c8ce185c --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-74142102c8ce185c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-04-10T16:26:04.053Z Compiling nodrop v0.1.14
28332024-04-10T16:26:04.053Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f748e8b701ab98f -C extra-filename=-2f748e8b701ab98f --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`
28342024-04-10T16:26:04.146Z Compiling array-init v0.0.4
28352024-04-10T16:26:04.173Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ae99b6a4ac77c51 -C extra-filename=-2ae99b6a4ac77c51 --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-2f748e8b701ab98f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-04-10T16:26:04.328Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-74142102c8ce185c/build-script-build`
28372024-04-10T16:26:04.360Z Compiling smallvec v0.6.14
28382024-04-10T16:26:04.385Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f38982010e06057 -C extra-filename=-9f38982010e06057 --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-344ff245d4f88b3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-04-10T16:26:04.555Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=591d362f7628db2b -C extra-filename=-591d362f7628db2b --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-4e4c7463199ea70e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-f16984ede655e88e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28402024-04-10T16:26:04.723Z Compiling pkcs1 v0.7.5
28412024-04-10T16:26:04.769Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=18f8175d3fa1f075 -C extra-filename=-18f8175d3fa1f075 --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-1c78335b8ecffe05.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eccc48feb65c7b1b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6e99f7e2df480f8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422024-04-10T16:26:05.058Z Compiling hashbrown v0.12.3
28432024-04-10T16:26:05.083Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=4f106338bb3ef59d -C extra-filename=-4f106338bb3ef59d --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`
28442024-04-10T16:26:05.550Z Compiling bitfield v0.14.0
28452024-04-10T16:26:05.575Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3fe8bcd88f97e7d -C extra-filename=-f3fe8bcd88f97e7d --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`
28462024-04-10T16:26:05.811Z Compiling serde-hex v0.1.0
28472024-04-10T16:26:05.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42b67547be42bdc4 -C extra-filename=-42b67547be42bdc4 --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-2ae99b6a4ac77c51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9f38982010e06057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-04-10T16:26:05.868Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=224ec4261974ed69 -C extra-filename=-224ec4261974ed69 --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-c2f8039653634500.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-712b3bcdc499601f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-04-10T16:26:06.366Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a06787f2eb5f177a -C extra-filename=-a06787f2eb5f177a --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-4f106338bb3ef59d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28502024-04-10T16:26:06.776Z Compiling rsa v0.9.2
28512024-04-10T16:26:06.813Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=c4ce29e20c7ce342 -C extra-filename=-c4ce29e20c7ce342 --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-4e4c7463199ea70e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-591d362f7628db2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-18f8175d3fa1f075.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eccc48feb65c7b1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-05ff81c422be9b70.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6e99f7e2df480f8a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-04-10T16:26:07.667Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28532024-04-10T16:26:07.698Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=021d28cfe699a43b -C extra-filename=-021d28cfe699a43b --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-4e4c7463199ea70e.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0028d33a90901b6e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-04-10T16:26:07.920Z Compiling env_logger v0.10.0
28552024-04-10T16:26:07.920Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=5bbbd001af9d9406 -C extra-filename=-5bbbd001af9d9406 --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-8ae662d9e0a7cac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-fc778253bf9f0df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-04-10T16:26:07.947Z Compiling x509-cert v0.2.4
28572024-04-10T16:26:07.948Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=63e058812765e7a9 -C extra-filename=-63e058812765e7a9 --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-b45edcf3f924eebd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6e99f7e2df480f8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-04-10T16:26:09.013Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28592024-04-10T16:26:09.041Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=36d73e582b74af69 -C extra-filename=-36d73e582b74af69 --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6a5901104f687650.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-af231523f6ff2a7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c88f77799441efb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8ded3374a6df2342.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9a6562ad1605300.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f5c18bd44892a57e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28602024-04-10T16:26:09.067Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612024-04-10T16:26:09.067Z Running `/home/build/.rustup/toolchains/1.77.1-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=e0492ee207eee6c5 -C extra-filename=-e0492ee207eee6c5 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28622024-04-10T16:26:09.540Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28632024-04-10T16:26:09.568Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=535edbebff464477 -C extra-filename=-535edbebff464477 --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28642024-04-10T16:26:11.017Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28652024-04-10T16:26:11.042Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=9a51f996c9a7d06f -C extra-filename=-9a51f996c9a7d06f --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-aeb4aeed4a847655.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cd9b8870bb4f5d65.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f76def81180f7e65.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28662024-04-10T16:26:11.596Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28672024-04-10T16:26:11.622Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39e7bef7ecf5e951 -C extra-filename=-39e7bef7ecf5e951 --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-f9e70cb071b3ca9f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d76df0b0a163340e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
28682024-04-10T16:26:11.892Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28692024-04-10T16:26:11.917Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e36b18e8c1fd4e1e -C extra-filename=-e36b18e8c1fd4e1e --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
28702024-04-10T16:26:13.128Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28712024-04-10T16:26:13.166Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3af790c9f23b752 -C extra-filename=-f3af790c9f23b752 --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-f3fe8bcd88f97e7d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-224ec4261974ed69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-04-10T16:26:13.448Z Compiling ron v0.8.1
28732024-04-10T16:26:13.473Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6badb49962f95cb1 -C extra-filename=-6badb49962f95cb1 --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-93b9274c0285c46c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-04-10T16:26:14.356Z Compiling hashbrown v0.13.2
28752024-04-10T16:26:14.381Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=fdc51cd6838f2140 -C extra-filename=-fdc51cd6838f2140 --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-22e55ceaa048ac20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-04-10T16:26:15.279Z Compiling arrayvec v0.7.4
28772024-04-10T16:26:15.304Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=852f152f2919d763 -C extra-filename=-852f152f2919d763 --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`
28782024-04-10T16:26:15.440Z Compiling crc-any v2.4.3
28792024-04-10T16:26:15.466Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b970426c222c0e9 -C extra-filename=-0b970426c222c0e9 --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`
28802024-04-10T16:26:15.551Z Compiling arrayref v0.3.7
28812024-04-10T16:26:15.578Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a67f53f7e2ca12e -C extra-filename=-6a67f53f7e2ca12e --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`
28822024-04-10T16:26:15.632Z Compiling object v0.30.4
28832024-04-10T16:26:15.661Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=8cb342ea70bb1aab -C extra-filename=-8cb342ea70bb1aab --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-e8a1b0c515792b81.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-fdc51cd6838f2140.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a06787f2eb5f177a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-04-10T16:26:15.661Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28852024-04-10T16:26:15.661Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01ff8faec9291cc6 -C extra-filename=-01ff8faec9291cc6 --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-6badb49962f95cb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-021d28cfe699a43b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-10T16:26:15.872Z Compiling constant_time_eq v0.3.0
28872024-04-10T16:26:15.898Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c5f39494c8866302 -C extra-filename=-c5f39494c8866302 --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`
28882024-04-10T16:26:16.045Z Compiling path-slash v0.1.5
28892024-04-10T16:26:16.071Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c6e17d73f60b0e4 -C extra-filename=-1c6e17d73f60b0e4 --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`
28902024-04-10T16:26:16.246Z Compiling blake3 v1.5.0
28912024-04-10T16:26:16.286Z Running `/home/build/.rustup/toolchains/1.77.1-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=47c83c5a846a7578 -C extra-filename=-47c83c5a846a7578 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-47c83c5a846a7578 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-04-10T16:26:16.344Z Compiling parking_lot_core v0.8.6
28932024-04-10T16:26:16.369Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe580d334691e693 -C extra-filename=-fe580d334691e693 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fe580d334691e693 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-04-10T16:26:16.565Z Compiling memmap2 v0.7.1
28952024-04-10T16:26:16.590Z Running `/home/build/.rustup/toolchains/1.77.1-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=d197383ebe45254b -C extra-filename=-d197383ebe45254b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-04-10T16:26:16.810Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fe580d334691e693/build-script-build`
28972024-04-10T16:26:16.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=565e46063dd61b38 -C extra-filename=-565e46063dd61b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-799064aed94270ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-04-10T16:26:16.921Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-47c83c5a846a7578/build-script-build`
28992024-04-10T16:26:16.947Z Compiling textwrap v0.11.0
29002024-04-10T16:26:16.987Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f215489c90cc752c -C extra-filename=-f215489c90cc752c --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-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-04-10T16:26:17.204Z Running `/home/build/.rustup/toolchains/1.77.1-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=85102c8435bc0e35 -C extra-filename=-85102c8435bc0e35 --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-6a67f53f7e2ca12e.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-852f152f2919d763.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c5f39494c8866302.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d197383ebe45254b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/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`
29022024-04-10T16:26:17.408Z Compiling gethostname v0.4.3
29032024-04-10T16:26:17.433Z Running `/home/build/.rustup/toolchains/1.77.1-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=3589f41d80b8eadb -C extra-filename=-3589f41d80b8eadb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-04-10T16:26:17.433Z Compiling vec_map v0.8.2
29052024-04-10T16:26:17.434Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63de466f9e2b54f6 -C extra-filename=-63de466f9e2b54f6 --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-10T16:26:17.653Z Compiling topological-sort v0.2.2
29072024-04-10T16:26:17.679Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a16a9dd42a4aaf55 -C extra-filename=-a16a9dd42a4aaf55 --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`
29082024-04-10T16:26:17.707Z Compiling strsim v0.8.0
29092024-04-10T16:26:17.707Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5693b2a5a7df5d4 -C extra-filename=-a5693b2a5a7df5d4 --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`
29102024-04-10T16:26:17.858Z Compiling libefi-sys v0.1.0
29112024-04-10T16:26:17.884Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a0440dade21ea4 -C extra-filename=-b4a0440dade21ea4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-b4a0440dade21ea4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-04-10T16:26:17.909Z Compiling ansi_term v0.12.1
29132024-04-10T16:26:17.909Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3a9bd599ae58cf4 -C extra-filename=-a3a9bd599ae58cf4 --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`
29142024-04-10T16:26:18.163Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-b4a0440dade21ea4/build-script-build`
29152024-04-10T16:26:18.193Z Compiling clap v2.34.0
29162024-04-10T16:26:18.218Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=ac681e94835b3bec -C extra-filename=-ac681e94835b3bec --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-a3a9bd599ae58cf4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-654e49c233f6164f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a5693b2a5a7df5d4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f215489c90cc752c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-63de466f9e2b54f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-04-10T16:26:18.245Z Compiling omicron-zone-package v0.11.0
29182024-04-10T16:26:18.245Z Running `/home/build/.rustup/toolchains/1.77.1-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=c262f3ba17d235c8 -C extra-filename=-c262f3ba17d235c8 --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-85102c8435bc0e35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-fbde25435c5b7a23.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-a16a9dd42a4aaf55.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
29192024-04-10T16:26:18.365Z Compiling parking_lot v0.11.2
29202024-04-10T16:26:18.390Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2ab46cd4ac94594b -C extra-filename=-2ab46cd4ac94594b --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-799064aed94270ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-f00589cae64f0e41.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-565e46063dd61b38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-04-10T16:26:18.541Z Compiling trust-dns-client v0.22.0
29222024-04-10T16:26:18.567Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c294c5f7f8f75fa -C extra-filename=-3c294c5f7f8f75fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41be9bf52a0e39df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-04-10T16:26:19.186Z Compiling structopt-derive v0.4.18
29242024-04-10T16:26:19.211Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83a14b09cdd74ec4 -C extra-filename=-83a14b09cdd74ec4 --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-e3fb013b39f1abfd.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4b59d40ea6aebde6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-04-10T16:26:21.061Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29262024-04-10T16:26:21.090Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7e4bbc5cb406c72 -C extra-filename=-a7e4bbc5cb406c72 --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-aeb4aeed4a847655.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-002b742f687c1564.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
29272024-04-10T16:26:21.815Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29282024-04-10T16:26:21.840Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29bea266ba6c4103 -C extra-filename=-29bea266ba6c4103 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
29292024-04-10T16:26:22.908Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29302024-04-10T16:26:22.933Z Running `/home/build/.rustup/toolchains/1.77.1-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=e8c1df30c49e8fe3 -C extra-filename=-e8c1df30c49e8fe3 --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-36d73e582b74af69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
29312024-04-10T16:26:23.640Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29322024-04-10T16:26:23.672Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dc4d45c330be7a81 -C extra-filename=-dc4d45c330be7a81 --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-4e4c7463199ea70e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-0b970426c222c0e9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5bbbd001af9d9406.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f3af790c9f23b752.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-224ec4261974ed69.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c4ce29e20c7ce342.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-42b67547be42bdc4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-63e058812765e7a9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-04-10T16:26:23.713Z Compiling toml v0.5.11
29342024-04-10T16:26:23.739Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bb1265a2d1b469db -C extra-filename=-bb1265a2d1b469db --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-04-10T16:26:23.874Z Compiling async-recursion v1.1.0
29362024-04-10T16:26:23.899Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=5f992b1827da00ac -C extra-filename=-5f992b1827da00ac --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-04-10T16:26:25.367Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29382024-04-10T16:26:25.392Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49671642186c2455 -C extra-filename=-49671642186c2455 --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-f3af790c9f23b752.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dc4d45c330be7a81.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8cb342ea70bb1aab.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-1c6e17d73f60b0e4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c4ce29e20c7ce342.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-021d28cfe699a43b.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-01ff8faec9291cc6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-63e058812765e7a9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.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-70bedbf47f5aba2a/out/lib`
29392024-04-10T16:26:25.563Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29402024-04-10T16:26:25.588Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a73ef2c9427cb74 -C extra-filename=-5a73ef2c9427cb74 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-5a73ef2c9427cb74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ed0e085bad05489d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-04-10T16:26:25.993Z Compiling keccak v0.1.4
29422024-04-10T16:26:26.018Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=98844611a26a38f6 -C extra-filename=-98844611a26a38f6 --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`
29432024-04-10T16:26:26.124Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5a73ef2c9427cb74/build-script-build`
29442024-04-10T16:26:26.215Z Compiling trust-dns-server v0.22.1
29452024-04-10T16:26:26.240Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=644c54907be3fb28 -C extra-filename=-644c54907be3fb28 --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-db035d79552b26aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-d8ccb0934a15f213.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-d7aec99b790ef851.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bb1265a2d1b469db.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-04-10T16:26:26.781Z Compiling sha3 v0.10.8
29472024-04-10T16:26:26.806Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b696cb5ac3d6d37f -C extra-filename=-b696cb5ac3d6d37f --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-f1af10a8a4d54119.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-98844611a26a38f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-04-10T16:26:26.854Z Compiling structopt v0.3.26
29492024-04-10T16:26:26.879Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d73139e783cb272 -C extra-filename=-2d73139e783cb272 --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-ac681e94835b3bec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-83a14b09cdd74ec4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-04-10T16:26:27.001Z Compiling sled v0.34.7
29512024-04-10T16:26:27.026Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=26c25b4d662c64ea -C extra-filename=-26c25b4d662c64ea --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-e8a1b0c515792b81.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2633589546ed6219.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-f966ce6a38378bb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2ab46cd4ac94594b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-04-10T16:26:27.539Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11dc0bc72daec3b4 -C extra-filename=-11dc0bc72daec3b4 --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`
29532024-04-10T16:26:27.571Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29542024-04-10T16:26:27.596Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1182f0490037f043 -C extra-filename=-1182f0490037f043 --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-aeb4aeed4a847655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b77a16a87d8683cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-04-10T16:26:27.887Z Compiling secrecy v0.8.0
29562024-04-10T16:26:27.912Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=91ab5c9219fc892b -C extra-filename=-91ab5c9219fc892b --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-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-04-10T16:26:28.037Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29582024-04-10T16:26:28.062Z Running `/home/build/.rustup/toolchains/1.77.1-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=e2c339fc3ab9db97 -C extra-filename=-e2c339fc3ab9db97 --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`
29592024-04-10T16:26:28.132Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29602024-04-10T16:26:28.157Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be6094378f3f59ec -C extra-filename=-be6094378f3f59ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-11dc0bc72daec3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-04-10T16:26:28.182Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29622024-04-10T16:26:28.182Z Running `/home/build/.rustup/toolchains/1.77.1-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=a6e20e6842d24be8 -C extra-filename=-a6e20e6842d24be8 --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-e2c339fc3ab9db97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-04-10T16:26:28.222Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d8f0772a1b6c04b -C extra-filename=-5d8f0772a1b6c04b --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1182f0490037f043.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2d73139e783cb272.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out -l static=pci`
29642024-04-10T16:26:28.473Z Compiling toolchain_find v0.4.0
29652024-04-10T16:26:28.498Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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=0ea2c987c9f24791 -C extra-filename=-0ea2c987c9f24791 --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-2981a8f03f0dd00c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-04-10T16:26:28.638Z Compiling platforms v3.0.2
29672024-04-10T16:26:28.663Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f6d79512dff8d89b -C extra-filename=-f6d79512dff8d89b --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-f6d79512dff8d89b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-04-10T16:26:28.702Z Compiling rustfmt-wrapper v0.2.1
29692024-04-10T16:26:28.727Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=275817d573359e15 -C extra-filename=-275817d573359e15 --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-eeef23e6dfc70d28.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-0ea2c987c9f24791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-04-10T16:26:28.991Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-f6d79512dff8d89b/build-script-build`
29712024-04-10T16:26:29.024Z Compiling buf-list v1.0.3
29722024-04-10T16:26:29.050Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=7f7f4185609cb04e -C extra-filename=-7f7f4185609cb04e --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-7f7f4185609cb04e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-04-10T16:26:29.075Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9829a6f3967881a -C extra-filename=-a9829a6f3967881a --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`
29742024-04-10T16:26:29.185Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29752024-04-10T16:26:29.211Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64f05dad2713cb31 -C extra-filename=-64f05dad2713cb31 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-64f05dad2713cb31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c262f3ba17d235c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-275817d573359e15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
29762024-04-10T16:26:29.570Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29772024-04-10T16:26:29.596Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a1b9d1b9d5f30e0 -C extra-filename=-7a1b9d1b9d5f30e0 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1182f0490037f043.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-be6094378f3f59ec.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-a6e20e6842d24be8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
29782024-04-10T16:26:29.621Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-7f7f4185609cb04e/build-script-build`
29792024-04-10T16:26:29.688Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=04e6b80bd6a0b10e -C extra-filename=-04e6b80bd6a0b10e --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-f9e70cb071b3ca9f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29802024-04-10T16:26:30.162Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29812024-04-10T16:26:30.187Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4871e317516303d -C extra-filename=-b4871e317516303d --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
29822024-04-10T16:26:31.911Z Compiling curve25519-dalek v4.1.1
29832024-04-10T16:26:31.936Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=f1ba95a979094ea0 -C extra-filename=-f1ba95a979094ea0 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-f1ba95a979094ea0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-a9829a6f3967881a.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b107197b65f9221a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-04-10T16:26:32.508Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29852024-04-10T16:26:32.533Z Running `/home/build/.rustup/toolchains/1.77.1-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=884fee8e801ce511 -C extra-filename=-884fee8e801ce511 --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-99c22543a7e2dd76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
29862024-04-10T16:26:32.574Z Compiling universal-hash v0.5.1
29872024-04-10T16:26:32.599Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0be81c7d989bf9ea -C extra-filename=-0be81c7d989bf9ea --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-846385f61e2c2b0d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-04-10T16:26:32.752Z Compiling opaque-debug v0.3.0
29892024-04-10T16:26:32.778Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3366cab09d921380 -C extra-filename=-3366cab09d921380 --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`
29902024-04-10T16:26:32.846Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-f1ba95a979094ea0/build-script-build`
29912024-04-10T16:26:32.952Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29922024-04-10T16:26:32.978Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=001a9d07e27fead2 -C extra-filename=-001a9d07e27fead2 --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-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
29932024-04-10T16:26:33.465Z Compiling curve25519-dalek-derive v0.1.0
29942024-04-10T16:26:33.490Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9952142f5d30276 -C extra-filename=-e9952142f5d30276 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-04-10T16:26:33.740Z Compiling unicase v2.7.0
29962024-04-10T16:26:33.765Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db3ff02631eb8f77 -C extra-filename=-db3ff02631eb8f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-db3ff02631eb8f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-04-10T16:26:34.084Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-db3ff02631eb8f77/build-script-build`
29982024-04-10T16:26:34.267Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29992024-04-10T16:26:34.293Z Running `/home/build/.rustup/toolchains/1.77.1-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=bf3a588159b8971c -C extra-filename=-bf3a588159b8971c --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-884fee8e801ce511.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30002024-04-10T16:26:34.931Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=3b6858ccb9a74865 -C extra-filename=-3b6858ccb9a74865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-e9952142f5d30276.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.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"'`
30012024-04-10T16:26:35.533Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30022024-04-10T16:26:35.558Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8937be8613cbfce8 -C extra-filename=-8937be8613cbfce8 --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-db035d79552b26aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30032024-04-10T16:26:36.222Z Compiling pin-project-internal v1.1.3
30042024-04-10T16:26:36.248Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e27cb96c6f82b54c -C extra-filename=-e27cb96c6f82b54c --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-04-10T16:26:36.560Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=390681b27c2e1c2d -C extra-filename=-390681b27c2e1c2d --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`
30062024-04-10T16:26:36.595Z Compiling aead v0.5.2
30072024-04-10T16:26:36.621Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=6708e4c5f5185432 -C extra-filename=-6708e4c5f5185432 --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-846385f61e2c2b0d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-04-10T16:26:36.921Z Compiling diff v0.1.13
30092024-04-10T16:26:36.947Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0455a19d221a9ac -C extra-filename=-c0455a19d221a9ac --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`
30102024-04-10T16:26:36.947Z Compiling mime_guess v2.0.4
30112024-04-10T16:26:36.984Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=a0fb08eac85a48df -C extra-filename=-a0fb08eac85a48df --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-a0fb08eac85a48df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-390681b27c2e1c2d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-04-10T16:26:37.521Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30132024-04-10T16:26:37.546Z Running `/home/build/.rustup/toolchains/1.77.1-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=38625591dd5934ec -C extra-filename=-38625591dd5934ec --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
30142024-04-10T16:26:38.071Z Compiling poly1305 v0.8.0
30152024-04-10T16:26:38.097Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0c703e160108bdb1 -C extra-filename=-0c703e160108bdb1 --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-5e9b140f98f77432.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3366cab09d921380.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-0be81c7d989bf9ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-04-10T16:26:38.938Z Compiling pin-project v1.1.3
30172024-04-10T16:26:38.964Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a8090058af04514 -C extra-filename=-2a8090058af04514 --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-e27cb96c6f82b54c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-04-10T16:26:39.068Z Compiling chacha20 v0.9.1
30192024-04-10T16:26:39.094Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=0551a7e7aa1f850d -C extra-filename=-0551a7e7aa1f850d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-04-10T16:26:39.444Z Compiling thiserror-impl-no-std v2.0.2
30212024-04-10T16:26:39.469Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1bba60e07d13123 -C extra-filename=-d1bba60e07d13123 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-04-10T16:26:39.469Z Compiling nanorand v0.7.0
30232024-04-10T16:26:39.498Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=093bcf74b708b937 -C extra-filename=-093bcf74b708b937 --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-b07854e41674e034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-04-10T16:26:39.770Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-a0fb08eac85a48df/build-script-build`
30252024-04-10T16:26:39.810Z Compiling flume v0.11.0
30262024-04-10T16:26:39.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=7e32a0c748966a8f -C extra-filename=-7e32a0c748966a8f --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-f13b2e70964e1361.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-093bcf74b708b937.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-04-10T16:26:39.990Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30282024-04-10T16:26:40.018Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87655dfe75ad5304 -C extra-filename=-87655dfe75ad5304 --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-6bb58eed7130cf54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30292024-04-10T16:26:40.365Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30302024-04-10T16:26:40.391Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7b89eb32e7145467 -C extra-filename=-7b89eb32e7145467 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-7b89eb32e7145467 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
30312024-04-10T16:26:40.416Z Compiling kstat-rs v0.2.3
30322024-04-10T16:26:40.416Z Running `/home/build/.rustup/toolchains/1.77.1-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=965f2f5545547f37 -C extra-filename=-965f2f5545547f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-04-10T16:26:40.696Z Compiling vte_generate_state_changes v0.1.1
30342024-04-10T16:26:40.721Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe443b6bd0410812 -C extra-filename=-fe443b6bd0410812 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-04-10T16:26:40.971Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-7b89eb32e7145467/build-script-build`
30362024-04-10T16:26:41.001Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=5e9ec4889e477582 -C extra-filename=-5e9ec4889e477582 --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-940f21a9fbfb9181.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-390681b27c2e1c2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-04-10T16:26:41.202Z Compiling chacha20poly1305 v0.10.1
30382024-04-10T16:26:41.228Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c48b7ead2648fff5 -C extra-filename=-c48b7ead2648fff5 --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-6708e4c5f5185432.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-0551a7e7aa1f850d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0c703e160108bdb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-04-10T16:26:41.407Z Compiling vte v0.11.1
30402024-04-10T16:26:41.443Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4738937276a8338e -C extra-filename=-4738937276a8338e --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-43b36990ecebb91b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-fe443b6bd0410812.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-04-10T16:26:41.471Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
30422024-04-10T16:26:41.471Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/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=c3d173e71efe8955 -C extra-filename=-c3d173e71efe8955 --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-6828e7b5fe10110a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
30432024-04-10T16:26:41.596Z Compiling fd-lock v4.0.2
30442024-04-10T16:26:41.621Z Running `/home/build/.rustup/toolchains/1.77.1-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=aeba3a45cf869199 -C extra-filename=-aeba3a45cf869199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3b1f1e3d2eb728ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-04-10T16:26:41.790Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30462024-04-10T16:26:41.816Z Running `/home/build/.rustup/toolchains/1.77.1-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=194655d8d725cbcc -C extra-filename=-194655d8d725cbcc --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-194655d8d725cbcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-04-10T16:26:41.841Z Compiling prettyplease v0.2.17
30482024-04-10T16:26:41.841Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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=e6ef4ddec3f89a43 -C extra-filename=-e6ef4ddec3f89a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-e6ef4ddec3f89a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-04-10T16:26:42.135Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-194655d8d725cbcc/build-script-build`
30502024-04-10T16:26:42.161Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-e6ef4ddec3f89a43/build-script-build`
30512024-04-10T16:26:42.187Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30522024-04-10T16:26:42.187Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=974bf6d745e647a4 -C extra-filename=-974bf6d745e647a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-965f2f5545547f37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
30532024-04-10T16:26:42.214Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
30542024-04-10T16:26:42.239Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/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=a0013f49c5973dcc -C extra-filename=-a0013f49c5973dcc --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-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-93b9274c0285c46c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
30552024-04-10T16:26:42.372Z Compiling thiserror-no-std v2.0.2
30562024-04-10T16:26:42.397Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=150d1128608a214a -C extra-filename=-150d1128608a214a --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-d1bba60e07d13123.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-04-10T16:26:42.493Z Compiling vsss-rs v3.3.4
30582024-04-10T16:26:42.518Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=d4e0aeabe14696d8 -C extra-filename=-d4e0aeabe14696d8 --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-3b6858ccb9a74865.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-150d1128608a214a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-04-10T16:26:42.824Z Compiling strip-ansi-escapes v0.2.0
30602024-04-10T16:26:42.849Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5f4f62ea156bdf -C extra-filename=-ef5f4f62ea156bdf --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-4738937276a8338e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-04-10T16:26:42.896Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-64f05dad2713cb31/build-script-build`
30622024-04-10T16:26:43.189Z Compiling fs-err v2.11.0
30632024-04-10T16:26:43.219Z Running `/home/build/.rustup/toolchains/1.77.1-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=86d28b5940792fa4 -C extra-filename=-86d28b5940792fa4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-86d28b5940792fa4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-04-10T16:26:43.500Z Compiling crunchy v0.2.2
30652024-04-10T16:26:43.525Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=147a54e356638791 -C extra-filename=-147a54e356638791 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-147a54e356638791 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-04-10T16:26:43.550Z Compiling nu-ansi-term v0.50.0
30672024-04-10T16:26:43.551Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.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=219e0c4e031aacd0 -C extra-filename=-219e0c4e031aacd0 --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`
30682024-04-10T16:26:43.580Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276d3fc01c7b3eab -C extra-filename=-276d3fc01c7b3eab --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-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
30692024-04-10T16:26:43.647Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-86d28b5940792fa4/build-script-build`
30702024-04-10T16:26:43.800Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30712024-04-10T16:26:43.826Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1583c11acf9a0660 -C extra-filename=-1583c11acf9a0660 --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-7e0e680e5074a445.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b09579fd13745ee0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30722024-04-10T16:26:43.998Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-147a54e356638791/build-script-build`
30732024-04-10T16:26:44.034Z Compiling reedline v0.31.0
30742024-04-10T16:26:44.059Z Running `/home/build/.rustup/toolchains/1.77.1-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=00d15319d95dd18b -C extra-filename=-00d15319d95dd18b --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-7e1e70a54b0f1629.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-aeba3a45cf869199.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-219e0c4e031aacd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-ef5f4f62ea156bdf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7955baf83ec078cc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a1b2bb6d2b660c83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-04-10T16:26:44.180Z Compiling clang-sys v1.6.1
30762024-04-10T16:26:44.206Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -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=d2110ea4165e275a -C extra-filename=-d2110ea4165e275a --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d2110ea4165e275a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-04-10T16:26:44.442Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30782024-04-10T16:26:44.468Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54a1f09e7ffcd996 -C extra-filename=-54a1f09e7ffcd996 --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-7e1e70a54b0f1629.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
30792024-04-10T16:26:44.881Z Compiling snafu-derive v0.8.2
30802024-04-10T16:26:44.907Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.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="rust_1_61"' -C metadata=45c81d65cee671d7 -C extra-filename=-45c81d65cee671d7 --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-de81cf7fbb6089b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-04-10T16:26:46.163Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8f9f8f633cc4d304 -C extra-filename=-8f9f8f633cc4d304 --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-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48b7ead2648fff5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d4e0aeabe14696d8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30822024-04-10T16:26:46.864Z Compiling memoffset v0.7.1
30832024-04-10T16:26:46.890Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e83058b871f5d3be -C extra-filename=-e83058b871f5d3be --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-e83058b871f5d3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-d3e7c122b898bf16.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-04-10T16:26:47.191Z Compiling tiny-keccak v2.0.2
30852024-04-10T16:26:47.219Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=2e8ccff7f84dcf2c -C extra-filename=-2e8ccff7f84dcf2c --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2e8ccff7f84dcf2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-04-10T16:26:47.504Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2e8ccff7f84dcf2c/build-script-build`
30872024-04-10T16:26:47.532Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-e83058b871f5d3be/build-script-build`
30882024-04-10T16:26:47.666Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d2110ea4165e275a/build-script-build`
30892024-04-10T16:26:47.698Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=575ab9fae68dabcb -C extra-filename=-575ab9fae68dabcb --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`
30902024-04-10T16:26:47.808Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.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=30286d4fa5ee6254 -C extra-filename=-30286d4fa5ee6254 --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`
30912024-04-10T16:26:48.008Z Running `/home/build/.rustup/toolchains/1.77.1-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=2ac30a8ade70ac9c -C extra-filename=-2ac30a8ade70ac9c --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-9e6546d75c09d00a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-04-10T16:26:48.297Z Running `/home/build/.rustup/toolchains/1.77.1-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=09a6fedf4e8f007d -C extra-filename=-09a6fedf4e8f007d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
30932024-04-10T16:26:49.365Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30942024-04-10T16:26:49.390Z Running `/home/build/.rustup/toolchains/1.77.1-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=540e3521e6f54994 -C extra-filename=-540e3521e6f54994 --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-2866381069fe1697.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
30952024-04-10T16:26:49.570Z Compiling globset v0.4.13
30962024-04-10T16:26:49.595Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=116236aca94fcf0a -C extra-filename=-116236aca94fcf0a --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-2ffcffbb102c5b76.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4ad7d7eb56a78e86.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-89cddfc556889b2d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-04-10T16:26:49.902Z Compiling snafu v0.8.2
30982024-04-10T16:26:49.927Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=425d82a305623489 -C extra-filename=-425d82a305623489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-2a8090058af04514.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-45c81d65cee671d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-04-10T16:26:50.133Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
31002024-04-10T16:26:50.158Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/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=fce2bc4246c14c79 -C extra-filename=-fce2bc4246c14c79 --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-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-04-10T16:26:50.467Z Compiling olpc-cjson v0.1.3
31022024-04-10T16:26:50.492Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cdaa8f6573dbb3b -C extra-filename=-3cdaa8f6573dbb3b --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-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-04-10T16:26:50.492Z Compiling serde_plain v1.0.2
31042024-04-10T16:26:50.492Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9228d9e374dafa31 -C extra-filename=-9228d9e374dafa31 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-04-10T16:26:50.629Z Compiling http-range v0.1.5
31062024-04-10T16:26:50.657Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ffbf47e79157cfc -C extra-filename=-0ffbf47e79157cfc --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`
31072024-04-10T16:26:50.697Z Compiling typed-path v0.7.0
31082024-04-10T16:26:50.723Z Running `/home/build/.rustup/toolchains/1.77.1-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=a2d827dcb398929b -C extra-filename=-a2d827dcb398929b --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`
31092024-04-10T16:26:50.855Z Compiling hyper-staticfile v0.9.5
31102024-04-10T16:26:50.881Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76a12433a1e14639 -C extra-filename=-76a12433a1e14639 --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-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0ffbf47e79157cfc.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6d7acd5be58bb375.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-04-10T16:26:50.974Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
31122024-04-10T16:26:50.974Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/8ff3ab6/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=678beeb3cc71333f -C extra-filename=-678beeb3cc71333f --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-aeb4aeed4a847655.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-654e49c233f6164f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-93b9274c0285c46c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-fce2bc4246c14c79.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
31132024-04-10T16:26:51.166Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=2547711a657e670e -C extra-filename=-2547711a657e670e --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-575ab9fae68dabcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142024-04-10T16:26:51.707Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bc940e4bc4b3fc1c -C extra-filename=-bc940e4bc4b3fc1c --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`
31152024-04-10T16:26:51.740Z Compiling ascii-canvas v3.0.0
31162024-04-10T16:26:51.778Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f32c2c1a79c046f -C extra-filename=-9f32c2c1a79c046f --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-3f52fd0a80f346f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-04-10T16:26:51.831Z Compiling ena v0.14.2
31182024-04-10T16:26:51.857Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e45dfbe0f86732d7 -C extra-filename=-e45dfbe0f86732d7 --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-31f49548b80b230b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-04-10T16:26:52.191Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31202024-04-10T16:26:52.217Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e77cc4c88b23c37b -C extra-filename=-e77cc4c88b23c37b --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e77cc4c88b23c37b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-04-10T16:26:52.217Z Compiling libloading v0.7.4
31222024-04-10T16:26:52.217Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bd120755eb28822 -C extra-filename=-8bd120755eb28822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-04-10T16:26:52.477Z Compiling cfg_aliases v0.1.1
31242024-04-10T16:26:52.506Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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=c7a8da902f9c03eb -C extra-filename=-c7a8da902f9c03eb --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`
31252024-04-10T16:26:52.532Z Compiling tough v0.17.1
31262024-04-10T16:26:52.572Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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=3a6cfe73f76064f1 -C extra-filename=-3a6cfe73f76064f1 --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-5f992b1827da00ac.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-116236aca94fcf0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-3cdaa8f6573dbb3b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-9228d9e374dafa31.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-425d82a305623489.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-a2d827dcb398929b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8624d2dac6f1780c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
31272024-04-10T16:26:52.597Z Compiling regex-syntax v0.6.29
31282024-04-10T16:26:52.598Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=25b91c18f4495d99 -C extra-filename=-25b91c18f4495d99 --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`
31292024-04-10T16:26:52.623Z Compiling bindgen v0.69.2
31302024-04-10T16:26:52.623Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.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=b11446631d1f2317 -C extra-filename=-b11446631d1f2317 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-b11446631d1f2317 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-04-10T16:26:52.983Z Compiling parse-size v1.0.0
31322024-04-10T16:26:53.008Z Running `/home/build/.rustup/toolchains/1.77.1-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=90054876cbf53283 -C extra-filename=-90054876cbf53283 --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`
31332024-04-10T16:26:53.201Z Compiling salty v0.2.0
31342024-04-10T16:26:53.227Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f66153d009b17bfa -C extra-filename=-f66153d009b17bfa --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-f66153d009b17bfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-04-10T16:26:53.267Z Compiling signature v1.6.4
31362024-04-10T16:26:53.295Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=db2437017be998a9 -C extra-filename=-db2437017be998a9 --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`
31372024-04-10T16:26:53.419Z Compiling ed25519 v1.5.3
31382024-04-10T16:26:53.445Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=94ca9bdc34bc204f -C extra-filename=-94ca9bdc34bc204f --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-db2437017be998a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-04-10T16:26:53.470Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b11446631d1f2317/build-script-build`
31402024-04-10T16:26:53.495Z Compiling nix v0.28.0
31412024-04-10T16:26:53.495Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=bdaf61248cf863e9 -C extra-filename=-bdaf61248cf863e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-bdaf61248cf863e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c7a8da902f9c03eb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-04-10T16:26:53.710Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-f66153d009b17bfa/build-script-build`
31432024-04-10T16:26:53.750Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e77cc4c88b23c37b/build-script-build`
31442024-04-10T16:26:53.778Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=472ffdd08f793d08 -C extra-filename=-472ffdd08f793d08 --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-10766ed1c15f36ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-8bd120755eb28822.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-04-10T16:26:53.807Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31462024-04-10T16:26:53.832Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=82c022e96da6ff30 -C extra-filename=-82c022e96da6ff30 --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-000c949f1389ce9c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-bc940e4bc4b3fc1c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-d70db77516c1e91f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-04-10T16:26:54.226Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31482024-04-10T16:26:54.251Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ed6bd0e39bb99082 -C extra-filename=-ed6bd0e39bb99082 --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-4e4c7463199ea70e.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0028d33a90901b6e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af1b4e3a7cb6b793.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-04-10T16:26:54.521Z Compiling cexpr v0.6.0
31502024-04-10T16:26:54.546Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d862134f270c4c -C extra-filename=-94d862134f270c4c --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-cd6a4bf2f3ba8230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-10T16:26:55.955Z Compiling lalrpop v0.19.12
31522024-04-10T16:26:55.981Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=92e4771951e4a715 -C extra-filename=-92e4771951e4a715 --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-9f32c2c1a79c046f.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d58f0ee86f83f4a8.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-c0455a19d221a9ac.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e45dfbe0f86732d7.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8ae662d9e0a7cac4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c53120e17ec6715c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-25b91c18f4495d99.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cfa264356d2f4cd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-2547711a657e670e.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-032ec9c2ef024c09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532024-04-10T16:26:57.406Z Compiling serde-big-array v0.5.1
31542024-04-10T16:26:57.431Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e7e957baba73704 -C extra-filename=-3e7e957baba73704 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-04-10T16:26:57.617Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31562024-04-10T16:26:57.643Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7ef2adfd7154730 -C extra-filename=-e7ef2adfd7154730 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-04-10T16:26:58.153Z Compiling which v4.4.0
31582024-04-10T16:26:58.179Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f96488640a6fac0e -C extra-filename=-f96488640a6fac0e --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-cc68c3be1cf89605.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-04-10T16:26:58.529Z Compiling lazycell v1.3.0
31602024-04-10T16:26:58.559Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a0b91d1335c089b -C extra-filename=-3a0b91d1335c089b --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`
31612024-04-10T16:26:58.683Z Compiling rustc-hash v1.1.0
31622024-04-10T16:26:58.709Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b9462c4c4bdd0e3a -C extra-filename=-b9462c4c4bdd0e3a --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`
31632024-04-10T16:26:58.709Z Compiling shlex v1.3.0
31642024-04-10T16:26:58.710Z Running `/home/build/.rustup/toolchains/1.77.1-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=7ded0091c892d1f1 -C extra-filename=-7ded0091c892d1f1 --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`
31652024-04-10T16:26:58.834Z Compiling ref-cast v1.0.20
31662024-04-10T16:26:58.860Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f724e7d61272dfa -C extra-filename=-7f724e7d61272dfa --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-7f724e7d61272dfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-04-10T16:26:59.093Z Compiling maplit v1.0.2
31682024-04-10T16:26:59.121Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5c28acdb00bd2c4 -C extra-filename=-f5c28acdb00bd2c4 --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`
31692024-04-10T16:26:59.216Z Compiling peeking_take_while v0.1.2
31702024-04-10T16:26:59.242Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0db497f98f00a423 -C extra-filename=-0db497f98f00a423 --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-10T16:26:59.355Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7f724e7d61272dfa/build-script-build`
31722024-04-10T16:26:59.382Z Running `/home/build/.rustup/toolchains/1.77.1-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=e0c64a1265ee5bd4 -C extra-filename=-e0c64a1265ee5bd4 --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-d616ce913c05311f.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-94d862134f270c4c.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-472ffdd08f793d08.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-3a0b91d1335c089b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-0db497f98f00a423.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ac30a8ade70ac9c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-b9462c4c4bdd0e3a.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7ded0091c892d1f1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f96488640a6fac0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-04-10T16:26:59.407Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31742024-04-10T16:26:59.432Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e831c13ac9dcb930 -C extra-filename=-e831c13ac9dcb930 --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-e7ef2adfd7154730.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-04-10T16:26:59.546Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f5ef876c1510248 -C extra-filename=-1f5ef876c1510248 --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-db035d79552b26aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e4f0af714555ede8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-f966ce6a38378bb3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4e561d1e58bf36a5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-026f4108304a18e1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-82c022e96da6ff30.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-3e7e957baba73704.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cfa264356d2f4cd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ed6bd0e39bb99082.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b9e311864648a736.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.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-70bedbf47f5aba2a/out/lib`
31762024-04-10T16:26:59.804Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31772024-04-10T16:26:59.829Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8471cf416d02365d -C extra-filename=-8471cf416d02365d --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-90054876cbf53283.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-50f7db39b18e12ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31782024-04-10T16:27:01.868Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31792024-04-10T16:27:01.917Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c52d843c6bdb3cb -C extra-filename=-8c52d843c6bdb3cb --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
31802024-04-10T16:27:02.548Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-bdaf61248cf863e9/build-script-build`
31812024-04-10T16:27:02.579Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9211517ad3e070b9 -C extra-filename=-9211517ad3e070b9 --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-94ca9bdc34bc204f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31822024-04-10T16:27:02.975Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31832024-04-10T16:27:03.002Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ac219a9fd6c6f8c -C extra-filename=-4ac219a9fd6c6f8c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4ac219a9fd6c6f8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
31842024-04-10T16:27:03.290Z Compiling derive_builder_core v0.20.0
31852024-04-10T16:27:03.315Z Running `/home/build/.rustup/toolchains/1.77.1-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=915698a3b1ce5aa6 -C extra-filename=-915698a3b1ce5aa6 --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-39d9384352c176f1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-04-10T16:27:04.095Z Compiling signal-hook-tokio v0.3.1
31872024-04-10T16:27:04.121Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=f3608aeb6305b2b0 -C extra-filename=-f3608aeb6305b2b0 --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-f13b2e70964e1361.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-04-10T16:27:04.267Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31892024-04-10T16:27:04.295Z Running `/home/build/.rustup/toolchains/1.77.1-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=78f5f2e670b4c4d2 -C extra-filename=-78f5f2e670b4c4d2 --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-de81cf7fbb6089b6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-04-10T16:27:04.437Z Compiling serde-big-array v0.4.1
31912024-04-10T16:27:04.464Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c75851ae3dddc01 -C extra-filename=-3c75851ae3dddc01 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-04-10T16:27:04.609Z Compiling ref-cast-impl v1.0.20
31932024-04-10T16:27:04.634Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=438f3516b8bb36c5 -C extra-filename=-438f3516b8bb36c5 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-04-10T16:27:04.822Z Compiling libxml v0.3.3
31952024-04-10T16:27:04.849Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d28061d375e48ec8 -C extra-filename=-d28061d375e48ec8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-d28061d375e48ec8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-219f68cd007d71d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-04-10T16:27:05.205Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-d28061d375e48ec8/build-script-build`
31972024-04-10T16:27:05.250Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31982024-04-10T16:27:05.276Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=08200e71657eca32 -C extra-filename=-08200e71657eca32 --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-1005a249d2581ca2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e831c13ac9dcb930.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9211517ad3e070b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-3c75851ae3dddc01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-04-10T16:27:05.302Z Compiling derive_builder_macro v0.20.0
32002024-04-10T16:27:05.302Z Running `/home/build/.rustup/toolchains/1.77.1-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=cbc8fe1e53f8e3e8 -C extra-filename=-cbc8fe1e53f8e3e8 --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-915698a3b1ce5aa6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012024-04-10T16:27:05.734Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7924deef7317320 -C extra-filename=-c7924deef7317320 --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-438f3516b8bb36c5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-04-10T16:27:05.870Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032024-04-10T16:27:05.896Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37ea8493f4a5797c -C extra-filename=-37ea8493f4a5797c --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-aeb4aeed4a847655.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32042024-04-10T16:27:06.003Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4ac219a9fd6c6f8c/build-script-build`
32052024-04-10T16:27:06.035Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fe055790d89a7500 -C extra-filename=-fe055790d89a7500 --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-d616ce913c05311f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
32062024-04-10T16:27:06.232Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32072024-04-10T16:27:06.257Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3e6e4ab944c17d1 -C extra-filename=-f3e6e4ab944c17d1 --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-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32082024-04-10T16:27:06.324Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32092024-04-10T16:27:06.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20a61d5a95797c95 -C extra-filename=-20a61d5a95797c95 --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-6bb58eed7130cf54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
32102024-04-10T16:27:06.854Z Compiling peg-macros v0.8.2
32112024-04-10T16:27:06.880Z Running `/home/build/.rustup/toolchains/1.77.1-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=e29c06dabf4a12af -C extra-filename=-e29c06dabf4a12af --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-55cc6635707fd33f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-04-10T16:27:07.804Z Compiling strum_macros v0.24.3
32132024-04-10T16:27:07.829Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c7b4dbc2cc02ec7 -C extra-filename=-5c7b4dbc2cc02ec7 --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-de81cf7fbb6089b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-341e76b37908086c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-04-10T16:27:09.229Z Compiling sqlparser_derive v0.2.2
32152024-04-10T16:27:09.254Z Running `/home/build/.rustup/toolchains/1.77.1-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=03f71d6d5ce67145 -C extra-filename=-03f71d6d5ce67145 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-04-10T16:27:09.310Z Compiling cookie v0.18.1
32172024-04-10T16:27:09.335Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=4d981f052c55dc8c -C extra-filename=-4d981f052c55dc8c --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-4d981f052c55dc8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-04-10T16:27:09.633Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32192024-04-10T16:27:09.659Z Running `/home/build/.rustup/toolchains/1.77.1-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=d58270c6dd1d0233 -C extra-filename=-d58270c6dd1d0233 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-d58270c6dd1d0233 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-19de6a881131bb94.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-04-10T16:27:09.920Z Compiling corncobs v0.1.3
32212024-04-10T16:27:09.946Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=678d894ec2d945d4 -C extra-filename=-678d894ec2d945d4 --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`
32222024-04-10T16:27:09.971Z Compiling unicode_categories v0.1.1
32232024-04-10T16:27:09.971Z Running `/home/build/.rustup/toolchains/1.77.1-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=026a3c7bc1d4b2b5 -C extra-filename=-026a3c7bc1d4b2b5 --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`
32242024-04-10T16:27:10.202Z Compiling indoc v1.0.9
32252024-04-10T16:27:10.227Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba51c3735e7f500 -C extra-filename=-dba51c3735e7f500 --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`
32262024-04-10T16:27:10.253Z Compiling sqlformat v0.2.3
32272024-04-10T16:27:10.295Z Running `/home/build/.rustup/toolchains/1.77.1-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=3644980a426d631e -C extra-filename=-3644980a426d631e --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-e9d8c28eb47d36ad.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cd6a4bf2f3ba8230.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-026a3c7bc1d4b2b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-04-10T16:27:10.339Z Compiling sqlparser v0.44.0
32292024-04-10T16:27:10.364Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.44.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b83ce604c37df141 -C extra-filename=-b83ce604c37df141 --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-31f49548b80b230b.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-03f71d6d5ce67145.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-04-10T16:27:11.092Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32312024-04-10T16:27:11.117Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=eefc43b8c78d38c7 -C extra-filename=-eefc43b8c78d38c7 --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-678d894ec2d945d4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e831c13ac9dcb930.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9211517ad3e070b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-08200e71657eca32.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3bc68c8e24da1985.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-04-10T16:27:11.180Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-d58270c6dd1d0233/build-script-build`
32332024-04-10T16:27:11.244Z Compiling peg v0.8.2
32342024-04-10T16:27:11.269Z Running `/home/build/.rustup/toolchains/1.77.1-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=cc7968168f2af5c0 -C extra-filename=-cc7968168f2af5c0 --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-e29c06dabf4a12af.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-55cc6635707fd33f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-04-10T16:27:11.390Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-4d981f052c55dc8c/build-script-build`
32362024-04-10T16:27:11.458Z Compiling rustyline v14.0.0
32372024-04-10T16:27:11.486Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.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=afa196b6b28526d3 -C extra-filename=-afa196b6b28526d3 --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-d616ce913c05311f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-aeba3a45cf869199.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2981a8f03f0dd00c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe055790d89a7500.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41be9bf52a0e39df.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a1b2bb6d2b660c83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-43b36990ecebb91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-04-10T16:27:11.539Z Compiling derive_builder v0.20.0
32392024-04-10T16:27:11.565Z Running `/home/build/.rustup/toolchains/1.77.1-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=d607f19d27d3b98d -C extra-filename=-d607f19d27d3b98d --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-cbc8fe1e53f8e3e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402024-04-10T16:27:11.703Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d25012bbbd6dede -C extra-filename=-1d25012bbbd6dede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32412024-04-10T16:27:12.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422024-04-10T16:27:12.892Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=a411bc94cedb13cd -C extra-filename=-a411bc94cedb13cd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a411bc94cedb13cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32432024-04-10T16:27:13.174Z Compiling bb8 v0.8.3
32442024-04-10T16:27:13.199Z Running `/home/build/.rustup/toolchains/1.77.1-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=0dbcfd1cc4a30123 -C extra-filename=-0dbcfd1cc4a30123 --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-db035d79552b26aa.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-0eb986419c6b76f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-04-10T16:27:13.615Z Compiling const_format_proc_macros v0.2.32
32462024-04-10T16:27:13.642Z Running `/home/build/.rustup/toolchains/1.77.1-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=039e71866f772a48 -C extra-filename=-039e71866f772a48 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-032ec9c2ef024c09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-04-10T16:27:14.090Z Compiling bcs v0.1.6
32482024-04-10T16:27:14.115Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdadfc746affe47f -C extra-filename=-cdadfc746affe47f --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-eeef23e6dfc70d28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-04-10T16:27:14.765Z Compiling quick-xml v0.31.0
32502024-04-10T16:27:14.791Z Running `/home/build/.rustup/toolchains/1.77.1-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=61f8ef093164d1c8 -C extra-filename=-61f8ef093164d1c8 --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-048c003a6202498d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-04-10T16:27:15.147Z Compiling impl-trait-for-tuples v0.2.2
32522024-04-10T16:27:15.173Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faa34b2077f6b8a4 -C extra-filename=-faa34b2077f6b8a4 --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-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-04-10T16:27:15.716Z Compiling oso-derive v0.27.3
32542024-04-10T16:27:15.741Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=199a8a3025a6b741 -C extra-filename=-199a8a3025a6b741 --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-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-04-10T16:27:16.891Z Compiling highway v1.1.0
32562024-04-10T16:27:16.916Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6181d7c7bf30d2cd -C extra-filename=-6181d7c7bf30d2cd --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`
32572024-04-10T16:27:17.511Z Compiling const_format v0.2.32
32582024-04-10T16:27:17.536Z Running `/home/build/.rustup/toolchains/1.77.1-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=445028ffecaaebf6 -C extra-filename=-445028ffecaaebf6 --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-039e71866f772a48.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-04-10T16:27:17.721Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32602024-04-10T16:27:17.746Z Running `/home/build/.rustup/toolchains/1.77.1-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=dd5489effd8b96c5 -C extra-filename=-dd5489effd8b96c5 --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-db035d79552b26aa.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0dbcfd1cc4a30123.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.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-10T16:27:18.108Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a411bc94cedb13cd/build-script-build`
32622024-04-10T16:27:18.138Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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 -C metadata=abcbfbeb7ed1e0e6 -C extra-filename=-abcbfbeb7ed1e0e6 --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-5b32ef30d122006d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-04-10T16:27:18.283Z Running `/home/build/.rustup/toolchains/1.77.1-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=b166d88dc5c12d48 -C extra-filename=-b166d88dc5c12d48 --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-219076d72e3ada0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32642024-04-10T16:27:18.610Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=417e14403933de5b -C extra-filename=-417e14403933de5b --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32652024-04-10T16:27:19.031Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32662024-04-10T16:27:19.057Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06e0833a013c65fc -C extra-filename=-06e0833a013c65fc --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-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32672024-04-10T16:27:20.547Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32682024-04-10T16:27:20.573Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a15e8abe01a59f -C extra-filename=-61a15e8abe01a59f --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-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
32692024-04-10T16:27:22.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702024-04-10T16:27:22.454Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=7bd45d839bdb0728 -C extra-filename=-7bd45d839bdb0728 --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-aeb4aeed4a847655.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-5f992b1827da00ac.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cdadfc746affe47f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6181d7c7bf30d2cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-cc7968168f2af5c0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-afa196b6b28526d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-3644980a426d631e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b83ce604c37df141.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
32712024-04-10T16:27:24.722Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32722024-04-10T16:27:24.748Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=153ae7ee6981f86a -C extra-filename=-153ae7ee6981f86a --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-eefc43b8c78d38c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/`
32732024-04-10T16:27:25.323Z Compiling assert_matches v1.5.0
32742024-04-10T16:27:25.349Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c34f4105f98d3b8d -C extra-filename=-c34f4105f98d3b8d --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`
32752024-04-10T16:27:25.426Z Compiling rand_seeder v0.2.3
32762024-04-10T16:27:25.452Z Running `/home/build/.rustup/toolchains/1.77.1-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=400c2e6be5054c95 -C extra-filename=-400c2e6be5054c95 --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-569e76cbaecc1ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-04-10T16:27:25.715Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32782024-04-10T16:27:25.741Z Running `/home/build/.rustup/toolchains/1.77.1-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=bab0cf3765baa0a1 -C extra-filename=-bab0cf3765baa0a1 --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-2866381069fe1697.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-400c2e6be5054c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32792024-04-10T16:27:25.891Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32802024-04-10T16:27:25.917Z Running `/home/build/.rustup/toolchains/1.77.1-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=ad47006ccdb13f0e -C extra-filename=-ad47006ccdb13f0e --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-aeb4aeed4a847655.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32812024-04-10T16:27:27.786Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32822024-04-10T16:27:27.811Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1189436574ac885d -C extra-filename=-1189436574ac885d --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-f11b85798780b078.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32832024-04-10T16:27:28.475Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32842024-04-10T16:27:28.500Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0689ab9e3ba55cb -C extra-filename=-a0689ab9e3ba55cb --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-aeb4aeed4a847655.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32852024-04-10T16:27:29.618Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32862024-04-10T16:27:29.652Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e000178165f75a84 -C extra-filename=-e000178165f75a84 --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-db035d79552b26aa.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
32872024-04-10T16:27:29.995Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32882024-04-10T16:27:30.036Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f6c3029eef38184 -C extra-filename=-7f6c3029eef38184 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32892024-04-10T16:27:33.552Z Compiling portable-atomic v1.4.3
32902024-04-10T16:27:33.578Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=0be8880e83cac5d8 -C extra-filename=-0be8880e83cac5d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-0be8880e83cac5d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-04-10T16:27:33.707Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32922024-04-10T16:27:33.732Z Running `/home/build/.rustup/toolchains/1.77.1-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=61e08a5f36a4e272 -C extra-filename=-61e08a5f36a4e272 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-61e08a5f36a4e272 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32932024-04-10T16:27:34.056Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32942024-04-10T16:27:34.081Z Running `/home/build/.rustup/toolchains/1.77.1-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=f59c9a67a7c41d60 -C extra-filename=-f59c9a67a7c41d60 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f59c9a67a7c41d60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
32952024-04-10T16:27:34.412Z Compiling castaway v0.2.2
32962024-04-10T16:27:34.437Z Running `/home/build/.rustup/toolchains/1.77.1-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=d4f68768de0aaae8 -C extra-filename=-d4f68768de0aaae8 --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-341e76b37908086c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-04-10T16:27:34.556Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-0be8880e83cac5d8/build-script-build`
32982024-04-10T16:27:34.601Z Compiling compact_str v0.7.1
32992024-04-10T16:27:34.626Z Running `/home/build/.rustup/toolchains/1.77.1-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=3dc53802cd2f3589 -C extra-filename=-3dc53802cd2f3589 --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-d4f68768de0aaae8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-6a04a6a488e33407.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-04-10T16:27:34.652Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=994275bee6ce3dc7 -C extra-filename=-994275bee6ce3dc7 --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`
33012024-04-10T16:27:35.576Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f59c9a67a7c41d60/build-script-build`
33022024-04-10T16:27:35.603Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-61e08a5f36a4e272/build-script-build`
33032024-04-10T16:27:35.628Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042024-04-10T16:27:35.653Z Running `/home/build/.rustup/toolchains/1.77.1-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=bc0fd81b2dba69eb -C extra-filename=-bc0fd81b2dba69eb --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
33052024-04-10T16:27:35.835Z Compiling lru v0.12.1
33062024-04-10T16:27:35.860Z Running `/home/build/.rustup/toolchains/1.77.1-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=9a9ef8f3543154ed -C extra-filename=-9a9ef8f3543154ed --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-79ae0bfc48b17f51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-04-10T16:27:36.121Z Compiling stability v0.1.1
33082024-04-10T16:27:36.146Z Running `/home/build/.rustup/toolchains/1.77.1-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=2011dae5fce97166 -C extra-filename=-2011dae5fce97166 --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-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092024-04-10T16:27:37.183Z Compiling number_prefix v0.4.0
33102024-04-10T16:27:37.208Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4253f8a0b7bc2e85 -C extra-filename=-4253f8a0b7bc2e85 --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`
33112024-04-10T16:27:37.411Z Compiling indoc v2.0.3
33122024-04-10T16:27:37.437Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=397a2b3ab54d4961 -C extra-filename=-397a2b3ab54d4961 --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`
33132024-04-10T16:27:38.416Z Compiling cassowary v0.3.0
33142024-04-10T16:27:38.441Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b7e583ed650a5ca -C extra-filename=-4b7e583ed650a5ca --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`
33152024-04-10T16:27:39.050Z Compiling ratatui v0.26.1
33162024-04-10T16:27:39.077Z Running `/home/build/.rustup/toolchains/1.77.1-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=96e96de5cde7f76c -C extra-filename=-96e96de5cde7f76c --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-d616ce913c05311f.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-4b7e583ed650a5ca.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-3dc53802cd2f3589.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-397a2b3ab54d4961.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-9a9ef8f3543154ed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-2011dae5fce97166.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a1b2bb6d2b660c83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172024-04-10T16:27:39.495Z Compiling indicatif v0.17.8
33182024-04-10T16:27:39.520Z Running `/home/build/.rustup/toolchains/1.77.1-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=7b1e33541bc9d804 -C extra-filename=-7b1e33541bc9d804 --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-7e170917a5eef122.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-4253f8a0b7bc2e85.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-994275bee6ce3dc7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-04-10T16:27:41.292Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202024-04-10T16:27:41.292Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3ee10559401fe57 -C extra-filename=-b3ee10559401fe57 --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-aeb4aeed4a847655.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
33212024-04-10T16:27:41.317Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33222024-04-10T16:27:41.317Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2057ac51dafc0c70 -C extra-filename=-2057ac51dafc0c70 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-2057ac51dafc0c70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
33232024-04-10T16:27:41.624Z Compiling smawk v0.3.1
33242024-04-10T16:27:41.654Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b19c73b9e04030dd -C extra-filename=-b19c73b9e04030dd --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`
33252024-04-10T16:27:41.829Z Compiling unicode-linebreak v0.1.5
33262024-04-10T16:27:41.854Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe827c722357ed9e -C extra-filename=-fe827c722357ed9e --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`
33272024-04-10T16:27:42.224Z Compiling textwrap v0.16.1
33282024-04-10T16:27:42.249Z Running `/home/build/.rustup/toolchains/1.77.1-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=ff9a3c02b571d6d2 -C extra-filename=-ff9a3c02b571d6d2 --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-b19c73b9e04030dd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-fe827c722357ed9e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-04-10T16:27:42.939Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-2057ac51dafc0c70/build-script-build`
33302024-04-10T16:27:42.971Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
33312024-04-10T16:27:42.996Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5677c7b/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=4887aa9d7c0b9c6a -C extra-filename=-4887aa9d7c0b9c6a --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-6828e7b5fe10110a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-99c22543a7e2dd76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
33322024-04-10T16:27:43.291Z Compiling fatfs v0.3.6
33332024-04-10T16:27:43.316Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ca3fc933b1f7ea36 -C extra-filename=-ca3fc933b1f7ea36 --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-000c949f1389ce9c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-04-10T16:27:44.479Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352024-04-10T16:27:44.504Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6703944b17f63d1 -C extra-filename=-a6703944b17f63d1 --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-7e1e70a54b0f1629.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
33362024-04-10T16:27:44.683Z Compiling is_ci v1.2.0
33372024-04-10T16:27:44.708Z Running `/home/build/.rustup/toolchains/1.77.1-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=3671cf060dd18634 -C extra-filename=-3671cf060dd18634 --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`
33382024-04-10T16:27:44.905Z Compiling supports-color v3.0.0
33392024-04-10T16:27:44.933Z Running `/home/build/.rustup/toolchains/1.77.1-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=1f208711d3299852 -C extra-filename=-1f208711d3299852 --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-3671cf060dd18634.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-04-10T16:27:44.959Z Compiling rtoolbox v0.0.1
33412024-04-10T16:27:44.959Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46c28dd36869145e -C extra-filename=-46c28dd36869145e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422024-04-10T16:27:45.248Z Compiling rpassword v7.3.1
33432024-04-10T16:27:45.273Z Running `/home/build/.rustup/toolchains/1.77.1-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=c384ca492d604318 -C extra-filename=-c384ca492d604318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-46c28dd36869145e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442024-04-10T16:27:45.340Z Compiling tui-tree-widget v0.19.0
33452024-04-10T16:27:45.365Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=205e74ceab862bdc -C extra-filename=-205e74ceab862bdc --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-96e96de5cde7f76c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-04-10T16:27:45.522Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33472024-04-10T16:27:45.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c6ab049d85566f1 -C extra-filename=-9c6ab049d85566f1 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
33482024-04-10T16:27:45.638Z Compiling shell-words v1.1.0
33492024-04-10T16:27:45.663Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=540de91856e76de8 -C extra-filename=-540de91856e76de8 --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`
33502024-04-10T16:27:45.957Z Compiling getrandom v0.1.16
33512024-04-10T16:27:45.957Z Running `/home/build/.rustup/toolchains/1.77.1-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=9d7515ead8d1a219 -C extra-filename=-9d7515ead8d1a219 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-9d7515ead8d1a219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-04-10T16:27:46.593Z Compiling yansi v0.5.1
33532024-04-10T16:27:46.619Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=338a94ff2d1f2b5d -C extra-filename=-338a94ff2d1f2b5d --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`
33542024-04-10T16:27:46.904Z Compiling pretty_assertions v1.4.0
33552024-04-10T16:27:46.930Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ec0110e74c1a618e -C extra-filename=-ec0110e74c1a618e --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-c0455a19d221a9ac.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-338a94ff2d1f2b5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-04-10T16:27:47.233Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-9d7515ead8d1a219/build-script-build`
33572024-04-10T16:27:47.262Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33582024-04-10T16:27:47.289Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4636245f3f887c25 -C extra-filename=-4636245f3f887c25 --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-aeb4aeed4a847655.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
33592024-04-10T16:27:47.289Z Compiling target-lexicon v0.12.13
33602024-04-10T16:27:47.289Z Running `/home/build/.rustup/toolchains/1.77.1-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=a7190e98a3021fe7 -C extra-filename=-a7190e98a3021fe7 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-a7190e98a3021fe7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-04-10T16:27:48.133Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-a7190e98a3021fe7/build-script-build`
33622024-04-10T16:27:48.205Z Running `/home/build/.rustup/toolchains/1.77.1-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=ab99f84df3e7d52f -C extra-filename=-ab99f84df3e7d52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-04-10T16:27:48.653Z Compiling rfc6979 v0.4.0
33642024-04-10T16:27:48.678Z Running `/home/build/.rustup/toolchains/1.77.1-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=910d247cabad9812 -C extra-filename=-910d247cabad9812 --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-2b0ec58394a03e19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-04-10T16:27:48.833Z Compiling guppy-workspace-hack v0.1.0
33662024-04-10T16:27:48.858Z Running `/home/build/.rustup/toolchains/1.77.1-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=56171616e6fbacf7 -C extra-filename=-56171616e6fbacf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-56171616e6fbacf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-04-10T16:27:49.125Z Compiling doc-comment v0.3.3
33682024-04-10T16:27:49.150Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e850dc59a19df8b2 -C extra-filename=-e850dc59a19df8b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-e850dc59a19df8b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-04-10T16:27:49.676Z Compiling winapi v0.3.9
33702024-04-10T16:27:49.703Z Running `/home/build/.rustup/toolchains/1.77.1-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=b3da3f6dcb5ab73d -C extra-filename=-b3da3f6dcb5ab73d --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-b3da3f6dcb5ab73d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-04-10T16:27:50.232Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-e850dc59a19df8b2/build-script-build`
33722024-04-10T16:27:50.380Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-56171616e6fbacf7/build-script-build`
33732024-04-10T16:27:50.410Z Compiling ecdsa v0.16.9
33742024-04-10T16:27:50.437Z Running `/home/build/.rustup/toolchains/1.77.1-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=911b8fbdcd218be8 -C extra-filename=-911b8fbdcd218be8 --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-1c78335b8ecffe05.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-910d247cabad9812.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-05ff81c422be9b70.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6e99f7e2df480f8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-04-10T16:27:50.583Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-b3da3f6dcb5ab73d/build-script-build`
33762024-04-10T16:27:50.613Z Compiling rand_core v0.5.1
33772024-04-10T16:27:50.638Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.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=87c9f68bf1bd5715 -C extra-filename=-87c9f68bf1bd5715 --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-ab99f84df3e7d52f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782024-04-10T16:27:51.039Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33792024-04-10T16:27:51.065Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ce3dd785fab56ce -C extra-filename=-4ce3dd785fab56ce --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-aeb4aeed4a847655.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
33802024-04-10T16:27:51.090Z Running `/home/build/.rustup/toolchains/1.77.1-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=e76131cb2142a030 -C extra-filename=-e76131cb2142a030 --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"'`
33812024-04-10T16:27:51.709Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33822024-04-10T16:27:51.737Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=947d2eece8295811 -C extra-filename=-947d2eece8295811 --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-2866381069fe1697.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
33832024-04-10T16:27:52.991Z Compiling primeorder v0.13.6
33842024-04-10T16:27:53.019Z Running `/home/build/.rustup/toolchains/1.77.1-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=d53fcad1beb13ae0 -C extra-filename=-d53fcad1beb13ae0 --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-018e0ec968bed451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-04-10T16:27:53.389Z Compiling cargo-platform v0.1.3
33862024-04-10T16:27:53.414Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c5d147619728f06 -C extra-filename=-3c5d147619728f06 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-04-10T16:27:53.872Z Compiling option-ext v0.2.0
33882024-04-10T16:27:53.898Z Running `/home/build/.rustup/toolchains/1.77.1-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=2fffeeb0d3d016f1 -C extra-filename=-2fffeeb0d3d016f1 --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`
33892024-04-10T16:27:53.995Z Compiling target-spec v3.1.0
33902024-04-10T16:27:54.020Z Running `/home/build/.rustup/toolchains/1.77.1-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=ef18db700f33bb39 -C extra-filename=-ef18db700f33bb39 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ef18db700f33bb39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-04-10T16:27:54.504Z Compiling assert_cmd v2.0.14
33922024-04-10T16:27:54.529Z Running `/home/build/.rustup/toolchains/1.77.1-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=42f25f18571201ba -C extra-filename=-42f25f18571201ba --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-42f25f18571201ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932024-04-10T16:27:54.898Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-42f25f18571201ba/build-script-build`
33942024-04-10T16:27:54.964Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ef18db700f33bb39/build-script-build`
33952024-04-10T16:27:54.992Z Compiling dirs-sys v0.4.1
33962024-04-10T16:27:54.992Z Running `/home/build/.rustup/toolchains/1.77.1-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=cb5539ca659fd8c3 -C extra-filename=-cb5539ca659fd8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-2fffeeb0d3d016f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-04-10T16:27:55.482Z Compiling cargo_metadata v0.18.1
33982024-04-10T16:27:55.508Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=fff9acdae10b0ef9 -C extra-filename=-fff9acdae10b0ef9 --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-f11b85798780b078.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-3c5d147619728f06.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-04-10T16:27:56.221Z Compiling cfg-expr v0.15.6
34002024-04-10T16:27:56.247Z Running `/home/build/.rustup/toolchains/1.77.1-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=25a87ed6af3ada9b -C extra-filename=-25a87ed6af3ada9b --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-1b85e336a05ebb17.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-e76131cb2142a030.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012024-04-10T16:27:57.318Z Compiling rand_chacha v0.2.2
34022024-04-10T16:27:57.345Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.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=bcf0ee36a8650829 -C extra-filename=-bcf0ee36a8650829 --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-d957a6c43889c076.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-87c9f68bf1bd5715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032024-04-10T16:27:58.398Z Running `/home/build/.rustup/toolchains/1.77.1-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=3a0fb8d15784f8f7 -C extra-filename=-3a0fb8d15784f8f7 --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`
34042024-04-10T16:27:58.489Z Running `/home/build/.rustup/toolchains/1.77.1-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=1940c7c8bd4f6932 -C extra-filename=-1940c7c8bd4f6932 --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`
34052024-04-10T16:27:58.514Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b26f7aa3b87116f -C extra-filename=-8b26f7aa3b87116f --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`
34062024-04-10T16:27:58.600Z Compiling polyval v0.6.1
34072024-04-10T16:27:58.626Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf4588e0cfddcb8e -C extra-filename=-cf4588e0cfddcb8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3366cab09d921380.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-0be81c7d989bf9ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-10T16:27:58.626Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34092024-04-10T16:27:58.655Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a21c8ca855edd3bf -C extra-filename=-a21c8ca855edd3bf --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
34102024-04-10T16:27:58.965Z Compiling ed25519 v2.2.2
34112024-04-10T16:27:58.990Z Running `/home/build/.rustup/toolchains/1.77.1-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=275df0e4429a798e -C extra-filename=-275df0e4429a798e --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-05ff81c422be9b70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-04-10T16:27:59.372Z Compiling http-body v1.0.0
34132024-04-10T16:27:59.399Z Running `/home/build/.rustup/toolchains/1.77.1-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=335b77fad4019bd2 -C extra-filename=-335b77fad4019bd2 --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-f9e70cb071b3ca9f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-04-10T16:27:59.596Z Compiling ctr v0.9.2
34152024-04-10T16:27:59.622Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=02613fde9539f406 -C extra-filename=-02613fde9539f406 --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-b5dce3f7e6fd9762.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-04-10T16:27:59.913Z Compiling aes v0.8.3
34172024-04-10T16:27:59.938Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=907636c0c8c396a5 -C extra-filename=-907636c0c8c396a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5e9b140f98f77432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-04-10T16:28:02.116Z Compiling blowfish v0.9.1
34192024-04-10T16:28:02.143Z Running `/home/build/.rustup/toolchains/1.77.1-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=ea948a02df06ebe5 -C extra-filename=-ea948a02df06ebe5 --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-4e4c7463199ea70e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-04-10T16:28:02.502Z Compiling password-hash v0.4.2
34212024-04-10T16:28:02.527Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.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=2e07f31d75f6bd9a -C extra-filename=-2e07f31d75f6bd9a --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-b38f696d03f37d88.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-04-10T16:28:03.318Z Compiling pbkdf2 v0.12.2
34232024-04-10T16:28:03.343Z Running `/home/build/.rustup/toolchains/1.77.1-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=1472aa11924b2d7e -C extra-filename=-1472aa11924b2d7e --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-f1af10a8a4d54119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-04-10T16:28:03.480Z Compiling tower-layer v0.3.2
34252024-04-10T16:28:03.507Z Running `/home/build/.rustup/toolchains/1.77.1-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=d40508e6aa3d1a2a -C extra-filename=-d40508e6aa3d1a2a --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`
34262024-04-10T16:28:03.732Z Compiling hex-literal v0.4.1
34272024-04-10T16:28:03.758Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99cb2033993ab7aa -C extra-filename=-99cb2033993ab7aa --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`
34282024-04-10T16:28:03.879Z Compiling plotters-backend v0.3.5
34292024-04-10T16:28:03.904Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc62521dfcb661fd -C extra-filename=-fc62521dfcb661fd --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`
34302024-04-10T16:28:04.394Z Compiling plotters-svg v0.3.5
34312024-04-10T16:28:04.419Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42d860655d1117c5 -C extra-filename=-42d860655d1117c5 --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-fc62521dfcb661fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-04-10T16:28:04.814Z Compiling tower v0.4.13
34332024-04-10T16:28:04.840Z Running `/home/build/.rustup/toolchains/1.77.1-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=980dd0a1ece7f692 -C extra-filename=-980dd0a1ece7f692 --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-f13b2e70964e1361.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-2a8090058af04514.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-d40508e6aa3d1a2a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-8d9221016350ff07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-04-10T16:28:05.603Z Compiling bcrypt-pbkdf v0.10.0
34352024-04-10T16:28:05.630Z Running `/home/build/.rustup/toolchains/1.77.1-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=41f525fee680f207 -C extra-filename=-41f525fee680f207 --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-ea948a02df06ebe5.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-1472aa11924b2d7e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-04-10T16:28:06.123Z Compiling pbkdf2 v0.11.0
34372024-04-10T16:28:06.151Z Running `/home/build/.rustup/toolchains/1.77.1-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=1176831f6e123ff0 -C extra-filename=-1176831f6e123ff0 --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-f1af10a8a4d54119.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2e07f31d75f6bd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-04-10T16:28:06.478Z Compiling hyper v1.1.0
34392024-04-10T16:28:06.504Z Running `/home/build/.rustup/toolchains/1.77.1-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=54318fe6bc1c263f -C extra-filename=-54318fe6bc1c263f --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-f9e70cb071b3ca9f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-335b77fad4019bd2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-fe321629d221ad3c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-de82c9392512b332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-04-10T16:28:08.759Z Compiling ed25519-dalek v2.0.0
34412024-04-10T16:28:08.785Z Running `/home/build/.rustup/toolchains/1.77.1-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=62a0576fe3bc159e -C extra-filename=-62a0576fe3bc159e --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-3b6858ccb9a74865.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-275df0e4429a798e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-04-10T16:28:09.563Z Compiling ghash v0.5.0
34432024-04-10T16:28:09.589Z Running `/home/build/.rustup/toolchains/1.77.1-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=aba2731c62c05f84 -C extra-filename=-aba2731c62c05f84 --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-3366cab09d921380.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-cf4588e0cfddcb8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-04-10T16:28:09.763Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=efbd5788e2aacc3a -C extra-filename=-efbd5788e2aacc3a --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-e0d0df519312e048.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4ad7d7eb56a78e86.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8b26f7aa3b87116f.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-d3a36af8661ee7e4.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f8be966b274503bc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0f4ad58774a486ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-04-10T16:28:10.950Z Running `/home/build/.rustup/toolchains/1.77.1-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=dbfdc52808105e70 -C extra-filename=-dbfdc52808105e70 --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-25a87ed6af3ada9b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-1940c7c8bd4f6932.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-e76131cb2142a030.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-04-10T16:28:11.810Z Compiling russh-cryptovec v0.7.0
34472024-04-10T16:28:11.836Z Running `/home/build/.rustup/toolchains/1.77.1-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=9d68018d058b0ddd -C extra-filename=-9d68018d058b0ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-3a0fb8d15784f8f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-04-10T16:28:12.004Z Compiling samael v0.0.15
34492024-04-10T16:28:12.029Z Running `/home/build/.rustup/toolchains/1.77.1-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=7dabf4c2fb268a7f -C extra-filename=-7dabf4c2fb268a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7dabf4c2fb268a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e0c64a1265ee5bd4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-219f68cd007d71d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-04-10T16:28:12.077Z Compiling rand v0.7.3
34512024-04-10T16:28:12.103Z Running `/home/build/.rustup/toolchains/1.77.1-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=9ebd2939865552d9 -C extra-filename=-9ebd2939865552d9 --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-ab99f84df3e7d52f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-bcf0ee36a8650829.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-87c9f68bf1bd5715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-10T16:28:13.926Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7dabf4c2fb268a7f/build-script-bindings`
34532024-04-10T16:28:14.069Z Compiling dirs v5.0.1
34542024-04-10T16:28:14.099Z Running `/home/build/.rustup/toolchains/1.77.1-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=c276cce875fb4d19 -C extra-filename=-c276cce875fb4d19 --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-cb5539ca659fd8c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552024-04-10T16:28:14.271Z Compiling p521 v0.13.3
34562024-04-10T16:28:14.305Z Running `/home/build/.rustup/toolchains/1.77.1-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=56a3dd25e2a39135 -C extra-filename=-56a3dd25e2a39135 --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-a5b4a07724725576.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-911b8fbdcd218be8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-d53fcad1beb13ae0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572024-04-10T16:28:15.665Z Running `/home/build/.rustup/toolchains/1.77.1-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=c499388c66af0526 -C extra-filename=-c499388c66af0526 --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-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-d607f19d27d3b98d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-1d25012bbbd6dede.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-725225ccea6895bb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-61f8ef093164d1c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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`
34582024-04-10T16:28:16.063Z Compiling p256 v0.13.2
34592024-04-10T16:28:16.088Z Running `/home/build/.rustup/toolchains/1.77.1-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=63661e4c49121f96 -C extra-filename=-63661e4c49121f96 --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-911b8fbdcd218be8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-d53fcad1beb13ae0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-04-10T16:28:16.113Z Compiling pathdiff v0.2.1
34612024-04-10T16:28:16.113Z Running `/home/build/.rustup/toolchains/1.77.1-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=4c37187c9ff206ab -C extra-filename=-4c37187c9ff206ab --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-f11b85798780b078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-04-10T16:28:16.262Z Compiling cbc v0.1.2
34632024-04-10T16:28:16.288Z Running `/home/build/.rustup/toolchains/1.77.1-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=122cb1914748b3fe -C extra-filename=-122cb1914748b3fe --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-b5dce3f7e6fd9762.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-04-10T16:28:16.527Z Compiling cast v0.3.0
34652024-04-10T16:28:16.553Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2c1081a344f04bf -C extra-filename=-f2c1081a344f04bf --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`
34662024-04-10T16:28:16.803Z Compiling nested v0.1.1
34672024-04-10T16:28:16.831Z Running `/home/build/.rustup/toolchains/1.77.1-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=280e388053ff7098 -C extra-filename=-280e388053ff7098 --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`
34682024-04-10T16:28:16.865Z Compiling md5 v0.7.0
34692024-04-10T16:28:16.893Z Running `/home/build/.rustup/toolchains/1.77.1-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=4d4df3442e60996a -C extra-filename=-4d4df3442e60996a --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`
34702024-04-10T16:28:17.088Z Compiling russh-keys v0.42.0
34712024-04-10T16:28:17.113Z Running `/home/build/.rustup/toolchains/1.77.1-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=c503506760c1ec96 -C extra-filename=-c503506760c1ec96 --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-907636c0c8c396a5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-41f525fee680f207.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-b1e10b9233b552f2.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-99fc9600a7cd47ff.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-122cb1914748b3fe.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-02613fde9539f406.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-842628240bcaf6bc.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-c276cce875fb4d19.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-62a0576fe3bc159e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a6ec39b91178d443.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4d4df3442e60996a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-63661e4c49121f96.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-56a3dd25e2a39135.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-1176831f6e123ff0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ebd2939865552d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-9d68018d058b0ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0c235d74bae8fe2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-04-10T16:28:17.297Z Compiling guppy v0.17.5
34732024-04-10T16:28:17.323Z Running `/home/build/.rustup/toolchains/1.77.1-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=e72413128ffb79bf -C extra-filename=-e72413128ffb79bf --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-22e55ceaa048ac20.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fff9acdae10b0ef9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-d671e8ef8e2dbdda.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-1940c7c8bd4f6932.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-280e388053ff7098.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-4c37187c9ff206ab.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-1b85e336a05ebb17.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-dbfdc52808105e70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-04-10T16:28:19.834Z Compiling criterion-plot v0.5.0
34752024-04-10T16:28:19.859Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c21d65d465840c1 -C extra-filename=-1c21d65d465840c1 --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-f2c1081a344f04bf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-04-10T16:28:20.722Z Compiling aes-gcm v0.10.3
34772024-04-10T16:28:20.747Z Running `/home/build/.rustup/toolchains/1.77.1-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=09c339e3e40da595 -C extra-filename=-09c339e3e40da595 --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-6708e4c5f5185432.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-907636c0c8c396a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-02613fde9539f406.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-aba2731c62c05f84.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-10T16:28:20.976Z Compiling hyper-util v0.1.2
34792024-04-10T16:28:21.006Z Running `/home/build/.rustup/toolchains/1.77.1-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=3476ff577918ae4e -C extra-filename=-3476ff577918ae4e --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-f9e70cb071b3ca9f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-335b77fad4019bd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54318fe6bc1c263f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-600dd37cec9cf8ae.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-980dd0a1ece7f692.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-8d9221016350ff07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-04-10T16:28:22.927Z Compiling plotters v0.3.5
34812024-04-10T16:28:22.954Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=0c85b52060472ba7 -C extra-filename=-0c85b52060472ba7 --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-82fd8bd0cb10c4ce.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-fc62521dfcb661fd.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-42d860655d1117c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-10T16:28:24.345Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
34832024-04-10T16:28:24.370Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26b955fe46e81499 -C extra-filename=-26b955fe46e81499 --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-29bea266ba6c4103.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
34842024-04-10T16:28:24.569Z Compiling rustls-native-certs v0.7.0
34852024-04-10T16:28:24.595Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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=9af8e7fba6a002b7 -C extra-filename=-9af8e7fba6a002b7 --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-725225ccea6895bb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-10T16:28:24.937Z Compiling httptest v0.15.5
34872024-04-10T16:28:24.962Z Running `/home/build/.rustup/toolchains/1.77.1-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=75b32f0da57f4f5d -C extra-filename=-75b32f0da57f4f5d --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-e4c78dcc4777925e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-88005d2775314a8a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5b50c5ec71394329.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-10T16:28:24.962Z Compiling tinytemplate v1.2.1
34892024-04-10T16:28:24.962Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=665392752874182d -C extra-filename=-665392752874182d --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-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-10T16:28:25.842Z Compiling escape8259 v0.5.2
34912024-04-10T16:28:25.868Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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=e0ae51c4e0cee7ed -C extra-filename=-e0ae51c4e0cee7ed --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-341e76b37908086c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-04-10T16:28:26.184Z Compiling threadpool v1.8.1
34932024-04-10T16:28:26.209Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3921abc5df1a1ac -C extra-filename=-d3921abc5df1a1ac --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-4015465925a182c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-04-10T16:28:26.992Z Compiling oorandom v11.1.3
34952024-04-10T16:28:27.018Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b5f7dbc89c35ff9 -C extra-filename=-9b5f7dbc89c35ff9 --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`
34962024-04-10T16:28:27.018Z Compiling dhcproto-macros v0.1.0
34972024-04-10T16:28:27.018Z Running `/home/build/.rustup/toolchains/1.77.1-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=22b9425c502fabdf -C extra-filename=-22b9425c502fabdf --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`
34982024-04-10T16:28:27.193Z Compiling anes v0.1.6
34992024-04-10T16:28:27.218Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f7c3988249442b3c -C extra-filename=-f7c3988249442b3c --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`
35002024-04-10T16:28:27.475Z Compiling libtest-mimic v0.7.2
35012024-04-10T16:28:27.500Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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 -C metadata=5238e7bf9828d720 -C extra-filename=-5238e7bf9828d720 --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-536f79762dd63ac8.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-e0ae51c4e0cee7ed.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-fc778253bf9f0df3.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-d3921abc5df1a1ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-04-10T16:28:27.599Z Compiling criterion v0.5.1
35032024-04-10T16:28:27.624Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=cc76b69415e45129 -C extra-filename=-cc76b69415e45129 --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-f7c3988249442b3c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2c1081a344f04bf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-1c21d65d465840c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8ae662d9e0a7cac4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-9b5f7dbc89c35ff9.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-0c85b52060472ba7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-665392752874182d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042024-04-10T16:28:27.914Z Compiling dhcproto v0.11.0
35052024-04-10T16:28:27.939Z Running `/home/build/.rustup/toolchains/1.77.1-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=9dabd3bf5a28a3a5 -C extra-filename=-9dabd3bf5a28a3a5 --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-22b9425c502fabdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-04-10T16:28:29.223Z Compiling hyper-rustls v0.26.0
35072024-04-10T16:28:29.249Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=8d4e2d49f29efb86 -C extra-filename=-8d4e2d49f29efb86 --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-cf4a53893200ae38.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e9a9ed1957bd5c07.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-54318fe6bc1c263f.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-3476ff577918ae4e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9af8e7fba6a002b7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04a1afbd1802de4a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-454db533eea4b232.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-8d9221016350ff07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out`
35082024-04-10T16:28:29.611Z Compiling russh v0.42.0
35092024-04-10T16:28:29.636Z Running `/home/build/.rustup/toolchains/1.77.1-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=11461ba3b0e3f643 -C extra-filename=-11461ba3b0e3f643 --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-907636c0c8c396a5.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-09c339e3e40da595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-0551a7e7aa1f850d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-02613fde9539f406.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3b6858ccb9a74865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-99cb2033993ab7aa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0c703e160108bdb1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-9d68018d058b0ddd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3f5853557a207911.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-04-10T16:28:29.661Z Compiling rstest_macros v0.18.2
35112024-04-10T16:28:29.662Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=5153d5b11968460a -C extra-filename=-5153d5b11968460a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-5153d5b11968460a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b107197b65f9221a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-04-10T16:28:30.159Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35132024-04-10T16:28:30.184Z Running `/home/build/.rustup/toolchains/1.77.1-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=b1ce79b68139d333 -C extra-filename=-b1ce79b68139d333 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-04-10T16:28:30.487Z Compiling internet-checksum v0.2.1
35152024-04-10T16:28:30.512Z Running `/home/build/.rustup/toolchains/1.77.1-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=1b33e6a71442431f -C extra-filename=-1b33e6a71442431f --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`
35162024-04-10T16:28:30.560Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-5153d5b11968460a/build-script-build`
35172024-04-10T16:28:30.636Z Compiling datatest-stable v0.2.6
35182024-04-10T16:28:30.661Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=a67323ec782eae65 -C extra-filename=-a67323ec782eae65 --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-f11b85798780b078.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-5238e7bf9828d720.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-04-10T16:28:30.687Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35202024-04-10T16:28:30.687Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bec7f91a54df466 -C extra-filename=-4bec7f91a54df466 --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35212024-04-10T16:28:30.712Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35222024-04-10T16:28:30.712Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1dcfa7db8787d00 -C extra-filename=-e1dcfa7db8787d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e1dcfa7db8787d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35232024-04-10T16:28:31.007Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35242024-04-10T16:28:31.032Z Running `/home/build/.rustup/toolchains/1.77.1-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=9d766f895c23ff5a -C extra-filename=-9d766f895c23ff5a --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9d766f895c23ff5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35252024-04-10T16:28:31.202Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35262024-04-10T16:28:31.228Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b725e5c0056c3466 -C extra-filename=-b725e5c0056c3466 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-b725e5c0056c3466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35272024-04-10T16:28:31.366Z Compiling similar-asserts v1.5.0
35282024-04-10T16:28:31.391Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=258d70ae4f0fa877 -C extra-filename=-258d70ae4f0fa877 --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-7e170917a5eef122.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-25c8b5fd4e979834.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292024-04-10T16:28:31.558Z Compiling csv-core v0.1.11
35302024-04-10T16:28:31.583Z Running `/home/build/.rustup/toolchains/1.77.1-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=57e97c9ae23f6789 -C extra-filename=-57e97c9ae23f6789 --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-048c003a6202498d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-04-10T16:28:32.044Z Compiling trybuild v1.0.91
35322024-04-10T16:28:32.070Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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=348523636b036a0c -C extra-filename=-348523636b036a0c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-348523636b036a0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332024-04-10T16:28:32.375Z Compiling relative-path v1.9.0
35342024-04-10T16:28:32.401Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=059137b64f2c07f3 -C extra-filename=-059137b64f2c07f3 --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`
35352024-04-10T16:28:32.450Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-348523636b036a0c/build-script-build`
35362024-04-10T16:28:32.481Z Compiling csv v1.3.0
35372024-04-10T16:28:32.507Z Running `/home/build/.rustup/toolchains/1.77.1-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=a50cb85bf2d36c06 -C extra-filename=-a50cb85bf2d36c06 --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-57e97c9ae23f6789.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-6724c74c797d74c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-6a04a6a488e33407.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-04-10T16:28:33.005Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=4c265a367cb9b82e -C extra-filename=-4c265a367cb9b82e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-059137b64f2c07f3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-b3a96044e94fb9e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-04-10T16:28:33.581Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35402024-04-10T16:28:33.607Z Running `/home/build/.rustup/toolchains/1.77.1-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=7b3feb5517c5736b -C extra-filename=-7b3feb5517c5736b --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-e0d0df519312e048.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dabd3bf5a28a3a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1b33e6a71442431f.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b1ce79b68139d333.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-11461ba3b0e3f643.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35412024-04-10T16:28:35.504Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-b725e5c0056c3466/build-script-build`
35422024-04-10T16:28:35.532Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9d766f895c23ff5a/build-script-build`
35432024-04-10T16:28:35.558Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-e1dcfa7db8787d00/build-script-build`
35442024-04-10T16:28:35.584Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35452024-04-10T16:28:35.631Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec45fca8c915b471 -C extra-filename=-ec45fca8c915b471 --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-aeb4aeed4a847655.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
35462024-04-10T16:28:36.782Z Compiling multimap v0.10.0
35472024-04-10T16:28:36.808Z Running `/home/build/.rustup/toolchains/1.77.1-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=8cd2b74004cbc908 -C extra-filename=-8cd2b74004cbc908 --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-eeef23e6dfc70d28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-04-10T16:28:37.072Z Compiling futures-timer v3.0.2
35492024-04-10T16:28:37.097Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16b0072c6d7d6fda -C extra-filename=-16b0072c6d7d6fda --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`
35502024-04-10T16:28:37.707Z Compiling constant_time_eq v0.2.6
35512024-04-10T16:28:37.731Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5de1fe59c7b2d55a -C extra-filename=-5de1fe59c7b2d55a --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`
35522024-04-10T16:28:37.816Z Compiling blake2b_simd v1.0.1
35532024-04-10T16:28:37.841Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b5e82b6d0d07255c -C extra-filename=-b5e82b6d0d07255c --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-6a67f53f7e2ca12e.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-852f152f2919d763.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5de1fe59c7b2d55a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542024-04-10T16:28:37.886Z Running `/home/build/.rustup/toolchains/1.77.1-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=5572bfa02fb6b704 -C extra-filename=-5572bfa02fb6b704 --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-10766ed1c15f36ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-fc778253bf9f0df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-04-10T16:28:38.835Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35562024-04-10T16:28:38.860Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80b97ce78c452723 -C extra-filename=-80b97ce78c452723 --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-aeb4aeed4a847655.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35572024-04-10T16:28:39.075Z Compiling partial-io v0.5.4
35582024-04-10T16:28:39.101Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=f8e82bb74ac60a4c -C extra-filename=-f8e82bb74ac60a4c --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-32796dcb95223bef.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-2a8090058af04514.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-04-10T16:28:39.488Z Compiling approx v0.5.1
35602024-04-10T16:28:39.514Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3243bd4d27c3fa9 -C extra-filename=-e3243bd4d27c3fa9 --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-82fd8bd0cb10c4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-04-10T16:28:39.728Z Compiling rust-argon2 v2.1.0
35622024-04-10T16:28:39.753Z Running `/home/build/.rustup/toolchains/1.77.1-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=7bc92746051d8ff0 -C extra-filename=-7bc92746051d8ff0 --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-93b9274c0285c46c.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-b5e82b6d0d07255c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c5f39494c8866302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-04-10T16:28:40.894Z Compiling rstest v0.18.2
35642024-04-10T16:28:40.919Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=2b96c8848ebfcd9f -C extra-filename=-2b96c8848ebfcd9f --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-32796dcb95223bef.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-16b0072c6d7d6fda.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-4c265a367cb9b82e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652024-04-10T16:28:41.050Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35662024-04-10T16:28:41.076Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92efdddb1d74b760 -C extra-filename=-92efdddb1d74b760 --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-aeb4aeed4a847655.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c262f3ba17d235c8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35672024-04-10T16:28:41.107Z Compiling cargo_toml v0.19.0
35682024-04-10T16:28:41.133Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.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=da5caf0a4dc5273b -C extra-filename=-da5caf0a4dc5273b --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-eeef23e6dfc70d28.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692024-04-10T16:28:42.002Z Compiling termios v0.3.3
35702024-04-10T16:28:42.028Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48fc264ab1e6bdd6 -C extra-filename=-48fc264ab1e6bdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-04-10T16:28:42.221Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35722024-04-10T16:28:42.248Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9cc7f0de64943b84 -C extra-filename=-9cc7f0de64943b84 --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-aeb4aeed4a847655.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-48fc264ab1e6bdd6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35732024-04-10T16:28:43.279Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=762f3816635233cb -C extra-filename=-762f3816635233cb --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-92efdddb1d74b760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c262f3ba17d235c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35742024-04-10T16:28:44.298Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f4746f0f18d453ad -C extra-filename=-f4746f0f18d453ad --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-e3243bd4d27c3fa9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d76df0b0a163340e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2b96c8848ebfcd9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5572bfa02fb6b704.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
35752024-04-10T16:28:45.293Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c1be0758a78285a -C extra-filename=-6c1be0758a78285a --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-e3243bd4d27c3fa9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d76df0b0a163340e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2b96c8848ebfcd9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5572bfa02fb6b704.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
35762024-04-10T16:28:46.124Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26d5afafa3064cca -C extra-filename=-26d5afafa3064cca --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-791f36131a355a94.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7bc92746051d8ff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35772024-04-10T16:28:47.225Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f249aa6d44fabd2 -C extra-filename=-5f249aa6d44fabd2 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-99cb2033993ab7aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f8e82bb74ac60a4c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35782024-04-10T16:28:48.052Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35792024-04-10T16:28:48.083Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a68414136fbcdb8e -C extra-filename=-a68414136fbcdb8e --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fff9acdae10b0ef9.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-da5caf0a4dc5273b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-04-10T16:28:49.027Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=034609a4330ee523 -C extra-filename=-034609a4330ee523 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-99cb2033993ab7aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f8e82bb74ac60a4c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35812024-04-10T16:28:49.169Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=73eea96f5c2f4888 -C extra-filename=-73eea96f5c2f4888 --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-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-80b97ce78c452723.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
35822024-04-10T16:28:49.607Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cc484d0b32bd1ccc -C extra-filename=-cc484d0b32bd1ccc --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35832024-04-10T16:28:49.645Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59e4240e00753b88 -C extra-filename=-59e4240e00753b88 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35842024-04-10T16:28:50.184Z Compiling polar-core v0.27.3
35852024-04-10T16:28:50.210Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/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=b11a7d0a2ece6a5e -C extra-filename=-b11a7d0a2ece6a5e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b11a7d0a2ece6a5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-92e4771951e4a715.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b66c43be6f1b4770.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-04-10T16:28:50.639Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.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=38cfc2bab335939b -C extra-filename=-38cfc2bab335939b --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35872024-04-10T16:28:50.844Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=211660b066797a3b -C extra-filename=-211660b066797a3b --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-e0d0df519312e048.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dabd3bf5a28a3a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7b3feb5517c5736b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1b33e6a71442431f.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b1ce79b68139d333.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-11461ba3b0e3f643.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35882024-04-10T16:28:51.637Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b11a7d0a2ece6a5e/build-script-build`
35892024-04-10T16:28:52.165Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=79fd6c2cf2adaf1e -C extra-filename=-79fd6c2cf2adaf1e --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-e0d0df519312e048.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dabd3bf5a28a3a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7b3feb5517c5736b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1b33e6a71442431f.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b1ce79b68139d333.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-11461ba3b0e3f643.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35902024-04-10T16:28:52.345Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=517be14d1a636f1b -C extra-filename=-517be14d1a636f1b --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-e0d0df519312e048.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dabd3bf5a28a3a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1b33e6a71442431f.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b1ce79b68139d333.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-11461ba3b0e3f643.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35912024-04-10T16:28:53.247Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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="default"' -C metadata=c2567cff85daec27 -C extra-filename=-c2567cff85daec27 --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-dba51c3735e7f500.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c53120e17ec6715c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5c7b4dbc2cc02ec7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-04-10T16:28:53.601Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=14dce71f55bb4221 -C extra-filename=-14dce71f55bb4221 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35932024-04-10T16:28:54.946Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26f18a4f41a93547 -C extra-filename=-26f18a4f41a93547 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35942024-04-10T16:28:55.590Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=66cd8779e564f69a -C extra-filename=-66cd8779e564f69a --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35952024-04-10T16:28:57.464Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=767aae0166e0690f -C extra-filename=-767aae0166e0690f --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35962024-04-10T16:29:00.078Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fee0258f6f91bcf2 -C extra-filename=-fee0258f6f91bcf2 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
35972024-04-10T16:29:10.307Z Compiling oso v0.27.3
35982024-04-10T16:29:10.333Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.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="derive"' --cfg 'feature="oso-derive"' -C metadata=e8644938a3b9ba5d -C extra-filename=-e8644938a3b9ba5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-faa34b2077f6b8a4.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f5c28acdb00bd2c4.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-199a8a3025a6b741.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-c2567cff85daec27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-04-10T16:29:13.834Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=7c7fb8e4bc7d87b5 -C extra-filename=-7c7fb8e4bc7d87b5 --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-aeb4aeed4a847655.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-06e0833a013c65fc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0dbcfd1cc4a30123.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-445028ffecaaebf6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-abcbfbeb7ed1e0e6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b166d88dc5c12d48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e8644938a3b9ba5d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36002024-04-10T16:29:15.708Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=059523ad4dcbf61e -C extra-filename=-059523ad4dcbf61e --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36012024-04-10T16:29:18.046Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2364a89018ae032 -C extra-filename=-f2364a89018ae032 --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-e0d0df519312e048.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-27f5bf2db3948828.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dabd3bf5a28a3a5.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7b3feb5517c5736b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1b33e6a71442431f.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-b1ce79b68139d333.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-11461ba3b0e3f643.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-c503506760c1ec96.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d0765c5515fed838.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36022024-04-10T16:29:19.396Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=607e71fc0fcb2c91 -C extra-filename=-607e71fc0fcb2c91 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f5c28acdb00bd2c4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ec45fca8c915b471.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36032024-04-10T16:29:20.297Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c0e082cce072f24 -C extra-filename=-0c0e082cce072f24 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ec45fca8c915b471.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36042024-04-10T16:29:20.900Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a71c1b8e5f35032c -C extra-filename=-a71c1b8e5f35032c --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f5c28acdb00bd2c4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ec45fca8c915b471.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36052024-04-10T16:29:21.728Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e1e7bbc238c5a48 -C extra-filename=-1e1e7bbc238c5a48 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36062024-04-10T16:29:27.329Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9b9c24f513696b3c -C extra-filename=-9b9c24f513696b3c --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-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-80b97ce78c452723.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36072024-04-10T16:29:29.159Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98ca9fd9e74eeaa2 -C extra-filename=-98ca9fd9e74eeaa2 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f5c28acdb00bd2c4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36082024-04-10T16:29:30.916Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=70e963ea61313f84 -C extra-filename=-70e963ea61313f84 --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a67323ec782eae65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36092024-04-10T16:29:34.396Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe7c19430d8e43e8 -C extra-filename=-fe7c19430d8e43e8 --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a67323ec782eae65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36102024-04-10T16:29:35.914Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=c6520c5bf8477ece -C extra-filename=-c6520c5bf8477ece --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a67323ec782eae65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36112024-04-10T16:29:40.156Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=497d48b7a91d8cc5 -C extra-filename=-497d48b7a91d8cc5 --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a67323ec782eae65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36122024-04-10T16:29:42.061Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6f578f226e6d3fa2 -C extra-filename=-6f578f226e6d3fa2 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36132024-04-10T16:29:43.215Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=543a079d4936889c -C extra-filename=-543a079d4936889c --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36142024-04-10T16:29:44.296Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a61a21a52a86cbe9 -C extra-filename=-a61a21a52a86cbe9 --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-aeb4aeed4a847655.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36152024-04-10T16:29:44.839Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=055cecbc39080cf7 -C extra-filename=-055cecbc39080cf7 --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36162024-04-10T16:29:45.893Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36172024-04-10T16:29:45.918Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a31d7555ad110459 -C extra-filename=-a31d7555ad110459 --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-32796dcb95223bef.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36182024-04-10T16:29:46.277Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36192024-04-10T16:29:46.304Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac79f1611e56a8a0 -C extra-filename=-ac79f1611e56a8a0 --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-aeb4aeed4a847655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36202024-04-10T16:29:47.157Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4983e8167ced0ce -C extra-filename=-c4983e8167ced0ce --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-aeb4aeed4a847655.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36212024-04-10T16:29:47.960Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0cf2fda92774acb -C extra-filename=-d0cf2fda92774acb --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-7e1e70a54b0f1629.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36222024-04-10T16:29:49.028Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36232024-04-10T16:29:49.080Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=2d1d6199dbbc7ae4 -C extra-filename=-2d1d6199dbbc7ae4 --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-aeb4aeed4a847655.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36242024-04-10T16:29:49.176Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e54197ed4982d8b -C extra-filename=-8e54197ed4982d8b --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-aeb4aeed4a847655.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36252024-04-10T16:29:52.928Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c4da43eb3382bf7 -C extra-filename=-6c4da43eb3382bf7 --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-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36262024-04-10T16:29:54.930Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=44c5fb9f5f4fb59d -C extra-filename=-44c5fb9f5f4fb59d --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36272024-04-10T16:29:56.065Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3582dad919b4709c -C extra-filename=-3582dad919b4709c --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36282024-04-10T16:29:57.548Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=039ab2d0dc0cc35c -C extra-filename=-039ab2d0dc0cc35c --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36292024-04-10T16:30:02.009Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f3fc044c52dcba3 -C extra-filename=-2f3fc044c52dcba3 --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-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36302024-04-10T16:30:02.857Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.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=e01be9976fd5aca4 -C extra-filename=-e01be9976fd5aca4 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36312024-04-10T16:30:06.743Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7ff3344167fc212 -C extra-filename=-f7ff3344167fc212 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36322024-04-10T16:30:08.491Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=733831119c8213e0 -C extra-filename=-733831119c8213e0 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36332024-04-10T16:30:09.427Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad92b89d3a1e9317 -C extra-filename=-ad92b89d3a1e9317 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36342024-04-10T16:30:11.520Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=847e3f6e49694350 -C extra-filename=-847e3f6e49694350 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36352024-04-10T16:30:13.190Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=daac521c1ab7b742 -C extra-filename=-daac521c1ab7b742 --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-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36362024-04-10T16:30:13.734Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d322937696d1ada8 -C extra-filename=-d322937696d1ada8 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36372024-04-10T16:30:15.769Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1c1cc8612780a297 -C extra-filename=-1c1cc8612780a297 --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-aeb4aeed4a847655.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-10ada46c4ddc4df0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ec902ea25ac4788e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36382024-04-10T16:30:21.615Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/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=f6714db6f90b0c5e -C extra-filename=-f6714db6f90b0c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36392024-04-10T16:30:22.564Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/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=f98832f9ce818a72 -C extra-filename=-f98832f9ce818a72 --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-32796dcb95223bef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36402024-04-10T16:30:25.139Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=94dcd314e7973bc6 -C extra-filename=-94dcd314e7973bc6 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-258d70ae4f0fa877.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36412024-04-10T16:30:26.877Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=471dd585dce37990 -C extra-filename=-471dd585dce37990 --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-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36422024-04-10T16:30:27.662Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=ab328c57894df496 -C extra-filename=-ab328c57894df496 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-06e0833a013c65fc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0dbcfd1cc4a30123.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-445028ffecaaebf6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-abcbfbeb7ed1e0e6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b166d88dc5c12d48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e8644938a3b9ba5d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36432024-04-10T16:30:31.351Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/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=a597f0f1789b30fe -C extra-filename=-a597f0f1789b30fe --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36442024-04-10T16:30:33.838Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/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=3ad793e9f0342569 -C extra-filename=-3ad793e9f0342569 --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-aeb4aeed4a847655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36452024-04-10T16:30:35.621Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9aaeb93e0110e977 -C extra-filename=-9aaeb93e0110e977 --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-aeb4aeed4a847655.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a50cb85bf2d36c06.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8cd2b74004cbc908.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36462024-04-10T16:30:36.229Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=051f7053721ad3ba -C extra-filename=-051f7053721ad3ba --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-7e1e70a54b0f1629.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36472024-04-10T16:30:43.311Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd986010480f9b91 -C extra-filename=-bd986010480f9b91 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c262f3ba17d235c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36482024-04-10T16:30:48.572Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d6a9e6304419480 -C extra-filename=-9d6a9e6304419480 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36492024-04-10T16:30:55.762Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=20882ac856bac29a -C extra-filename=-20882ac856bac29a --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-aeb4aeed4a847655.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-5f992b1827da00ac.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cdadfc746affe47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6181d7c7bf30d2cd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-cc7968168f2af5c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-afa196b6b28526d3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-3644980a426d631e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b83ce604c37df141.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36502024-04-10T16:30:58.155Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=591ba0950541b904 -C extra-filename=-591ba0950541b904 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-eefc43b8c78d38c7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/`
36512024-04-10T16:31:01.492Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9e437881a46ce471 -C extra-filename=-9e437881a46ce471 --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36522024-04-10T16:31:13.867Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52da85e85cfaf1ed -C extra-filename=-52da85e85cfaf1ed --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36532024-04-10T16:31:14.102Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e1abffeced1c107 -C extra-filename=-0e1abffeced1c107 --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36542024-04-10T16:31:14.971Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=95e55b188bc968b7 -C extra-filename=-95e55b188bc968b7 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-eefc43b8c78d38c7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/`
36552024-04-10T16:31:16.528Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7c07cd521586561d -C extra-filename=-7c07cd521586561d --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36562024-04-10T16:31:17.270Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59dfb2ef292f0b91 -C extra-filename=-59dfb2ef292f0b91 --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-f11b85798780b078.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36572024-04-10T16:31:19.778Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a1da848f3299af0a -C extra-filename=-a1da848f3299af0a --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-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36582024-04-10T16:31:26.566Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8ea32e47d3718f93 -C extra-filename=-8ea32e47d3718f93 --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-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-400c2e6be5054c95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36592024-04-10T16:31:27.046Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=5f4677c310976830 -C extra-filename=-5f4677c310976830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48b7ead2648fff5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d4e0aeabe14696d8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36602024-04-10T16:31:29.124Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=42ef3b7d492f0474 -C extra-filename=-42ef3b7d492f0474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48b7ead2648fff5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d4e0aeabe14696d8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36612024-04-10T16:31:33.975Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dceab1395f3b3a09 -C extra-filename=-dceab1395f3b3a09 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36622024-04-10T16:31:46.795Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=3252b7e94924805c -C extra-filename=-3252b7e94924805c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48b7ead2648fff5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d4e0aeabe14696d8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36632024-04-10T16:31:48.611Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=a3549986d52b1bfb -C extra-filename=-a3549986d52b1bfb --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-aeb4aeed4a847655.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-5f992b1827da00ac.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cdadfc746affe47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6181d7c7bf30d2cd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-cc7968168f2af5c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-afa196b6b28526d3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-3644980a426d631e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b83ce604c37df141.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36642024-04-10T16:31:58.654Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bec50f3570652515 -C extra-filename=-bec50f3570652515 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36652024-04-10T16:31:59.789Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c667f6c1df44f63 -C extra-filename=-8c667f6c1df44f63 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36662024-04-10T16:32:07.218Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de48bc16d1504130 -C extra-filename=-de48bc16d1504130 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36672024-04-10T16:32:13.518Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8d6e654c96bc22fd -C extra-filename=-8d6e654c96bc22fd --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36682024-04-10T16:32:15.008Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99cc8598fd18f9e5 -C extra-filename=-99cc8598fd18f9e5 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36692024-04-10T16:32:15.530Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c82ef79ce03ef689 -C extra-filename=-c82ef79ce03ef689 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36702024-04-10T16:32:17.292Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5761e7025644b072 -C extra-filename=-5761e7025644b072 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36712024-04-10T16:32:18.666Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fb3f3c96cdcdd884 -C extra-filename=-fb3f3c96cdcdd884 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36722024-04-10T16:32:24.018Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8af8ee09397b6180 -C extra-filename=-8af8ee09397b6180 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36732024-04-10T16:32:28.924Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c70014bbee65ff17 -C extra-filename=-c70014bbee65ff17 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36742024-04-10T16:32:29.915Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=facbb419770b6d1e -C extra-filename=-facbb419770b6d1e --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-90054876cbf53283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-50f7db39b18e12ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36752024-04-10T16:32:35.974Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=17a2c80c87909737 -C extra-filename=-17a2c80c87909737 --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-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36762024-04-10T16:32:36.565Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3c3ff91aa52d98a4 -C extra-filename=-3c3ff91aa52d98a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ac30a8ade70ac9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36772024-04-10T16:32:38.375Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d14013c6299f41c4 -C extra-filename=-d14013c6299f41c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ac30a8ade70ac9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36782024-04-10T16:32:40.030Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eef59e91c4bea0b1 -C extra-filename=-eef59e91c4bea0b1 --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-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36792024-04-10T16:32:40.126Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c04847eb49de91cf -C extra-filename=-c04847eb49de91cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36802024-04-10T16:32:47.482Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=03261e4be8694596 -C extra-filename=-03261e4be8694596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-965f2f5545547f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36812024-04-10T16:32:49.141Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
36822024-04-10T16:32:49.428Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a38465bbd1f41919 -C extra-filename=-a38465bbd1f41919 --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-aeb4aeed4a847655.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64`
36832024-04-10T16:32:49.852Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=975be7a625cc806b -C extra-filename=-975be7a625cc806b --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-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36842024-04-10T16:32:49.937Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba4457cf3211e0cb -C extra-filename=-ba4457cf3211e0cb --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-db035d79552b26aa.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36852024-04-10T16:32:50.564Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acaeec1383591214 -C extra-filename=-acaeec1383591214 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36862024-04-10T16:32:51.986Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292a0ec338bed655 -C extra-filename=-292a0ec338bed655 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36872024-04-10T16:32:53.445Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a7261d8cbf63669 -C extra-filename=-9a7261d8cbf63669 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36882024-04-10T16:32:55.346Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06566661636599a7 -C extra-filename=-06566661636599a7 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
36892024-04-10T16:33:02.244Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=753247467c15d1b3 -C extra-filename=-753247467c15d1b3 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36902024-04-10T16:33:03.374Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=31602c7d9115a99b -C extra-filename=-31602c7d9115a99b --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-884fee8e801ce511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36912024-04-10T16:33:03.673Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c1a716c8533932e -C extra-filename=-0c1a716c8533932e --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-29bea266ba6c4103.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36922024-04-10T16:33:03.969Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c2ceb7576df4ee01 -C extra-filename=-c2ceb7576df4ee01 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36932024-04-10T16:33:05.088Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
36942024-04-10T16:33:05.115Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35a8829694e56c86 -C extra-filename=-35a8829694e56c86 --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-aeb4aeed4a847655.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36952024-04-10T16:33:06.849Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5a58151a6164e783 -C extra-filename=-5a58151a6164e783 --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-36d73e582b74af69.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36962024-04-10T16:33:07.549Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fef0fee374a4f1d5 -C extra-filename=-fef0fee374a4f1d5 --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-6bb58eed7130cf54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36972024-04-10T16:33:10.860Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=183c4a4d99c9e698 -C extra-filename=-183c4a4d99c9e698 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1182f0490037f043.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-be6094378f3f59ec.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-a6e20e6842d24be8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
36982024-04-10T16:33:12.529Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eab83f1b77705a45 -C extra-filename=-eab83f1b77705a45 --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-db035d79552b26aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
36992024-04-10T16:33:13.903Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b845b242ee0c1d94 -C extra-filename=-b845b242ee0c1d94 --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-aeb4aeed4a847655.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-002b742f687c1564.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37002024-04-10T16:33:14.033Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=47480bdf428a8645 -C extra-filename=-47480bdf428a8645 --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-aeb4aeed4a847655.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cd9b8870bb4f5d65.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f76def81180f7e65.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37012024-04-10T16:33:16.188Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=276aaacd6801305f -C extra-filename=-276aaacd6801305f --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-aeb4aeed4a847655.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cd9b8870bb4f5d65.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f76def81180f7e65.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37022024-04-10T16:33:17.105Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=0b642e6e1cce9062 -C extra-filename=-0b642e6e1cce9062 --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-aeb4aeed4a847655.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cd9b8870bb4f5d65.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f76def81180f7e65.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37032024-04-10T16:33:19.942Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37042024-04-10T16:33:19.967Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=461103ffe60ac494 -C extra-filename=-461103ffe60ac494 --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-aeb4aeed4a847655.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37052024-04-10T16:33:20.617Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a3f12155730a31b -C extra-filename=-8a3f12155730a31b --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-7e0e680e5074a445.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b09579fd13745ee0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37062024-04-10T16:33:21.868Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37072024-04-10T16:33:21.893Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9b0b83ddd9af2c8 -C extra-filename=-d9b0b83ddd9af2c8 --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-aeb4aeed4a847655.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37082024-04-10T16:33:22.433Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b474665dd33132ac -C extra-filename=-b474665dd33132ac --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37092024-04-10T16:33:23.700Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=c12f9f49ab816c22 -C extra-filename=-c12f9f49ab816c22 --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-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6a5901104f687650.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-af231523f6ff2a7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c88f77799441efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8ded3374a6df2342.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9a6562ad1605300.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f5c18bd44892a57e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37102024-04-10T16:33:28.362Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0aa16de731d33c67 -C extra-filename=-0aa16de731d33c67 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37112024-04-10T16:33:28.755Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d0010710615b806 -C extra-filename=-2d0010710615b806 --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-6bb58eed7130cf54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37122024-04-10T16:33:31.633Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=35c856f9c608520c -C extra-filename=-35c856f9c608520c --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-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37132024-04-10T16:33:33.622Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5a40070e95799de -C extra-filename=-a5a40070e95799de --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-aeb4aeed4a847655.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37142024-04-10T16:33:33.694Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=248cd6c9d5f0db45 -C extra-filename=-248cd6c9d5f0db45 --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-aeb4aeed4a847655.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e4f0af714555ede8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib`
37152024-04-10T16:33:35.701Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=466428caed28eb44 -C extra-filename=-466428caed28eb44 --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-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37162024-04-10T16:33:36.408Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71a06dbeb4452fdb -C extra-filename=-71a06dbeb4452fdb --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-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37172024-04-10T16:33:40.512Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2f078e757bab12f -C extra-filename=-f2f078e757bab12f --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-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37182024-04-10T16:33:41.500Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=43f005c1c82ac709 -C extra-filename=-43f005c1c82ac709 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9a6562ad1605300.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e7bb09a05082adfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37192024-04-10T16:33:42.146Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f92e0cb85c6ff79 -C extra-filename=-2f92e0cb85c6ff79 --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-2866381069fe1697.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37202024-04-10T16:33:42.174Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=724a034b9747f024 -C extra-filename=-724a034b9747f024 --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-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37212024-04-10T16:33:42.520Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98f455ae16657514 -C extra-filename=-98f455ae16657514 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e7bb09a05082adfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37222024-04-10T16:33:43.325Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2e29302c24fb3462 -C extra-filename=-2e29302c24fb3462 --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-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37232024-04-10T16:33:43.644Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68e852aac3195554 -C extra-filename=-68e852aac3195554 --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-2866381069fe1697.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37242024-04-10T16:33:43.997Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4976aa159be7fdd8 -C extra-filename=-4976aa159be7fdd8 --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-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37252024-04-10T16:33:44.306Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0384c43490f86f6c -C extra-filename=-0384c43490f86f6c --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-22e55ceaa048ac20.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2ffcffbb102c5b76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a5b4a07724725576.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d58f0ee86f83f4a8.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-b1e10b9233b552f2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-000c949f1389ce9c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d616ce913c05311f.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e4c78dcc4777925e.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4ad7d7eb56a78e86.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b5dce3f7e6fd9762.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6052f8ce314d269.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b45edcf3f924eebd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2633589546ed6219.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31c64c39aa87f543.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-846385f61e2c2b0d.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1c78335b8ecffe05.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f1af10a8a4d54119.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89267f1470a187ef.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-018e0ec968bed451.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-a0bf8b3e6c730693.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fdc408a9a6b03871.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f13b2e70964e1361.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a45b30643c0114c5.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4d1fd8fd293a31ff.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-430ec8c4d9c1a1e3.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cf4a53893200ae38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1e233ac54e4d5449.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b07854e41674e034.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-86c78ada50880c41.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-79ae0bfc48b17f51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-2b0ec58394a03e19.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a6ec39b91178d443.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8768600ea16229a8.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c53120e17ec6715c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-aad06568c0dc92e3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31f49548b80b230b.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-991750d1c9bd2a4d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-048c003a6202498d.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-d8a02f84ff0e2ce5.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-cd6a4bf2f3ba8230.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a0f323b9ed61df3c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-954993480ade0a7e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-82fd8bd0cb10c4ce.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-55cc6635707fd33f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5c39cd840ca23180.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-95dc965a0d7f6ebf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d957a6c43889c076.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-df8f3a6b66a3bcaa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4bd44dad6e3675ae.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-277bfbc76196a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3b1f1e3d2eb728ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-25c8b5fd4e979834.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-3659a9733c256db3.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cfa264356d2f4cd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3442c429599512ab.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-101bc363c975f340.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5b32ef30d122006d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3c151358d75a6f51.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0b721a4dc883a2da.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b3a899ba3577d07c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-eee24e169071b85d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-5e27e73396f9fa21.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0af37ed256f52eb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b9e311864648a736.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-28b0b0b87ba59c79.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0c235d74bae8fe2d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-00a16dc80c072c35.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib`
37262024-04-10T16:33:44.478Z Running `/home/build/.rustup/toolchains/1.77.1-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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=04ded631013d318a -C extra-filename=-04ded631013d318a --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-002b742f687c1564.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272024-04-10T16:35:26.723Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-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=132f6e569fa97ddc -C extra-filename=-132f6e569fa97ddc --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37282024-04-10T16:35:26.771Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=75a01319d36a2566 -C extra-filename=-75a01319d36a2566 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-258d70ae4f0fa877.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37292024-04-10T16:35:26.771Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=617b7597425f6d2d -C extra-filename=-617b7597425f6d2d --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37302024-04-10T16:35:26.797Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=336f0b854ca0ea77 -C extra-filename=-336f0b854ca0ea77 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-258d70ae4f0fa877.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37312024-04-10T16:35:28.934Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c7f888fe590d2489 -C extra-filename=-c7f888fe590d2489 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37322024-04-10T16:35:29.143Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e7e14ab28eb7a53b -C extra-filename=-e7e14ab28eb7a53b --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-aeb4aeed4a847655.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a50cb85bf2d36c06.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8cd2b74004cbc908.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37332024-04-10T16:35:29.883Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db5e7e2162f66ba9 -C extra-filename=-db5e7e2162f66ba9 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37342024-04-10T16:35:35.863Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2394db464a8076be -C extra-filename=-2394db464a8076be --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37352024-04-10T16:35:40.088Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/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=a2d0792bf04cb8f7 -C extra-filename=-a2d0792bf04cb8f7 --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-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37362024-04-10T16:35:45.304Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c17c0edc6d62b8b5 -C extra-filename=-c17c0edc6d62b8b5 --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-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37372024-04-10T16:35:48.313Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8f9388bfb1dd212 -C extra-filename=-f8f9388bfb1dd212 --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-aeb4aeed4a847655.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a50cb85bf2d36c06.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0e5363ee73974f43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-8cd2b74004cbc908.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37382024-04-10T16:35:54.162Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c1ff3b13faa8255 -C extra-filename=-8c1ff3b13faa8255 --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-258d70ae4f0fa877.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out`
37392024-04-10T16:35:56.373Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f020c823b2bbf71b -C extra-filename=-f020c823b2bbf71b --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-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -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-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/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-70bedbf47f5aba2a/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37402024-04-10T16:43:55.935Z Finished dev [unoptimized + debuginfo] target(s) in 20m 23s
37412024-04-10T16:44:04.929Z
37422024-04-10T16:44:04.956Zreal 20:32.269146758
37432024-04-10T16:44:04.956Zuser 1:25:02.009233947
37442024-04-10T16:44:04.956Zsys 24:54.287455146
37452024-04-10T16:44:04.956Ztrap 25.936863600
37462024-04-10T16:44:04.956Ztflt 1.822713719
37472024-04-10T16:44:04.956Zdflt 16:57.366531054
37482024-04-10T16:44:04.956Zkflt 0.139938483
37492024-04-10T16:44:04.956Zlock 3:49:36.558659866
37502024-04-10T16:44:04.956Zslp 8:18:39.927540578
37512024-04-10T16:44:04.956Zlat 15:46.092810497
37522024-04-10T16:44:04.956Zstop 5:07.781720778
37532024-04-10T16:44:06.921Z
37542024-04-10T16:44:06.946Z # # ###### ##### # ###### # # # # #####
37552024-04-10T16:44:06.947Z # # # # # # # # # # # # #
37562024-04-10T16:44:06.947Z # # ##### # # # ##### # ##### # # #####
37572024-04-10T16:44:06.947Z # # # ##### # # # # # # #
37582024-04-10T16:44:06.947Z # # # # # # # # # # # #
37592024-04-10T16:44:06.947Z ## ###### # # # # # ###### # #####
37602024-04-10T16:44:06.947Z
37612024-04-10T16:44:07.634Z Compiling serde v1.0.197
37622024-04-10T16:44:07.634Z Compiling libc v0.2.153
37632024-04-10T16:44:07.634Z Compiling rustix v0.38.31
37642024-04-10T16:44:07.659Z Compiling bitflags v2.4.2
37652024-04-10T16:44:07.659Z Compiling hashbrown v0.14.3
37662024-04-10T16:44:07.659Z Compiling serde_json v1.0.115
37672024-04-10T16:44:07.659Z Compiling syn v2.0.58
37682024-04-10T16:44:07.715Z Compiling anyhow v1.0.82
37692024-04-10T16:44:09.125Z Compiling indexmap v2.2.6
37702024-04-10T16:44:09.845Z Compiling errno v0.3.8
37712024-04-10T16:44:10.870Z Compiling terminal_size v0.3.0
37722024-04-10T16:44:10.991Z Compiling clap_builder v4.5.2
37732024-04-10T16:44:14.115Z Compiling serde_derive v1.0.197
37742024-04-10T16:44:14.115Z Compiling thiserror-impl v1.0.58
37752024-04-10T16:44:14.143Z Compiling clap_derive v4.5.4
37762024-04-10T16:44:16.562Z Compiling thiserror v1.0.58
37772024-04-10T16:44:17.340Z Compiling clap v4.5.4
37782024-04-10T16:44:23.393Z Compiling serde_spanned v0.6.5
37792024-04-10T16:44:23.393Z Compiling toml_datetime v0.6.5
37802024-04-10T16:44:23.423Z Compiling cargo-platform v0.1.3
37812024-04-10T16:44:23.424Z Compiling semver v1.0.22
37822024-04-10T16:44:23.424Z Compiling camino v1.1.6
37832024-04-10T16:44:23.424Z Compiling macaddr v1.0.1
37842024-04-10T16:44:23.633Z Compiling toml_edit v0.22.9
37852024-04-10T16:44:24.760Z Compiling cargo_metadata v0.18.1
37862024-04-10T16:44:25.950Z Compiling toml v0.8.12
37872024-04-10T16:44:26.620Z Compiling cargo_toml v0.19.0
37882024-04-10T16:44:30.746Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37892024-04-10T16:44:34.383Z Finished dev [unoptimized + debuginfo] target(s) in 28.26s
37902024-04-10T16:44:34.412Z Running `target/debug/xtask verify-libraries`
37912024-04-10T16:44:40.885Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37922024-04-10T16:44:40.925Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37932024-04-10T16:44:40.958Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37942024-04-10T16:44:40.959Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37952024-04-10T16:44:49.011Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37962024-04-10T16:44:49.011Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37972024-04-10T16:44:49.036Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37982024-04-10T16:44:49.036Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37992024-04-10T16:44:49.036Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
38002024-04-10T16:44:49.036Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38012024-04-10T16:44:49.036Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38022024-04-10T16:44:49.770Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
38032024-04-10T16:44:50.577Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38042024-04-10T16:44:51.135Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38052024-04-10T16:44:51.655Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38062024-04-10T16:44:52.257Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38072024-04-10T16:44:52.339Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38082024-04-10T16:44:52.402Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
38092024-04-10T16:44:53.245Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38102024-04-10T16:44:53.647Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38112024-04-10T16:44:54.082Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38122024-04-10T16:44:55.351Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38132024-04-10T16:44:55.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38142024-04-10T16:44:55.925Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38152024-04-10T16:44:56.215Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38162024-04-10T16:44:56.746Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38172024-04-10T16:44:57.045Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38182024-04-10T16:44:57.625Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38192024-04-10T16:44:57.700Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38202024-04-10T16:44:58.829Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38212024-04-10T16:44:59.552Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38222024-04-10T16:45:00.106Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38232024-04-10T16:45:04.774Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38242024-04-10T16:45:06.861Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38252024-04-10T16:45:08.448Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38262024-04-10T16:45:08.864Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38272024-04-10T16:45:10.290Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38282024-04-10T16:45:12.649Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38292024-04-10T16:45:14.482Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38302024-04-10T16:45:16.408Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38312024-04-10T16:45:16.678Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38322024-04-10T16:45:17.044Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38332024-04-10T16:45:18.671Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38342024-04-10T16:45:21.583Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38352024-04-10T16:45:22.065Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38362024-04-10T16:45:23.840Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38372024-04-10T16:45:23.865Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38382024-04-10T16:45:27.458Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38392024-04-10T16:45:59.824Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38402024-04-10T16:46:10.701Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
38412024-04-10T16:46:12.443Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38422024-04-10T16:46:12.806Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38432024-04-10T16:46:39.730Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38442024-04-10T16:46:39.730Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38452024-04-10T16:46:39.755Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38462024-04-10T16:46:39.755Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38472024-04-10T16:46:40.860Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38482024-04-10T16:46:42.106Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38492024-04-10T16:46:48.592Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38502024-04-10T16:46:48.676Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38512024-04-10T16:51:29.726Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38522024-04-10T16:52:39.669Z Finished dev [unoptimized + debuginfo] target(s) in 8m 00s
38532024-04-10T16:52:41.362Z
38542024-04-10T16:52:41.362Zreal 8:35.426602635
38552024-04-10T16:52:41.362Zuser 26:01.357844477
38562024-04-10T16:52:41.362Zsys 5:23.775947649
38572024-04-10T16:52:41.362Ztrap 0.582732301
38582024-04-10T16:52:41.388Ztflt 2.393521901
38592024-04-10T16:52:41.388Zdflt 12.014173042
38602024-04-10T16:52:41.388Zkflt 0.028484886
38612024-04-10T16:52:41.388Zlock 1:08:54.178359980
38622024-04-10T16:52:41.388Zslp 1:30:00.720454816
38632024-04-10T16:52:41.388Zlat 52.305254474
38642024-04-10T16:52:41.388Zstop 17.716609790
38652024-04-10T16:52:41.388Z
38662024-04-10T16:52:41.388Z ##### ###### #### #####
38672024-04-10T16:52:41.388Z # # # #
38682024-04-10T16:52:41.388Z # ##### #### #
38692024-04-10T16:52:41.388Z # # # #
38702024-04-10T16:52:41.388Z # # # # #
38712024-04-10T16:52:41.388Z # ###### #### #
38722024-04-10T16:52:41.388Z
38732024-04-10T16:52:42.830Zinfo: experimental features enabled: setup-scripts
38742024-04-10T16:52:44.283Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38752024-04-10T16:52:44.312Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38762024-04-10T16:52:44.338Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38772024-04-10T16:52:57.894Z Finished test [unoptimized + debuginfo] target(s) in 15.04s
38782024-04-10T16:53:00.541Z Starting 1202 tests across 117 binaries (3 skipped)
38792024-04-10T16:53:00.566Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38802024-04-10T16:53:01.588Z Finished test [unoptimized + debuginfo] target(s) in 0.95s
38812024-04-10T16:53:01.619Z Running `target/debug/crdb-seed`
38822024-04-10T16:53:01.668ZApr 10 16:53:01.789 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp4IyqG3
38832024-04-10T16:53:01.693ZApr 10 16:53:01.793 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpVfguhV,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp4IyqG3/listen-url
38842024-04-10T16:53:01.694ZApr 10 16:53:01.793 INFO cockroach environment: BUILDOMAT_JOB_ID=01HV4CYZJ1CJHSPY2PGXPF1PGC BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=alan/p-and-c-for-ben GITHUB_REF=refs/heads/alan/p-and-c-for-ben GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d0db4f951bae83f2bbf768912ec69911ac701421 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out:/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out:/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out:/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envO8u5yU NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out:/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out:/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=df94deb5-d950-4bd0-8206-ba6996d47d1c PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.77.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
38852024-04-10T16:53:02.514ZApr 10 16:53:02.639 INFO cockroach pid: 4550
38862024-04-10T16:53:02.514ZApr 10 16:53:02.639 INFO cockroach listen URL: postgresql://root@[::1]:54554/omicron?sslmode=disable
38872024-04-10T16:53:02.514ZApr 10 16:53:02.640 INFO cockroach: populating
38882024-04-10T16:53:05.140ZApr 10 16:53:05.265 INFO cockroach: populated
38892024-04-10T16:53:08.499ZApr 10 16:53:08.625 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3ba4bded3d3b1fc77f443da640debb19844ec5e96d3bbbe48d177889a375b1a7.tar`
38902024-04-10T16:53:08.523Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38912024-04-10T16:53:08.727Z PASS [ 0.077s] authz-macros tests::test_authz_snapshots
38922024-04-10T16:53:08.727Z PASS [ 0.066s] bootstore schemes::tests::hello_roundtrip
38932024-04-10T16:53:08.727Z PASS [ 0.042s] bootstore schemes::v0::share_pkg::tests::create_packages
38942024-04-10T16:53:08.727Z PASS [ 0.062s] bootstore trust_quorum::rack_secret::tests::create_and_verify
38952024-04-10T16:53:08.727Z PASS [ 0.050s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
38962024-04-10T16:53:08.727Z PASS [ 0.102s] bootstore schemes::v0::peer::tests::network_config
38972024-04-10T16:53:08.727Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums
38982024-04-10T16:53:08.727Z PASS [ 0.042s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
38992024-04-10T16:53:08.752Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
39002024-04-10T16:53:08.752Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
39012024-04-10T16:53:08.752Z PASS [ 0.041s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
39022024-04-10T16:53:08.752Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
39032024-04-10T16:53:08.752Z PASS [ 0.046s] db-macros tests::test_derive_snapshots
39042024-04-10T16:53:08.752Z PASS [ 0.036s] db-macros tests::test_derive_with_unknown_field
39052024-04-10T16:53:08.907Z PASS [ 0.208s] dns-server storage::test::test_update_in_progress
39062024-04-10T16:53:08.933Z PASS [ 0.214s] dns-server storage::test::test_update_interrupted
39072024-04-10T16:53:08.933Z PASS [ 0.242s] dns-server storage::test::test_update_basic
39082024-04-10T16:53:09.189Z PASS [ 0.472s] dns-server::basic_test a_crud
39092024-04-10T16:53:09.214Z PASS [ 0.297s] dns-server::basic_test empty_record
39102024-04-10T16:53:09.238Z PASS [ 0.284s] dns-server::basic_test name_contains_zone
39112024-04-10T16:53:09.238Z PASS [ 0.295s] dns-server::basic_test multi_record_crud
39122024-04-10T16:53:09.238Z PASS [ 0.488s] dns-server::basic_test aaaa_crud
39132024-04-10T16:53:09.442Z PASS [ 0.253s] dns-server::basic_test nxdomain
39142024-04-10T16:53:09.466Z PASS [ 0.249s] dns-server::basic_test servfail
39152024-04-10T16:53:09.491Z PASS [ 0.234s] dns-server::openapi_test test_dns_server_openapi
39162024-04-10T16:53:09.491Z PASS [ 0.273s] dns-server::basic_test srv_crud
39172024-04-10T16:53:09.518Z PASS [ 0.056s] dns-service-client diff::test::diff_different
39182024-04-10T16:53:09.518Z PASS [ 0.044s] dns-service-client diff::test::diff_equivalent
39192024-04-10T16:53:09.550Z PASS [ 0.047s] dns-service-client diff::test::diff_invalid
39202024-04-10T16:53:09.550Z PASS [ 0.036s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39212024-04-10T16:53:09.550Z PASS [ 0.056s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39222024-04-10T16:53:09.578Z PASS [ 0.073s] illumos-utils destructor::test::test_delayed_delete
39232024-04-10T16:53:09.606Z PASS [ 0.056s] illumos-utils destructor::test::test_destructor_bad_close
39242024-04-10T16:53:09.606Z PASS [ 0.045s] illumos-utils link::test::test_allocate
39252024-04-10T16:53:09.631Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
39262024-04-10T16:53:09.631Z PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39272024-04-10T16:53:09.631Z PASS [ 0.034s] illumos-utils zone::tests::test_parse_ip_network
39282024-04-10T16:53:09.668Z PASS [ 0.045s] illumos-utils zpool::test::test_parse_bad_zpool_names
39292024-04-10T16:53:09.668Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_external_zpool_name
39302024-04-10T16:53:09.693Z PASS [ 0.049s] illumos-utils zpool::test::test_parse_internal_zpool_name
39312024-04-10T16:53:09.693Z PASS [ 1.152s] bootstore schemes::v0::peer::tests::basic_3_nodes
39322024-04-10T16:53:09.718Z PASS [ 0.042s] illumos-utils zpool::test::test_parse_zpool
39332024-04-10T16:53:09.718Z PASS [ 0.040s] illumos-utils zpool::test::test_parse_zpool_missing_column
39342024-04-10T16:53:09.742Z PASS [ 0.038s] illumos-utils zpool::test::test_parse_zpool_name_json
39352024-04-10T16:53:09.742Z PASS [ 0.048s] illumos-utils zpool::test::test_zpool_name_regex
39362024-04-10T16:53:09.917Z PASS [ 0.178s] installinator-common block_size_writer::tests::proptest_block_writer
39372024-04-10T16:53:09.963Z PASS [ 0.045s] internal-dns config::test::display_hosts
39382024-04-10T16:53:09.990Z PASS [ 0.030s] internal-dns config::test::display_srv_service
39392024-04-10T16:53:10.039Z PASS [ 0.047s] internal-dns config::test::test_builder_errors
39402024-04-10T16:53:10.068Z PASS [ 0.551s] illumos-utils destructor::test::test_delayed_delete_with_error
39412024-04-10T16:53:10.093Z PASS [ 0.362s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39422024-04-10T16:53:10.117Z PASS [ 0.064s] internal-dns config::test::test_builder_output
39432024-04-10T16:53:10.430Z PASS [ 0.351s] internal-dns resolver::test::insert_and_lookup_one_record
39442024-04-10T16:53:10.455Z PASS [ 0.338s] internal-dns resolver::test::lookup_nonexistent_record_fails
39452024-04-10T16:53:10.518Z PASS [ 0.445s] internal-dns resolver::test::insert_and_lookup_multiple_records
39462024-04-10T16:53:10.862Z PASS [ 0.419s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39472024-04-10T16:53:10.887Z PASS [ 0.443s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39482024-04-10T16:53:10.921Z PASS [ 0.044s] ipcc tests::deserialize_fixed_value
39492024-04-10T16:53:10.945Z PASS [ 0.417s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39502024-04-10T16:53:10.977Z PASS [ 0.054s] ipcc tests::installinator_image_id_round_trip
39512024-04-10T16:53:11.014Z PASS [ 0.056s] ipcc tests::serialized_size
39522024-04-10T16:53:11.044Z PASS [ 0.071s] key-manager tests::different_disks_produce_different_keys
39532024-04-10T16:53:11.069Z PASS [ 0.068s] key-manager tests::different_ikm_produces_different_keys
39542024-04-10T16:53:11.094Z PASS [ 0.038s] key-manager tests::disk_encryption_key_epoch_0
39552024-04-10T16:53:11.528Z PASS [ 0.041s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39562024-04-10T16:53:11.565Z PASS [ 0.046s] nexus-config nexus_config::test::test_config_bad_toml
39572024-04-10T16:53:11.565Z PASS [ 0.078s] nexus-config nexus_config::test::test_bad_authn_schemes
39582024-04-10T16:53:11.565Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_empty
39592024-04-10T16:53:11.565Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_nonexistent
39602024-04-10T16:53:11.565Z PASS [ 0.338s] internal-dns resolver::test::update_record
39612024-04-10T16:53:11.566Z PASS [ 0.043s] nexus-config nexus_config::test::test_deployment_config_schema
39622024-04-10T16:53:11.566Z PASS [ 0.039s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39632024-04-10T16:53:11.566Z PASS [ 0.053s] nexus-config nexus_config::test::test_repo_configs_are_valid
39642024-04-10T16:53:11.566Z PASS [ 0.038s] nexus-config postgres_config::test::test_bad_url
39652024-04-10T16:53:11.566Z PASS [ 0.047s] nexus-config nexus_config::test::test_valid
39662024-04-10T16:53:11.566Z PASS [ 0.036s] nexus-config postgres_config::test::test_example_url
39672024-04-10T16:53:11.566Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39682024-04-10T16:53:11.566Z PASS [ 0.052s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39692024-04-10T16:53:11.566Z PASS [ 0.043s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39702024-04-10T16:53:11.566Z PASS [ 0.091s] nexus-db-model device_auth::test::test_generate_user_code
39712024-04-10T16:53:11.566Z PASS [ 0.048s] nexus-db-model schema_versions::test::test_known_versions
39722024-04-10T16:53:11.566Z PASS [ 0.064s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
39732024-04-10T16:53:11.567Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
39742024-04-10T16:53:11.567Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
39752024-04-10T16:53:11.567Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
39762024-04-10T16:53:11.567Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_verify
39772024-04-10T16:53:11.567Z PASS [ 0.057s] nexus-db-model semver_version::test::test_to_from_sortable_string
39782024-04-10T16:53:11.567Z PASS [ 0.055s] nexus-db-model tests::test_ip_subnet_check_requestable_address
39792024-04-10T16:53:11.567Z PASS [ 0.052s] nexus-db-model tests::test_ipv6_net_random_subnet
39802024-04-10T16:53:11.567Z PASS [ 0.040s] nexus-db-model tests::test_roles_database_strings
39812024-04-10T16:53:11.593Z PASS [ 0.068s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
39822024-04-10T16:53:11.593Z PASS [ 0.072s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
39832024-04-10T16:53:11.618Z PASS [ 0.070s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
39842024-04-10T16:53:11.618Z PASS [ 0.040s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
39852024-04-10T16:53:11.644Z PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
39862024-04-10T16:53:11.669Z PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
39872024-04-10T16:53:11.695Z PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
39882024-04-10T16:53:11.736Z PASS [ 0.067s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
39892024-04-10T16:53:11.768Z PASS [ 0.118s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
39902024-04-10T16:53:11.768Z PASS [ 0.106s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
39912024-04-10T16:53:11.793Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token
39922024-04-10T16:53:11.818Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
39932024-04-10T16:53:11.818Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
39942024-04-10T16:53:11.843Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
39952024-04-10T16:53:11.867Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
39962024-04-10T16:53:11.867Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
39972024-04-10T16:53:11.895Z PASS [ 0.038s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
39982024-04-10T16:53:11.919Z PASS [ 0.053s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
39992024-04-10T16:53:11.919Z PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_make_header_value
40002024-04-10T16:53:11.943Z PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
40012024-04-10T16:53:11.968Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
40022024-04-10T16:53:11.992Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
40032024-04-10T16:53:11.992Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
40042024-04-10T16:53:11.992Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
40052024-04-10T16:53:12.017Z PASS [ 0.057s] nexus-db-queries authn::external::test::test_authn_sequence
40062024-04-10T16:53:12.043Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
40072024-04-10T16:53:12.043Z PASS [ 0.056s] nexus-db-queries authn::external::token::test::test_make_header_value
40082024-04-10T16:53:12.069Z PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_token_header_missing
40092024-04-10T16:53:12.093Z PASS [ 0.051s] nexus-db-queries authn::external::token::test::test_token_header_valid
40102024-04-10T16:53:12.118Z PASS [ 2.880s] dns-server::commands_test test_dnsadm
40112024-04-10T16:53:12.143Z PASS [ 0.079s] nexus-db-queries authn::test::test_internal_users
40122024-04-10T16:53:12.168Z PASS [ 0.072s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
40132024-04-10T16:53:15.852Z PASS [ 6.151s] installinator mock_peers::tests::proptest_fetch_artifact
40142024-04-10T16:53:18.397Z PASS [ 8.688s] installinator write::tests::proptest_write_artifact
40152024-04-10T16:53:19.533Z PASS [ 7.379s] nexus-db-queries context::test::test_background_context
40162024-04-10T16:53:19.581Z PASS [ 7.506s] nexus-db-queries authz::context::test::test_unregistered_resource
40172024-04-10T16:53:23.012Z PASS [ 7.160s] nexus-db-queries context::test::test_child_context
40182024-04-10T16:53:24.440Z PASS [ 12.334s] nexus-db-queries authz::policy_test::test_conferred_roles
40192024-04-10T16:53:26.220Z PASS [ 7.824s] nexus-db-queries context::test::test_test_context
40202024-04-10T16:53:27.846Z PASS [ 8.276s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
40212024-04-10T16:53:28.044Z PASS [ 8.511s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
40222024-04-10T16:53:31.080Z PASS [ 8.068s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
40232024-04-10T16:53:32.507Z PASS [ 8.067s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
40242024-04-10T16:53:34.105Z PASS [ 7.887s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40252024-04-10T16:53:35.727Z PASS [ 7.883s] nexus-db-queries db::collection_attach::test::test_attach_once
40262024-04-10T16:53:35.771Z PASS [ 0.043s] nexus-db-queries db::collection_attach::test::test_verify_query
40272024-04-10T16:53:36.169Z PASS [ 8.128s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40282024-04-10T16:53:38.980Z PASS [ 7.903s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40292024-04-10T16:53:40.685Z PASS [ 8.176s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40302024-04-10T16:53:41.909Z PASS [ 7.801s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40312024-04-10T16:53:43.726Z PASS [ 7.954s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40322024-04-10T16:53:44.126Z PASS [ 7.956s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40332024-04-10T16:53:44.176Z PASS [ 0.050s] nexus-db-queries db::collection_detach::test::test_verify_query
40342024-04-10T16:53:45.246Z PASS [ 33.129s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40352024-04-10T16:53:46.695Z PASS [ 7.712s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40362024-04-10T16:53:48.134Z PASS [ 7.444s] nexus-db-queries db::collection_detach::test::test_detach_once
40372024-04-10T16:53:48.667Z PASS [ 40.082s] bootstore::v0-fsm-proptest-learner run
40382024-04-10T16:53:48.986Z PASS [ 7.079s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40392024-04-10T16:53:49.745Z PASS [ 6.020s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40402024-04-10T16:53:51.289Z PASS [ 7.111s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40412024-04-10T16:53:52.387Z PASS [ 7.142s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40422024-04-10T16:53:52.441Z PASS [ 0.051s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40432024-04-10T16:53:53.770Z PASS [ 7.079s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40442024-04-10T16:53:54.879Z PASS [ 46.288s] bootstore::v0-fsm-proptest-rack-coordinator run
40452024-04-10T16:53:54.919Z PASS [ 0.040s] nexus-db-queries db::collection_insert::test::test_verify_query
40462024-04-10T16:53:54.958Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40472024-04-10T16:53:54.997Z PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_columns
40482024-04-10T16:53:55.036Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_table
40492024-04-10T16:53:55.177Z PASS [ 7.049s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40502024-04-10T16:53:55.821Z PASS [ 7.140s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40512024-04-10T16:53:55.995Z PASS [ 7.013s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40522024-04-10T16:53:57.059Z PASS [ 7.315s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40532024-04-10T16:53:58.305Z PASS [ 5.868s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40542024-04-10T16:53:58.430Z PASS [ 7.147s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40552024-04-10T16:54:00.714Z PASS [ 6.946s] nexus-db-queries db::collection_insert::test::test_collection_present
40562024-04-10T16:54:02.012Z PASS [ 6.971s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40572024-04-10T16:54:02.076Z PASS [ 6.904s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40582024-04-10T16:54:02.125Z PASS [ 0.048s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40592024-04-10T16:54:02.779Z PASS [ 6.974s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40602024-04-10T16:54:02.933Z PASS [ 6.938s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
40612024-04-10T16:54:04.062Z PASS [ 7.004s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40622024-04-10T16:54:04.750Z PASS [ 6.445s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40632024-04-10T16:54:05.334Z PASS [ 6.902s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40642024-04-10T16:54:07.618Z PASS [ 6.906s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40652024-04-10T16:54:08.937Z PASS [ 6.928s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40662024-04-10T16:54:09.073Z PASS [ 6.947s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40672024-04-10T16:54:10.224Z PASS [ 7.036s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40682024-04-10T16:54:10.249Z PASS [ 6.989s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40692024-04-10T16:54:11.196Z PASS [ 7.134s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40702024-04-10T16:54:11.691Z PASS [ 6.939s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40712024-04-10T16:54:12.269Z PASS [ 6.940s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40722024-04-10T16:54:14.576Z PASS [ 6.956s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
40732024-04-10T16:54:15.976Z PASS [ 7.043s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40742024-04-10T16:54:17.029Z PASS [ 7.216s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40752024-04-10T16:54:17.096Z PASS [ 7.170s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40762024-04-10T16:54:17.780Z PASS [ 8.710s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40772024-04-10T16:54:18.262Z PASS [ 7.067s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40782024-04-10T16:54:19.274Z PASS [ 7.005s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
40792024-04-10T16:54:19.612Z PASS [ 7.921s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
40802024-04-10T16:54:21.536Z PASS [ 6.960s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
40812024-04-10T16:54:22.957Z PASS [ 6.975s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
40822024-04-10T16:54:23.575Z PASS [ 5.793s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
40832024-04-10T16:54:24.081Z PASS [ 7.054s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
40842024-04-10T16:54:24.111Z PASS [ 7.020s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
40852024-04-10T16:54:25.315Z PASS [ 7.054s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
40862024-04-10T16:54:26.326Z PASS [ 7.051s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
40872024-04-10T16:54:26.625Z PASS [ 7.014s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
40882024-04-10T16:54:28.450Z PASS [ 6.917s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
40892024-04-10T16:54:29.876Z PASS [ 6.923s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
40902024-04-10T16:54:29.922Z PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count
40912024-04-10T16:54:30.485Z PASS [ 6.912s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
40922024-04-10T16:54:31.175Z PASS [ 7.065s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
40932024-04-10T16:54:31.200Z PASS [ 7.117s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
40942024-04-10T16:54:32.275Z PASS [ 6.959s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
40952024-04-10T16:54:33.249Z PASS [ 6.923s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
40962024-04-10T16:54:33.644Z PASS [ 7.023s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
40972024-04-10T16:54:35.335Z PASS [ 6.880s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
40982024-04-10T16:54:37.529Z PASS [ 7.606s] nexus-db-queries db::datastore::sled::test::sled_list_batch
40992024-04-10T16:54:37.553Z PASS [ 7.059s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
41002024-04-10T16:54:38.339Z PASS [ 7.165s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
41012024-04-10T16:54:39.624Z PASS [ 7.351s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
41022024-04-10T16:54:40.358Z PASS [ 9.163s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
41032024-04-10T16:54:40.493Z PASS [ 7.140s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
41042024-04-10T16:54:40.756Z PASS [ 7.112s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
41052024-04-10T16:54:42.236Z PASS [ 6.906s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
41062024-04-10T16:54:44.432Z PASS [ 6.903s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
41072024-04-10T16:54:44.506Z PASS [ 6.962s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
41082024-04-10T16:54:45.276Z PASS [ 6.936s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
41092024-04-10T16:54:46.621Z PASS [ 6.997s] nexus-db-queries db::datastore::test::test_project_creation
41102024-04-10T16:54:47.336Z PASS [ 6.977s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
41112024-04-10T16:54:47.377Z PASS [ 6.990s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
41122024-04-10T16:54:49.248Z PASS [ 7.012s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
41132024-04-10T16:54:50.737Z PASS [ 6.229s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
41142024-04-10T16:54:51.401Z PASS [ 10.641s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
41152024-04-10T16:54:51.426Z PASS [ 6.992s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
41162024-04-10T16:54:56.428Z PASS [ 7.177s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
41172024-04-10T16:54:56.592Z PASS [ 11.319s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
41182024-04-10T16:54:57.023Z PASS [ 10.402s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
41192024-04-10T16:54:57.907Z PASS [ 7.174s] nexus-db-queries db::datastore::test::test_session_methods
41202024-04-10T16:54:58.189Z PASS [ 10.814s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
41212024-04-10T16:54:58.567Z PASS [ 7.169s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
41222024-04-10T16:54:58.634Z PASS [ 7.211s] nexus-db-queries db::datastore::test::test_ssh_keys
41232024-04-10T16:54:58.739Z PASS [ 11.397s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
41242024-04-10T16:54:58.775Z PASS [ 0.041s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41252024-04-10T16:54:58.827Z PASS [ 0.051s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41262024-04-10T16:54:58.894Z PASS [ 0.066s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41272024-04-10T16:54:58.966Z PASS [ 0.071s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41282024-04-10T16:55:03.324Z PASS [ 6.899s] nexus-db-queries db::datastore::test::test_table_scan
41292024-04-10T16:55:03.499Z PASS [ 6.906s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41302024-04-10T16:55:03.869Z PASS [ 6.843s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41312024-04-10T16:55:04.862Z PASS [ 6.955s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41322024-04-10T16:55:05.222Z PASS [ 7.033s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41332024-04-10T16:55:05.267Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
41342024-04-10T16:55:05.672Z PASS [ 7.040s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41352024-04-10T16:55:05.722Z PASS [ 7.157s] nexus-db-queries db::explain::test::test_explain_async
41362024-04-10T16:55:05.972Z PASS [ 7.012s] nexus-db-queries db::lookup::test::test_lookup
41372024-04-10T16:55:10.149Z PASS [ 6.826s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41382024-04-10T16:55:10.393Z PASS [ 6.896s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41392024-04-10T16:55:10.649Z PASS [ 5.787s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41402024-04-10T16:55:10.735Z PASS [ 6.865s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41412024-04-10T16:55:12.184Z PASS [ 6.918s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
41422024-04-10T16:55:12.771Z PASS [ 7.099s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41432024-04-10T16:55:12.797Z PASS [ 7.060s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41442024-04-10T16:55:12.942Z PASS [ 6.966s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
41452024-04-10T16:55:17.072Z PASS [ 6.924s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
41462024-04-10T16:55:17.315Z PASS [ 6.914s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
41472024-04-10T16:55:17.629Z PASS [ 6.981s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
41482024-04-10T16:55:17.686Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41492024-04-10T16:55:17.777Z PASS [ 7.014s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41502024-04-10T16:55:19.261Z PASS [ 7.078s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41512024-04-10T16:55:19.777Z PASS [ 7.008s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
41522024-04-10T16:55:19.880Z PASS [ 7.095s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41532024-04-10T16:55:20.047Z PASS [ 7.107s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41542024-04-10T16:55:27.279Z PASS [ 6.969s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41552024-04-10T16:55:27.383Z PASS [ 6.944s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41562024-04-10T16:55:27.383Z PASS [ 7.507s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41572024-04-10T16:55:27.435Z PASS [ 7.031s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41582024-04-10T16:55:27.436Z PASS [ 7.148s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41592024-04-10T16:55:27.436Z PASS [ 7.140s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41602024-04-10T16:55:27.436Z PASS [ 7.055s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41612024-04-10T16:55:27.877Z PASS [ 10.569s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41622024-04-10T16:55:30.551Z PASS [ 5.850s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41632024-04-10T16:55:30.578Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41642024-04-10T16:55:30.848Z PASS [ 6.809s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41652024-04-10T16:55:30.891Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41662024-04-10T16:55:30.935Z PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41672024-04-10T16:55:31.038Z PASS [ 5.849s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41682024-04-10T16:55:31.078Z PASS [ 0.040s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41692024-04-10T16:55:33.230Z PASS [ 6.935s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41702024-04-10T16:55:33.846Z PASS [ 0.619s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
41712024-04-10T16:55:33.892Z PASS [ 6.968s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41722024-04-10T16:55:33.977Z PASS [ 0.083s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41732024-04-10T16:55:34.025Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41742024-04-10T16:55:34.054Z PASS [ 7.028s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41752024-04-10T16:55:34.078Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41762024-04-10T16:55:34.103Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41772024-04-10T16:55:34.128Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41782024-04-10T16:55:34.177Z PASS [ 7.077s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
41792024-04-10T16:55:34.869Z PASS [ 6.986s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
41802024-04-10T16:55:37.832Z PASS [ 6.895s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
41812024-04-10T16:55:37.986Z PASS [ 6.905s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
41822024-04-10T16:55:38.024Z PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix
41832024-04-10T16:55:38.218Z PASS [ 0.188s] nexus-inventory builder::test::test_basic
41842024-04-10T16:55:38.259Z PASS [ 0.048s] nexus-inventory builder::test::test_empty
41852024-04-10T16:55:38.325Z PASS [ 0.066s] nexus-inventory builder::test::test_problems
41862024-04-10T16:55:39.240Z PASS [ 0.917s] nexus-inventory collector::test::test_basic
41872024-04-10T16:55:39.711Z PASS [ 9.135s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
41882024-04-10T16:55:39.864Z PASS [ 5.784s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
41892024-04-10T16:55:40.061Z PASS [ 0.819s] nexus-inventory collector::test::test_multi_mgs
41902024-04-10T16:55:40.146Z PASS [ 0.433s] nexus-inventory collector::test::test_multi_mgs_failure
41912024-04-10T16:55:40.394Z PASS [ 0.531s] nexus-inventory collector::test::test_sled_agent_failure
41922024-04-10T16:55:40.722Z PASS [ 6.876s] nexus-db-queries db::queries::region_allocation::test::explainable
41932024-04-10T16:55:40.814Z PASS [ 0.088s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
41942024-04-10T16:55:40.876Z PASS [ 0.065s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
41952024-04-10T16:55:40.922Z PASS [ 0.044s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
41962024-04-10T16:55:40.980Z PASS [ 0.058s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
41972024-04-10T16:55:41.062Z PASS [ 6.953s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
41982024-04-10T16:55:41.185Z PASS [ 7.011s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
41992024-04-10T16:55:42.028Z PASS [ 7.161s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
42002024-04-10T16:55:42.165Z PASS [ 0.143s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
42012024-04-10T16:55:42.223Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
42022024-04-10T16:55:42.328Z PASS [ 0.102s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
42032024-04-10T16:55:42.458Z PASS [ 0.129s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
42042024-04-10T16:55:42.552Z PASS [ 0.095s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
42052024-04-10T16:55:42.624Z PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
42062024-04-10T16:55:42.724Z PASS [ 0.100s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
42072024-04-10T16:55:42.757Z PASS [ 0.034s] nexus-reconfigurator-planning ip_allocator::test::test_basic
42082024-04-10T16:55:42.862Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
42092024-04-10T16:55:43.031Z PASS [ 0.171s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
42102024-04-10T16:55:43.249Z PASS [ 0.217s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
42112024-04-10T16:55:43.321Z PASS [ 0.075s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
42122024-04-10T16:55:43.364Z PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing
42132024-04-10T16:55:43.529Z PASS [ 0.164s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
42142024-04-10T16:55:43.602Z PASS [ 0.071s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
42152024-04-10T16:55:43.717Z PASS [ 0.117s] omicron-certificates tests::test_cert_extended_key_usage
42162024-04-10T16:55:43.834Z PASS [ 0.116s] omicron-certificates tests::test_common_name_is_validated
42172024-04-10T16:55:43.963Z PASS [ 0.127s] omicron-certificates tests::test_subject_alternate_names_are_validated
42182024-04-10T16:55:44.009Z PASS [ 0.046s] omicron-common address::test::test_dns_subnets
42192024-04-10T16:55:44.043Z PASS [ 0.037s] omicron-common address::test::test_ip_range_checks_non_decreasing
42202024-04-10T16:55:44.102Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
42212024-04-10T16:55:44.138Z PASS [ 0.043s] omicron-common address::test::test_ip_range_iter
42222024-04-10T16:55:44.169Z PASS [ 0.032s] omicron-common address::test::test_ip_range_length
42232024-04-10T16:55:44.199Z PASS [ 0.030s] omicron-common address::test::test_ip_range_try_from
42242024-04-10T16:55:44.253Z PASS [ 0.049s] omicron-common address::test::test_ipv6_subnet_deserialize
42252024-04-10T16:55:44.280Z PASS [ 0.031s] omicron-common address::test::test_sled_address
42262024-04-10T16:55:44.320Z PASS [ 0.036s] omicron-common api::external::error::test::test_bail_unless
42272024-04-10T16:55:44.355Z PASS [ 0.030s] omicron-common api::external::error::test::test_context
42282024-04-10T16:55:44.401Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_pagination_examples
42292024-04-10T16:55:44.434Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42302024-04-10T16:55:44.485Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_id
42312024-04-10T16:55:44.516Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_name
42322024-04-10T16:55:44.546Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42332024-04-10T16:55:44.593Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42342024-04-10T16:55:44.620Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42352024-04-10T16:55:44.646Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount
42362024-04-10T16:55:44.677Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount_display
42372024-04-10T16:55:44.713Z PASS [ 0.035s] omicron-common api::external::test::test_digest
42382024-04-10T16:55:44.745Z PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization
42392024-04-10T16:55:44.793Z PASS [ 0.048s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42402024-04-10T16:55:44.830Z PASS [ 7.002s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
42412024-04-10T16:55:44.867Z PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_target_parse
42422024-04-10T16:55:44.895Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_from_str
42432024-04-10T16:55:44.895Z PASS [ 0.055s] omicron-common api::external::test::test_hostname_from_str
42442024-04-10T16:55:44.925Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_into_str
42452024-04-10T16:55:44.925Z PASS [ 0.033s] omicron-common api::external::test::test_ipnet_first_last_address
42462024-04-10T16:55:44.955Z PASS [ 0.029s] omicron-common api::external::test::test_ipnet_serde
42472024-04-10T16:55:44.981Z PASS [ 0.033s] omicron-common api::external::test::test_ipv4_net_operations
42482024-04-10T16:55:44.981Z PASS [ 0.037s] omicron-common api::external::test::test_ipv6_net_operations
42492024-04-10T16:55:45.014Z PASS [ 0.052s] omicron-common api::external::test::test_mac_system_iterator
42502024-04-10T16:55:45.039Z PASS [ 0.055s] omicron-common api::external::test::test_mac_to_int_conversions
42512024-04-10T16:55:45.068Z PASS [ 0.050s] omicron-common api::external::test::test_macaddr
42522024-04-10T16:55:45.093Z PASS [ 0.042s] omicron-common api::external::test::test_name_parse
42532024-04-10T16:55:45.118Z PASS [ 0.045s] omicron-common api::external::test::test_name_parse_from_param
42542024-04-10T16:55:45.118Z PASS [ 0.048s] omicron-common api::external::test::test_resource_name_parse
42552024-04-10T16:55:45.144Z PASS [ 0.041s] omicron-common api::external::test::test_role_name_parse
42562024-04-10T16:55:45.169Z PASS [ 0.042s] omicron-common api::external::test::test_route_destination_parse
42572024-04-10T16:55:45.201Z PASS [ 0.037s] omicron-common api::external::test::test_semver_serialize
42582024-04-10T16:55:45.201Z PASS [ 0.053s] omicron-common api::external::test::test_route_target_parse
42592024-04-10T16:55:45.229Z PASS [ 0.036s] omicron-common api::external::test::test_semver_validation
42602024-04-10T16:55:45.255Z PASS [ 0.039s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42612024-04-10T16:55:45.285Z PASS [ 0.044s] omicron-common ledger::test::test_create_default_ledger
42622024-04-10T16:55:45.310Z PASS [ 0.067s] omicron-common ledger::test::test_commit_handles_write_failures
42632024-04-10T16:55:45.335Z PASS [ 0.044s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42642024-04-10T16:55:45.361Z PASS [ 0.046s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42652024-04-10T16:55:45.388Z PASS [ 0.033s] omicron-common update::tests::serde_artifact_kind
42662024-04-10T16:55:46.198Z PASS [ 0.854s] omicron-dev::test_omicron_dev test_cert_create
42672024-04-10T16:55:47.344Z PASS [ 7.197s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
42682024-04-10T16:55:47.388Z PASS [ 7.329s] nexus-metrics-producer-gc tests::test_prune_expired_producers
42692024-04-10T16:55:47.456Z PASS [ 0.107s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42702024-04-10T16:55:47.491Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42712024-04-10T16:55:47.561Z PASS [ 0.111s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42722024-04-10T16:55:47.695Z PASS [ 0.196s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42732024-04-10T16:55:47.789Z PASS [ 0.089s] omicron-gateway management_switch::location_map::tests::test_config_validation
42742024-04-10T16:55:47.878Z PASS [ 0.100s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42752024-04-10T16:55:48.599Z PASS [ 0.723s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42762024-04-10T16:55:49.120Z PASS [ 0.522s] omicron-gateway::test_all integration_tests::component_list::component_list
42772024-04-10T16:55:49.559Z PASS [ 0.436s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42782024-04-10T16:55:50.000Z PASS [ 0.425s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
42792024-04-10T16:55:50.269Z PASS [ 0.277s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
42802024-04-10T16:55:52.942Z PASS [ 7.579s] omicron-dev::test_omicron_dev test_db_killed
42812024-04-10T16:55:56.098Z PASS [ 15.685s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
42822024-04-10T16:55:56.885Z PASS [ 15.827s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
42832024-04-10T16:55:56.999Z PASS [ 15.814s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
42842024-04-10T16:56:02.759Z PASS [ 15.193s] omicron-dev::test_omicron_dev test_run_all
42852024-04-10T16:56:03.381Z PASS [ 22.401s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
42862024-04-10T16:56:03.799Z PASS [ 17.601s] omicron-dev::test_omicron_dev test_db_run
42872024-04-10T16:56:06.877Z PASS [ 16.618s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
42882024-04-10T16:56:07.731Z PASS [ 14.793s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
42892024-04-10T16:56:10.813Z PASS [ 13.814s] omicron-nexus app::background::common::test::test_saga_request_flow
42902024-04-10T16:56:11.159Z PASS [ 14.275s] omicron-nexus app::background::common::test::test_driver_basic
42912024-04-10T16:56:11.907Z PASS [ 15.829s] omicron-nexus app::background::common::test::test_activation_in_progress
42922024-04-10T16:56:12.433Z PASS [ 0.528s] omicron-nexus app::external_endpoints::test::test_authority
42932024-04-10T16:56:12.549Z PASS [ 0.114s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
42942024-04-10T16:56:13.698Z PASS [ 1.151s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
42952024-04-10T16:56:13.791Z PASS [ 0.093s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
42962024-04-10T16:56:13.858Z PASS [ 0.063s] omicron-nexus app::external_endpoints::test::test_no_endpoint
42972024-04-10T16:56:13.941Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
42982024-04-10T16:56:15.977Z PASS [ 13.224s] omicron-nexus app::background::dns_config::test::test_basic
42992024-04-10T16:56:16.404Z PASS [ 13.027s] omicron-nexus app::background::dns_propagation::test::test_basic
43002024-04-10T16:56:16.910Z PASS [ 13.109s] omicron-nexus app::background::external_endpoints::test::test_basic
43012024-04-10T16:56:20.780Z PASS [ 13.906s] omicron-nexus app::background::init::test::test_dns_propagation_basic
43022024-04-10T16:56:24.351Z PASS [ 13.192s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
43032024-04-10T16:56:25.955Z PASS [ 15.145s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
43042024-04-10T16:56:26.784Z PASS [ 19.055s] omicron-nexus app::background::inventory_collection::test::test_basic
43052024-04-10T16:56:34.080Z PASS [ 17.176s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
43062024-04-10T16:56:34.774Z PASS [ 20.840s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
43072024-04-10T16:56:35.043Z PASS [ 18.640s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
43082024-04-10T16:56:37.121Z PASS [ 21.146s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
43092024-04-10T16:56:39.525Z PASS [ 18.746s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
43102024-04-10T16:56:43.506Z PASS [ 19.158s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
43112024-04-10T16:56:57.937Z PASS [ 23.166s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
43122024-04-10T16:56:59.783Z PASS [ 24.621s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
43132024-04-10T16:57:00.178Z PASS [ 26.102s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
43142024-04-10T16:57:01.068Z PASS [ 23.950s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
43152024-04-10T16:57:05.003Z PASS [ 25.480s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
43162024-04-10T16:57:09.582Z PASS [ 26.067s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43172024-04-10T16:57:20.070Z PASS [ 22.134s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43182024-04-10T16:57:20.286Z PASS [ 20.626s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43192024-04-10T16:57:24.753Z PASS [ 24.574s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43202024-04-10T16:57:25.572Z PASS [ 24.507s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43212024-04-10T16:57:25.952Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43222024-04-10T16:57:26.780Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43232024-04-10T16:57:27.410Z PASS [ 22.410s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43242024-04-10T16:57:31.847Z PASS [ 22.274s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43252024-04-10T16:57:41.047Z PASS [ 20.765s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43262024-04-10T16:57:46.369Z PASS [ 20.800s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43272024-04-10T16:57:47.797Z PASS [ 20.389s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43282024-04-10T16:57:49.861Z PASS [ 25.109s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43292024-04-10T16:57:51.362Z PASS [ 19.518s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43302024-04-10T16:57:51.419Z PASS [ 0.058s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43312024-04-10T16:58:00.691Z PASS [ 19.646s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43322024-04-10T16:58:00.820Z PASS [ 14.450s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43332024-04-10T16:58:01.420Z PASS [ 41.351s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43342024-04-10T16:58:11.885Z PASS [ 20.467s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43352024-04-10T16:58:15.170Z PASS [ 13.757s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43362024-04-10T16:58:25.949Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43372024-04-10T16:58:26.619Z PASS [ 25.805s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43382024-04-10T16:58:26.776Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43392024-04-10T16:58:27.351Z PASS [ 26.663s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43402024-04-10T16:58:27.406Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43412024-04-10T16:58:27.451Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43422024-04-10T16:58:27.500Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43432024-04-10T16:58:27.548Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43442024-04-10T16:58:27.594Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43452024-04-10T16:58:27.638Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43462024-04-10T16:58:27.686Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_relative_uri
43472024-04-10T16:58:27.795Z PASS [ 0.106s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43482024-04-10T16:58:30.524Z PASS [ 18.642s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43492024-04-10T16:58:30.960Z PASS [ 4.335s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43502024-04-10T16:58:31.120Z PASS [ 15.950s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43512024-04-10T16:58:32.522Z PASS [ 1.402s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43522024-04-10T16:58:33.530Z PASS [ 1.008s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43532024-04-10T16:58:33.637Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43542024-04-10T16:58:44.227Z PASS [ 13.270s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43552024-04-10T16:58:44.416Z PASS [ 13.894s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43562024-04-10T16:58:47.794Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43572024-04-10T16:58:48.373Z PASS [ 14.739s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43582024-04-10T16:58:49.854Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43592024-04-10T16:58:59.057Z PASS [ 69.205s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43602024-04-10T16:58:59.127Z PASS [ 14.902s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43612024-04-10T16:58:59.780Z PASS [ 15.358s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43622024-04-10T16:59:03.733Z PASS [ 15.358s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43632024-04-10T16:59:13.320Z PASS [ 14.188s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43642024-04-10T16:59:13.584Z PASS [ 13.805s] omicron-nexus::test_all integration_tests::basic::test_ping
43652024-04-10T16:59:13.717Z PASS [ 14.635s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43662024-04-10T16:59:21.729Z PASS [ 17.994s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43672024-04-10T16:59:25.942Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43682024-04-10T16:59:26.772Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43692024-04-10T16:59:27.018Z PASS [ 13.328s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43702024-04-10T16:59:27.408Z PASS [ 13.817s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43712024-04-10T16:59:27.792Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
43722024-04-10T16:59:34.302Z PASS [ 20.985s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43732024-04-10T16:59:35.403Z PASS [ 13.675s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43742024-04-10T16:59:40.375Z PASS [ 13.355s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43752024-04-10T16:59:40.743Z PASS [ 13.347s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43762024-04-10T16:59:41.259Z PASS [ 73.459s] omicron-nexus populate::test::test_populators
43772024-04-10T16:59:42.846Z PASS [ 1.595s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
43782024-04-10T16:59:42.876Z PASS [ 2.112s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
43792024-04-10T16:59:42.947Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43802024-04-10T16:59:43.425Z PASS [ 0.475s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
43812024-04-10T16:59:43.850Z PASS [ 0.986s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
43822024-04-10T16:59:47.790Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43832024-04-10T16:59:49.325Z PASS [ 15.027s] omicron-nexus::test_all integration_tests::certificates::test_crud
43842024-04-10T16:59:49.402Z PASS [ 13.992s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
43852024-04-10T16:59:57.267Z PASS [ 13.846s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
43862024-04-10T16:59:58.287Z PASS [ 14.449s] omicron-nexus::test_all integration_tests::console_api::test_assets
43872024-04-10T16:59:59.466Z PASS [ 19.096s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
43882024-04-10T17:00:03.424Z PASS [ 14.090s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
43892024-04-10T17:00:06.835Z PASS [ 17.425s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
43902024-04-10T17:00:12.611Z PASS [ 14.326s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
43912024-04-10T17:00:14.228Z PASS [ 14.355s] omicron-nexus::test_all integration_tests::console_api::test_session_me
43922024-04-10T17:00:15.442Z PASS [ 18.174s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
43932024-04-10T17:00:17.877Z PASS [ 14.459s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
43942024-04-10T17:00:24.820Z PASS [ 18.004s] omicron-nexus::test_all integration_tests::console_api::test_sessions
43952024-04-10T17:00:25.939Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43962024-04-10T17:00:26.777Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43972024-04-10T17:00:26.810Z PASS [ 14.200s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
43982024-04-10T17:00:28.848Z PASS [ 15.029s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
43992024-04-10T17:00:37.657Z PASS [ 22.219s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
44002024-04-10T17:00:45.672Z PASS [ 20.859s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
44012024-04-10T17:00:47.286Z PASS [ 29.417s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
44022024-04-10T17:00:47.786Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44032024-04-10T17:00:48.149Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
44042024-04-10T17:00:49.658Z PASS [ 20.811s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
44052024-04-10T17:00:50.816Z PASS [ 183.022s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44062024-04-10T17:00:57.476Z PASS [ 19.818s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
44072024-04-10T17:01:09.294Z PASS [ 19.228s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
44082024-04-10T17:01:10.795Z PASS [ 19.965s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
44092024-04-10T17:01:12.530Z PASS [ 15.058s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
44102024-04-10T17:01:13.220Z PASS [ 27.542s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
44112024-04-10T17:01:17.671Z PASS [ 30.384s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
44122024-04-10T17:01:23.543Z PASS [ 14.659s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
44132024-04-10T17:01:25.935Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44142024-04-10T17:01:26.765Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44152024-04-10T17:01:27.094Z PASS [ 14.565s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44162024-04-10T17:01:28.974Z PASS [ 18.208s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44172024-04-10T17:01:33.236Z PASS [ 19.281s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44182024-04-10T17:01:40.524Z PASS [ 16.980s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44192024-04-10T17:01:44.517Z PASS [ 26.852s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44202024-04-10T17:01:46.397Z PASS [ 19.305s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44212024-04-10T17:01:47.891Z PASS [ 18.918s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44222024-04-10T17:01:48.144Z PASS [ 60.006s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
44232024-04-10T17:01:52.541Z PASS [ 20.049s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44242024-04-10T17:02:00.960Z PASS [ 20.435s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44252024-04-10T17:02:03.294Z PASS [ 18.776s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44262024-04-10T17:02:05.230Z PASS [ 18.827s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
44272024-04-10T17:02:05.927Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
44282024-04-10T17:02:06.719Z PASS [ 18.828s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
44292024-04-10T17:02:09.184Z PASS [ 16.641s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
44302024-04-10T17:02:20.476Z PASS [ 19.521s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
44312024-04-10T17:02:22.573Z PASS [ 19.282s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
44322024-04-10T17:02:25.932Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44332024-04-10T17:02:26.760Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44342024-04-10T17:02:27.840Z PASS [ 22.617s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44352024-04-10T17:02:32.719Z PASS [ 26.793s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44362024-04-10T17:02:36.610Z PASS [ 16.137s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44372024-04-10T17:02:40.149Z PASS [ 33.431s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44382024-04-10T17:02:41.366Z PASS [ 32.187s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44392024-04-10T17:02:44.991Z PASS [ 17.153s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44402024-04-10T17:02:45.933Z PASS [ 23.348s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44412024-04-10T17:02:52.245Z PASS [ 15.635s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44422024-04-10T17:02:53.064Z PASS [ 0.408s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44432024-04-10T17:02:53.147Z PASS [ 0.495s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44442024-04-10T17:02:53.608Z PASS [ 0.461s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44452024-04-10T17:02:54.103Z PASS [ 0.493s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44462024-04-10T17:02:55.282Z PASS [ 22.567s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44472024-04-10T17:02:55.392Z PASS [ 15.247s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44482024-04-10T17:02:56.376Z PASS [ 15.013s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
44492024-04-10T17:03:00.296Z PASS [ 15.308s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
44502024-04-10T17:03:00.912Z PASS [ 14.991s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
44512024-04-10T17:03:12.596Z PASS [ 18.497s] omicron-nexus::test_all integration_tests::images::test_image_create
44522024-04-10T17:03:14.505Z PASS [ 19.220s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44532024-04-10T17:03:15.439Z PASS [ 19.064s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44542024-04-10T17:03:16.276Z PASS [ 20.886s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44552024-04-10T17:03:18.582Z PASS [ 18.247s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44562024-04-10T17:03:18.701Z PASS [ 17.789s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44572024-04-10T17:03:24.061Z PASS [ 8.211s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44582024-04-10T17:03:24.258Z PASS [ 7.980s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44592024-04-10T17:03:25.927Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44602024-04-10T17:03:26.051Z PASS [ 7.505s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44612024-04-10T17:03:26.490Z PASS [ 7.787s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44622024-04-10T17:03:26.757Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44632024-04-10T17:03:30.699Z PASS [ 18.102s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44642024-04-10T17:03:30.952Z PASS [ 16.426s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44652024-04-10T17:03:45.910Z PASS [ 14.982s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44662024-04-10T17:03:46.740Z PASS [ 23.088s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44672024-04-10T17:03:49.678Z PASS [ 23.630s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44682024-04-10T17:03:56.062Z PASS [ 23.676s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44692024-04-10T17:03:56.145Z PASS [ 31.890s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44702024-04-10T17:03:57.942Z PASS [ 31.461s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44712024-04-10T17:04:00.978Z PASS [ 15.074s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44722024-04-10T17:04:04.455Z PASS [ 14.780s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44732024-04-10T17:04:15.579Z PASS [ 28.845s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44742024-04-10T17:04:15.905Z PASS [ 14.927s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44752024-04-10T17:04:16.062Z PASS [ 469.315s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44762024-04-10T17:04:17.096Z PASS [ 19.157s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44772024-04-10T17:04:18.451Z PASS [ 472.532s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44782024-04-10T17:04:22.694Z PASS [ 28.327s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44792024-04-10T17:04:26.961Z PASS [ 22.509s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44802024-04-10T17:04:40.144Z PASS [ 23.041s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44812024-04-10T17:04:40.954Z PASS [ 25.379s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44822024-04-10T17:04:41.000Z PASS [ 24.938s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44832024-04-10T17:04:42.924Z PASS [ 27.022s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44842024-04-10T17:04:43.867Z PASS [ 25.422s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44852024-04-10T17:04:46.213Z PASS [ 50.072s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44862024-04-10T17:04:51.215Z PASS [ 28.519s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
44872024-04-10T17:05:00.372Z PASS [ 19.417s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
44882024-04-10T17:05:00.456Z PASS [ 20.321s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
44892024-04-10T17:05:02.752Z PASS [ 35.796s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
44902024-04-10T17:05:06.629Z PASS [ 25.633s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
44912024-04-10T17:05:06.655Z PASS [ 22.783s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
44922024-04-10T17:05:07.556Z PASS [ 21.346s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
44932024-04-10T17:05:11.167Z PASS [ 28.246s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
44942024-04-10T17:05:13.647Z PASS [ 22.436s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
44952024-04-10T17:05:21.485Z PASS [ 14.841s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
44962024-04-10T17:05:22.995Z PASS [ 22.535s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
44972024-04-10T17:05:23.053Z PASS [ 15.494s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
44982024-04-10T17:05:27.591Z PASS [ 20.946s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
44992024-04-10T17:05:27.729Z PASS [ 24.972s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
45002024-04-10T17:05:30.440Z PASS [ 19.258s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
45012024-04-10T17:05:31.469Z PASS [ 17.824s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
45022024-04-10T17:05:31.904Z PASS [ 31.540s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
45032024-04-10T17:05:35.249Z PASS [ 13.782s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
45042024-04-10T17:05:40.831Z PASS [ 13.108s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
45052024-04-10T17:05:41.449Z PASS [ 18.394s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
45062024-04-10T17:05:45.194Z PASS [ 14.768s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
45072024-04-10T17:05:45.736Z PASS [ 14.266s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
45082024-04-10T17:05:45.795Z PASS [ 13.861s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
45092024-04-10T17:05:47.570Z PASS [ 19.978s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
45102024-04-10T17:05:47.865Z PASS [ 24.876s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
45112024-04-10T17:05:49.332Z PASS [ 14.082s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
45122024-04-10T17:05:55.695Z PASS [ 14.252s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45132024-04-10T17:05:57.140Z PASS [ 16.312s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
45142024-04-10T17:05:59.028Z PASS [ 13.835s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45152024-04-10T17:05:59.082Z PASS [ 13.309s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45162024-04-10T17:05:59.164Z PASS [ 13.426s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45172024-04-10T17:06:00.433Z PASS [ 12.866s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45182024-04-10T17:06:00.946Z PASS [ 13.071s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45192024-04-10T17:06:02.764Z PASS [ 13.431s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45202024-04-10T17:06:11.433Z PASS [ 15.730s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45212024-04-10T17:06:11.665Z PASS [ 14.527s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45222024-04-10T17:06:12.939Z PASS [ 13.867s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45232024-04-10T17:06:14.421Z PASS [ 13.489s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45242024-04-10T17:06:14.486Z PASS [ 15.461s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45252024-04-10T17:06:15.623Z PASS [ 12.861s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45262024-04-10T17:06:19.285Z PASS [ 20.127s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45272024-04-10T17:06:29.592Z PASS [ 18.171s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45282024-04-10T17:06:33.138Z PASS [ 18.649s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45292024-04-10T17:06:33.168Z PASS [ 18.746s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45302024-04-10T17:06:34.228Z PASS [ 18.609s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45312024-04-10T17:06:36.701Z PASS [ 25.035s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45322024-04-10T17:06:43.457Z PASS [ 43.023s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45332024-04-10T17:06:46.438Z PASS [ 33.497s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45342024-04-10T17:06:51.741Z PASS [ 18.608s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45352024-04-10T17:06:51.978Z PASS [ 32.696s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45362024-04-10T17:07:00.840Z PASS [ 24.143s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45372024-04-10T17:07:00.906Z PASS [ 26.678s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45382024-04-10T17:07:02.738Z PASS [ 33.151s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45392024-04-10T17:07:04.254Z PASS [ 17.817s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45402024-04-10T17:07:05.808Z PASS [ 32.644s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45412024-04-10T17:07:07.543Z PASS [ 24.091s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45422024-04-10T17:07:17.007Z PASS [ 16.103s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45432024-04-10T17:07:17.343Z PASS [ 14.603s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45442024-04-10T17:07:21.849Z PASS [ 14.306s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45452024-04-10T17:07:22.487Z PASS [ 18.231s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45462024-04-10T17:07:23.330Z PASS [ 31.589s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
45472024-04-10T17:07:23.512Z PASS [ 17.708s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45482024-04-10T17:07:25.006Z PASS [ 33.033s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
45492024-04-10T17:07:34.653Z PASS [ 17.649s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
45502024-04-10T17:07:36.759Z PASS [ 13.245s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
45512024-04-10T17:07:37.231Z PASS [ 14.750s] omicron-nexus::test_all integration_tests::projects::test_projects
45522024-04-10T17:07:37.278Z PASS [ 15.432s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
45532024-04-10T17:07:37.621Z PASS [ 12.611s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45542024-04-10T17:07:39.028Z PASS [ 21.688s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45552024-04-10T17:07:46.016Z PASS [ 45.181s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45562024-04-10T17:07:49.478Z PASS [ 14.824s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45572024-04-10T17:07:50.580Z PASS [ 13.822s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45582024-04-10T17:07:51.055Z PASS [ 13.827s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45592024-04-10T17:07:51.202Z PASS [ 13.582s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45602024-04-10T17:07:51.424Z PASS [ 0.362s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45612024-04-10T17:07:51.604Z PASS [ 14.326s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45622024-04-10T17:07:52.131Z PASS [ 13.105s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45632024-04-10T17:07:52.401Z PASS [ 0.269s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45642024-04-10T17:07:52.512Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45652024-04-10T17:07:52.611Z PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45662024-04-10T17:07:52.711Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45672024-04-10T17:07:52.818Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45682024-04-10T17:07:52.949Z PASS [ 3.472s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45692024-04-10T17:07:54.043Z PASS [ 3.463s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45702024-04-10T17:07:54.601Z PASS [ 3.401s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45712024-04-10T17:07:54.782Z PASS [ 3.366s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45722024-04-10T17:07:56.781Z PASS [ 33.458s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45732024-04-10T17:07:58.781Z PASS [ 12.763s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45742024-04-10T17:07:58.895Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45752024-04-10T17:08:06.405Z PASS [ 13.586s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45762024-04-10T17:08:06.910Z PASS [ 13.963s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45772024-04-10T17:08:06.935Z PASS [ 15.328s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45782024-04-10T17:08:07.020Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45792024-04-10T17:08:07.046Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45802024-04-10T17:08:07.371Z PASS [ 13.331s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45812024-04-10T17:08:08.157Z PASS [ 13.559s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45822024-04-10T17:08:08.183Z PASS [ 13.399s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45832024-04-10T17:08:09.723Z PASS [ 12.952s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45842024-04-10T17:08:12.097Z PASS [ 13.212s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45852024-04-10T17:08:18.619Z PASS [ 12.217s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
45862024-04-10T17:08:18.776Z PASS [ 11.416s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
45872024-04-10T17:08:18.821Z PASS [ 11.801s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
45882024-04-10T17:08:18.846Z PASS [ 11.816s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
45892024-04-10T17:08:19.476Z PASS [ 11.320s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
45902024-04-10T17:08:30.800Z PASS [ 11.319s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
45912024-04-10T17:08:32.416Z PASS [ 13.365s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
45922024-04-10T17:08:43.551Z PASS [ 12.330s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
45932024-04-10T17:08:43.999Z PASS [ 11.203s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
45942024-04-10T17:08:55.565Z PASS [ 12.445s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
45952024-04-10T17:08:55.590Z PASS [ 12.400s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
45962024-04-10T17:09:02.197Z PASS [ 6.611s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
45972024-04-10T17:09:27.781Z PASS [ 25.586s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
45982024-04-10T17:09:33.143Z PASS [ 37.578s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
45992024-04-10T17:09:46.202Z PASS [ 18.424s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
46002024-04-10T17:09:54.697Z PASS [ 21.535s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
46012024-04-10T17:10:05.755Z PASS [ 11.081s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
46022024-04-10T17:10:05.856Z PASS [ 11.166s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
46032024-04-10T17:10:06.355Z PASS [ 11.673s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
46042024-04-10T17:10:06.626Z PASS [ 11.926s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
46052024-04-10T17:10:10.261Z PASS [ 24.012s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
46062024-04-10T17:10:19.064Z PASS [ 13.311s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
46072024-04-10T17:10:19.517Z PASS [ 13.657s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
46082024-04-10T17:10:19.836Z PASS [ 13.481s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
46092024-04-10T17:10:20.052Z PASS [ 13.427s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
46102024-04-10T17:10:23.493Z PASS [ 13.270s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
46112024-04-10T17:10:23.571Z PASS [ 13.317s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
46122024-04-10T17:10:23.642Z PASS [ 13.405s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
46132024-04-10T17:10:24.737Z PASS [ 14.521s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46142024-04-10T17:10:33.568Z PASS [ 14.505s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46152024-04-10T17:10:33.723Z PASS [ 14.208s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46162024-04-10T17:10:34.336Z PASS [ 14.286s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46172024-04-10T17:10:37.612Z PASS [ 14.040s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46182024-04-10T17:10:37.680Z PASS [ 14.044s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46192024-04-10T17:10:38.034Z PASS [ 18.198s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46202024-04-10T17:10:38.544Z PASS [ 13.813s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46212024-04-10T17:10:38.827Z PASS [ 15.335s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46222024-04-10T17:10:47.602Z PASS [ 13.880s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46232024-04-10T17:10:47.761Z PASS [ 14.194s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46242024-04-10T17:10:50.082Z PASS [ 15.748s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46252024-04-10T17:10:51.401Z PASS [ 12.850s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46262024-04-10T17:10:52.351Z PASS [ 14.670s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46272024-04-10T17:10:54.413Z PASS [ 16.382s] omicron-nexus::test_all integration_tests::silos::test_silos
46282024-04-10T17:10:55.431Z PASS [ 17.821s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46292024-04-10T17:10:56.692Z PASS [ 17.867s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46302024-04-10T17:11:00.763Z PASS [ 13.162s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46312024-04-10T17:11:04.432Z PASS [ 14.343s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46322024-04-10T17:11:05.581Z PASS [ 17.822s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46332024-04-10T17:11:07.977Z PASS [ 13.565s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46342024-04-10T17:11:09.646Z PASS [ 14.216s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46352024-04-10T17:11:11.208Z PASS [ 14.518s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46362024-04-10T17:11:13.099Z PASS [ 21.707s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46372024-04-10T17:11:14.706Z PASS [ 13.945s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46382024-04-10T17:11:15.009Z PASS [ 22.660s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46392024-04-10T17:11:15.608Z PASS [ 4.398s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46402024-04-10T17:11:16.055Z PASS [ 1.350s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46412024-04-10T17:11:17.558Z PASS [ 4.462s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46422024-04-10T17:11:19.358Z PASS [ 4.349s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46432024-04-10T17:11:19.959Z PASS [ 4.352s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46442024-04-10T17:11:20.736Z PASS [ 0.765s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46452024-04-10T17:11:25.738Z PASS [ 20.155s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
46462024-04-10T17:11:26.214Z PASS [ 21.789s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
46472024-04-10T17:11:27.159Z PASS [ 17.516s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
46482024-04-10T17:11:27.686Z PASS [ 19.713s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
46492024-04-10T17:11:29.454Z PASS [ 13.398s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
46502024-04-10T17:11:33.406Z PASS [ 12.683s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
46512024-04-10T17:11:39.514Z PASS [ 13.300s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46522024-04-10T17:11:41.167Z PASS [ 23.604s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46532024-04-10T17:11:41.193Z PASS [ 14.024s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46542024-04-10T17:11:42.459Z PASS [ 16.725s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
46552024-04-10T17:11:49.549Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46562024-04-10T17:11:51.189Z PASS [ 23.504s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46572024-04-10T17:11:56.180Z PASS [ 22.776s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46582024-04-10T17:12:02.500Z PASS [ 22.985s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46592024-04-10T17:12:03.402Z PASS [ 22.216s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46602024-04-10T17:12:03.682Z PASS [ 22.518s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46612024-04-10T17:12:04.380Z PASS [ 21.923s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46622024-04-10T17:12:12.529Z PASS [ 22.981s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46632024-04-10T17:12:12.710Z PASS [ 21.521s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46642024-04-10T17:12:17.674Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46652024-04-10T17:12:19.354Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46662024-04-10T17:12:20.477Z PASS [ 61.123s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46672024-04-10T17:12:20.950Z PASS [ 17.556s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46682024-04-10T17:12:21.976Z PASS [ 19.482s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46692024-04-10T17:12:28.947Z PASS [ 25.268s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46702024-04-10T17:12:29.861Z PASS [ 25.482s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46712024-04-10T17:12:40.911Z PASS [ 19.961s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46722024-04-10T17:12:42.734Z PASS [ 30.208s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46732024-04-10T17:12:42.906Z PASS [ 13.045s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46742024-04-10T17:12:43.057Z PASS [ 30.351s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46752024-04-10T17:12:44.792Z PASS [ 22.818s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46762024-04-10T17:12:46.868Z PASS [ 29.196s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46772024-04-10T17:12:50.278Z PASS [ 21.334s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46782024-04-10T17:12:50.836Z PASS [ 30.362s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46792024-04-10T17:12:53.638Z PASS [ 12.728s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46802024-04-10T17:12:55.482Z PASS [ 12.748s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46812024-04-10T17:12:55.666Z PASS [ 12.611s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46822024-04-10T17:12:55.728Z PASS [ 12.808s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46832024-04-10T17:12:57.197Z PASS [ 12.406s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46842024-04-10T17:12:59.245Z PASS [ 12.374s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46852024-04-10T17:13:03.343Z PASS [ 13.064s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46862024-04-10T17:13:03.709Z PASS [ 12.874s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46872024-04-10T17:13:08.507Z PASS [ 12.831s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46882024-04-10T17:13:08.545Z PASS [ 13.035s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46892024-04-10T17:13:08.984Z PASS [ 14.935s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46902024-04-10T17:13:09.013Z PASS [ 13.020s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46912024-04-10T17:13:09.449Z PASS [ 12.250s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46922024-04-10T17:13:11.753Z PASS [ 12.512s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46932024-04-10T17:13:16.854Z PASS [ 13.142s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
46942024-04-10T17:13:16.879Z PASS [ 13.531s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
46952024-04-10T17:13:21.529Z PASS [ 13.033s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
46962024-04-10T17:13:21.611Z PASS [ 13.040s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
46972024-04-10T17:13:21.698Z PASS [ 13.182s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
46982024-04-10T17:13:21.723Z PASS [ 12.990s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
46992024-04-10T17:13:22.437Z PASS [ 12.993s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
47002024-04-10T17:13:25.545Z PASS [ 13.794s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
47012024-04-10T17:13:30.575Z PASS [ 13.727s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
47022024-04-10T17:13:30.768Z PASS [ 13.899s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
47032024-04-10T17:13:35.002Z PASS [ 13.389s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47042024-04-10T17:13:35.392Z PASS [ 13.862s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
47052024-04-10T17:13:36.802Z PASS [ 15.107s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47062024-04-10T17:13:36.863Z PASS [ 0.060s] omicron-package dot::test::test_bad_dependency
47072024-04-10T17:13:36.900Z PASS [ 0.035s] omicron-package dot::test::test_dot_output
47082024-04-10T17:13:37.539Z PASS [ 15.821s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47092024-04-10T17:13:37.565Z PASS [ 0.024s] omicron-passwords test::test_password_constraints
47102024-04-10T17:13:38.467Z PASS [ 3.078s] omicron-omdb::test_all_output test_omdb_usage_errors
47112024-04-10T17:13:39.934Z PASS [ 2.370s] omicron-passwords test::test_reproducible
47122024-04-10T17:13:39.978Z PASS [ 0.043s] omicron-passwords test::test_stable
47132024-04-10T17:13:40.004Z PASS [ 0.024s] omicron-passwords test::test_weak_hashes
47142024-04-10T17:13:40.030Z PASS [ 0.022s] omicron-rpaths internal::tests::test_configure_from_path
47152024-04-10T17:13:40.073Z PASS [ 0.049s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47162024-04-10T17:13:40.098Z PASS [ 0.022s] omicron-rpaths internal::tests::test_emit_rpath
47172024-04-10T17:13:40.276Z PASS [ 0.181s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47182024-04-10T17:13:40.880Z PASS [ 0.604s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47192024-04-10T17:13:40.975Z PASS [ 0.092s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47202024-04-10T17:13:41.126Z PASS [ 0.148s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47212024-04-10T17:13:41.219Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47222024-04-10T17:13:41.786Z PASS [ 0.567s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47232024-04-10T17:13:41.852Z PASS [ 0.062s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47242024-04-10T17:13:41.888Z PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47252024-04-10T17:13:41.996Z PASS [ 0.088s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47262024-04-10T17:13:42.038Z PASS [ 0.061s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47272024-04-10T17:13:42.071Z PASS [ 0.035s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47282024-04-10T17:13:42.123Z PASS [ 0.048s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47292024-04-10T17:13:42.163Z PASS [ 0.044s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47302024-04-10T17:13:42.201Z PASS [ 0.038s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47312024-04-10T17:13:42.233Z PASS [ 0.031s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47322024-04-10T17:13:42.287Z PASS [ 0.054s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47332024-04-10T17:13:42.332Z PASS [ 0.035s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47342024-04-10T17:13:42.362Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47352024-04-10T17:13:42.397Z PASS [ 0.037s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47362024-04-10T17:13:42.456Z PASS [ 0.058s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47372024-04-10T17:13:42.503Z PASS [ 0.047s] omicron-sled-agent config::test::test_smf_configs
47382024-04-10T17:13:42.528Z PASS [ 5.616s] omicron-passwords test::test_compatible
47392024-04-10T17:13:42.560Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47402024-04-10T17:13:42.585Z PASS [ 0.068s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47412024-04-10T17:13:42.610Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47422024-04-10T17:13:42.635Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47432024-04-10T17:13:42.635Z PASS [ 17.088s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47442024-04-10T17:13:42.660Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47452024-04-10T17:13:42.691Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47462024-04-10T17:13:42.849Z PASS [ 20.417s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47472024-04-10T17:13:45.146Z PASS [ 2.294s] omicron-sled-agent instance::tests::test_instance_manager_creation
47482024-04-10T17:13:45.628Z PASS [ 2.572s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47492024-04-10T17:13:45.628Z PASS [ 0.040s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47502024-04-10T17:13:45.628Z PASS [ 0.036s] omicron-sled-agent profile::tests::empty_profile
47512024-04-10T17:13:45.628Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_disabled_instance
47522024-04-10T17:13:45.628Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_instance
47532024-04-10T17:13:45.628Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple
47542024-04-10T17:13:45.628Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_property
47552024-04-10T17:13:45.628Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property_group
47562024-04-10T17:13:45.628Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_service
47572024-04-10T17:13:45.628Z PASS [ 0.057s] omicron-sled-agent profile::tests::test_service_property_group
47582024-04-10T17:13:45.675Z PASS [ 0.087s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47592024-04-10T17:13:45.727Z PASS [ 0.039s] omicron-sled-agent rack_setup::config::test::test_subnets
47602024-04-10T17:13:45.756Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47612024-04-10T17:13:45.792Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47622024-04-10T17:13:45.836Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47632024-04-10T17:13:45.881Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47642024-04-10T17:13:45.931Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47652024-04-10T17:13:45.981Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47662024-04-10T17:13:46.043Z PASS [ 3.396s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47672024-04-10T17:13:46.069Z PASS [ 3.392s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47682024-04-10T17:13:46.070Z PASS [ 0.073s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47692024-04-10T17:13:46.107Z PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema
47702024-04-10T17:13:46.107Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47712024-04-10T17:13:46.549Z PASS [ 15.975s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47722024-04-10T17:13:46.742Z PASS [ 15.976s] omicron-omdb::test_all_output test_omdb_env_settings
47732024-04-10T17:13:48.528Z PASS [ 2.477s] omicron-sled-agent services::test::test_bad_generations
47742024-04-10T17:13:48.593Z PASS [ 2.489s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47752024-04-10T17:13:48.662Z PASS [ 2.575s] omicron-sled-agent services::test::test_ensure_service
47762024-04-10T17:13:48.892Z PASS [ 2.150s] omicron-sled-agent services::test::test_old_ledger_migration
47772024-04-10T17:13:48.926Z PASS [ 0.034s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47782024-04-10T17:13:48.965Z PASS [ 0.041s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47792024-04-10T17:13:49.048Z PASS [ 2.498s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47802024-04-10T17:13:49.073Z PASS [ 0.095s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47812024-04-10T17:13:49.098Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47822024-04-10T17:13:49.124Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47832024-04-10T17:13:49.149Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47842024-04-10T17:13:49.181Z PASS [ 0.071s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47852024-04-10T17:13:49.209Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47862024-04-10T17:13:49.234Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47872024-04-10T17:13:49.264Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_no_components
47882024-04-10T17:13:49.305Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_sled_agent_version
47892024-04-10T17:13:49.349Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version
47902024-04-10T17:13:49.486Z PASS [ 0.137s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47912024-04-10T17:13:49.522Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47922024-04-10T17:13:50.510Z PASS [ 1.979s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47932024-04-10T17:13:50.923Z PASS [ 2.326s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
47942024-04-10T17:13:50.973Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
47952024-04-10T17:13:51.004Z PASS [ 2.343s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
47962024-04-10T17:13:51.680Z PASS [ 13.212s] omicron-passwords test::test_smoke
47972024-04-10T17:13:51.931Z PASS [ 2.740s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
47982024-04-10T17:13:52.050Z PASS [ 0.107s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
47992024-04-10T17:13:52.050Z PASS [ 2.511s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48002024-04-10T17:13:52.078Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
48012024-04-10T17:13:52.105Z PASS [ 0.059s] omicron-sled-agent zone_bundle::tests::test_disk_usage
48022024-04-10T17:13:52.130Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
48032024-04-10T17:13:52.155Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
48042024-04-10T17:13:52.181Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48052024-04-10T17:13:52.447Z PASS [ 0.288s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48062024-04-10T17:13:52.664Z PASS [ 2.153s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48072024-04-10T17:13:52.734Z PASS [ 0.587s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48082024-04-10T17:13:52.772Z PASS [ 0.325s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48092024-04-10T17:13:52.810Z PASS [ 0.073s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48102024-04-10T17:13:52.836Z PASS [ 0.060s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48112024-04-10T17:13:52.874Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48122024-04-10T17:13:52.912Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48132024-04-10T17:13:52.938Z PASS [ 17.926s] omicron-omdb::test_all_output test_omdb_success_cases
48142024-04-10T17:13:52.938Z PASS [ 1.931s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48152024-04-10T17:13:52.963Z PASS [ 0.282s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48162024-04-10T17:13:52.963Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48172024-04-10T17:13:53.007Z PASS [ 0.091s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48182024-04-10T17:13:53.237Z PASS [ 0.302s] omicron-test-utils dev::db::test::test_bad_cmd
48192024-04-10T17:13:53.282Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48202024-04-10T17:13:53.316Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48212024-04-10T17:13:53.343Z PASS [ 0.323s] omicron-test-utils dev::db::test::test_database_start_hang
48222024-04-10T17:13:53.343Z PASS [ 2.354s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48232024-04-10T17:13:53.372Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48242024-04-10T17:13:53.372Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_process_exit_normal
48252024-04-10T17:13:53.442Z PASS [ 0.497s] omicron-test-utils dev::db::test::test_cmd_fails
48262024-04-10T17:13:53.475Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir
48272024-04-10T17:13:53.529Z PASS [ 0.054s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48282024-04-10T17:13:53.568Z PASS [ 0.038s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48292024-04-10T17:13:53.635Z PASS [ 0.062s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48302024-04-10T17:13:53.669Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range
48312024-04-10T17:13:53.706Z PASS [ 0.033s] oximeter histogram::tests::test_bin_range_from
48322024-04-10T17:13:53.732Z PASS [ 0.031s] oximeter histogram::tests::test_bin_range_to
48332024-04-10T17:13:53.769Z PASS [ 0.030s] oximeter histogram::tests::test_empty_bins_not_supported
48342024-04-10T17:13:53.799Z PASS [ 0.036s] oximeter histogram::tests::test_ensure_finite
48352024-04-10T17:13:53.835Z PASS [ 0.036s] oximeter histogram::tests::test_histogram
48362024-04-10T17:13:53.860Z PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48372024-04-10T17:13:53.885Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_extreme_bins
48382024-04-10T17:13:53.914Z PASS [ 0.042s] oximeter histogram::tests::test_histogram_extreme_samples
48392024-04-10T17:13:53.940Z PASS [ 0.045s] oximeter histogram::tests::test_histogram_float_bins
48402024-04-10T17:13:53.940Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_to_arrays
48412024-04-10T17:13:53.966Z PASS [ 0.031s] oximeter histogram::tests::test_histogram_unbounded_samples
48422024-04-10T17:13:53.992Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unsorted_bins
48432024-04-10T17:13:53.992Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_with_bins
48442024-04-10T17:13:54.019Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48452024-04-10T17:13:54.019Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48462024-04-10T17:13:54.083Z PASS [ 2.382s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48472024-04-10T17:13:54.083Z PASS [ 0.060s] oximeter histogram::tests::test_log_linear_bins_all_representable
48482024-04-10T17:13:54.109Z PASS [ 0.080s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48492024-04-10T17:13:54.142Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48502024-04-10T17:13:54.142Z PASS [ 0.063s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48512024-04-10T17:13:54.167Z PASS [ 0.050s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48522024-04-10T17:13:54.167Z PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48532024-04-10T17:13:54.193Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48542024-04-10T17:13:54.219Z PASS [ 0.043s] oximeter histogram::tests::test_span_decades
48552024-04-10T17:13:54.246Z PASS [ 0.041s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48562024-04-10T17:13:54.246Z PASS [ 0.054s] oximeter histogram::tests::test_span_decades_other_counts_f64
48572024-04-10T17:13:54.246Z LEAK [ 0.876s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48582024-04-10T17:13:54.271Z PASS [ 0.047s] oximeter schema::tests::test_field_schema_ordering
48592024-04-10T17:13:54.271Z PASS [ 0.070s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48602024-04-10T17:13:54.297Z PASS [ 0.045s] oximeter schema::tests::test_timeseries_name
48612024-04-10T17:13:54.334Z PASS [ 0.044s] oximeter schema::tests::test_timeseries_name_from_str
48622024-04-10T17:13:54.334Z PASS [ 0.033s] oximeter schema::tests::test_timeseries_schema_from_parts
48632024-04-10T17:13:54.334Z PASS [ 0.078s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48642024-04-10T17:13:54.702Z PASS [ 0.043s] oximeter test_util::tests::test_gen_test_samples
48652024-04-10T17:13:54.703Z PASS [ 0.055s] oximeter schema::tests::test_timeseries_schema_from_sample
48662024-04-10T17:13:54.703Z PASS [ 0.050s] oximeter traits::tests::test_metric_trait
48672024-04-10T17:13:54.703Z PASS [ 0.037s] oximeter traits::tests::test_producer_trait
48682024-04-10T17:13:54.703Z PASS [ 0.052s] oximeter traits::tests::test_target_trait
48692024-04-10T17:13:54.730Z PASS [ 0.042s] oximeter types::tests::test_cumulative_f64
48702024-04-10T17:13:54.730Z PASS [ 0.048s] oximeter types::tests::test_cumulative_i64
48712024-04-10T17:13:54.730Z PASS [ 0.038s] oximeter types::tests::test_datum
48722024-04-10T17:13:54.730Z PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48732024-04-10T17:13:54.730Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48742024-04-10T17:13:54.730Z PASS [ 0.058s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48752024-04-10T17:13:54.730Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48762024-04-10T17:13:54.730Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48772024-04-10T17:13:54.730Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48782024-04-10T17:13:54.730Z PASS [ 0.051s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48792024-04-10T17:13:54.731Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48802024-04-10T17:13:54.731Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48812024-04-10T17:13:54.731Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48822024-04-10T17:13:54.731Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48832024-04-10T17:13:54.731Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48842024-04-10T17:13:54.731Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48852024-04-10T17:13:54.731Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48862024-04-10T17:13:54.731Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48872024-04-10T17:13:54.731Z PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48882024-04-10T17:13:54.731Z PASS [ 0.056s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48892024-04-10T17:13:54.731Z PASS [ 0.055s] oximeter types::tests::test_measurement
48902024-04-10T17:13:54.731Z PASS [ 0.038s] oximeter types::tests::test_verify_field_names
48912024-04-10T17:13:54.731Z PASS [ 0.050s] oximeter types::tests::test_sample_struct
48922024-04-10T17:13:54.785Z PASS [ 0.124s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
48932024-04-10T17:13:54.811Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
48942024-04-10T17:13:54.888Z PASS [ 0.073s] oximeter-collector self_stats::tests::test_no_schema_changes
48952024-04-10T17:13:54.937Z PASS [ 0.236s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
48962024-04-10T17:13:54.963Z PASS [ 0.262s] oximeter-collector agent::tests::test_self_stat_error_counter
48972024-04-10T17:13:54.963Z PASS [ 0.272s] oximeter-collector agent::tests::test_self_stat_collection_count
48982024-04-10T17:13:55.000Z PASS [ 0.049s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
48992024-04-10T17:13:55.037Z PASS [ 0.051s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
49002024-04-10T17:13:55.038Z PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
49012024-04-10T17:13:55.184Z PASS [ 0.298s] oximeter-collector::test_commands test_oximeter_no_args
49022024-04-10T17:13:55.364Z PASS [ 0.432s] oximeter-collector::test_commands test_oximeter_openapi
49032024-04-10T17:13:56.373Z PASS [ 1.365s] oximeter-db client::oxql::tests::test_get_entire_table
49042024-04-10T17:13:56.445Z PASS [ 1.414s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49052024-04-10T17:13:56.473Z PASS [ 1.271s] oximeter-db client::oxql::tests::test_get_one_timeseries
49062024-04-10T17:13:57.084Z PASS [ 0.712s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49072024-04-10T17:13:57.422Z PASS [ 0.964s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49082024-04-10T17:13:57.447Z PASS [ 0.998s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49092024-04-10T17:13:57.472Z PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49102024-04-10T17:13:58.289Z PASS [ 1.189s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49112024-04-10T17:13:58.733Z PASS [ 2.955s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49122024-04-10T17:13:58.760Z PASS [ 1.147s] oximeter-db client::tests::test_select_all_field_types
49132024-04-10T17:13:58.760Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
49142024-04-10T17:13:58.760Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
49152024-04-10T17:13:58.760Z PASS [ 0.029s] oximeter-db model::tests::test_db_bool
49162024-04-10T17:13:59.123Z PASS [ 0.434s] oximeter-db model::tests::test_db_bool_bad
49172024-04-10T17:13:59.150Z PASS [ 0.029s] oximeter-db model::tests::test_db_datum_type_conversion
49182024-04-10T17:13:59.176Z PASS [ 0.024s] oximeter-db model::tests::test_db_field_list_conversion
49192024-04-10T17:13:59.203Z PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion
49202024-04-10T17:13:59.237Z PASS [ 0.033s] oximeter-db model::tests::test_db_histogram
49212024-04-10T17:13:59.265Z PASS [ 0.029s] oximeter-db model::tests::test_histogram_to_arrays
49222024-04-10T17:13:59.448Z PASS [ 0.179s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49232024-04-10T17:13:59.476Z PASS [ 0.029s] oximeter-db model::tests::test_parse_bytes_measurement
49242024-04-10T17:13:59.503Z PASS [ 0.030s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49252024-04-10T17:13:59.538Z PASS [ 0.031s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49262024-04-10T17:13:59.567Z PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49272024-04-10T17:13:59.603Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49282024-04-10T17:13:59.637Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_from_source
49292024-04-10T17:13:59.673Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_measurement_row
49302024-04-10T17:13:59.704Z PASS [ 0.030s] oximeter-db model::tests::test_unroll_missing_measurement_row
49312024-04-10T17:13:59.762Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49322024-04-10T17:13:59.801Z PASS [ 0.052s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49332024-04-10T17:13:59.826Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_comparison
49342024-04-10T17:13:59.859Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49352024-04-10T17:13:59.900Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49362024-04-10T17:13:59.953Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49372024-04-10T17:13:59.981Z PASS [ 6.567s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49382024-04-10T17:14:00.078Z PASS [ 1.690s] oximeter-db client::tests::test_sql_query_output
49392024-04-10T17:14:00.079Z PASS [ 0.057s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49402024-04-10T17:14:00.079Z PASS [ 0.080s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49412024-04-10T17:14:00.079Z PASS [ 0.065s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49422024-04-10T17:14:00.079Z PASS [ 0.076s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49432024-04-10T17:14:00.079Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49442024-04-10T17:14:00.105Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49452024-04-10T17:14:00.132Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49462024-04-10T17:14:00.157Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49472024-04-10T17:14:00.157Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_group_by
49482024-04-10T17:14:00.236Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_ident
49492024-04-10T17:14:00.236Z PASS [ 7.196s] omicron-test-utils dev::db::test::test_database_concurrent
49502024-04-10T17:14:00.236Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49512024-04-10T17:14:00.237Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49522024-04-10T17:14:00.237Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49532024-04-10T17:14:00.237Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49542024-04-10T17:14:00.237Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_now_with_offset
49552024-04-10T17:14:00.237Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49562024-04-10T17:14:00.269Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49572024-04-10T17:14:00.269Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49582024-04-10T17:14:00.269Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_query
49592024-04-10T17:14:00.269Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49602024-04-10T17:14:00.269Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49612024-04-10T17:14:00.295Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49622024-04-10T17:14:00.295Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49632024-04-10T17:14:00.295Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_reducer
49642024-04-10T17:14:00.320Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49652024-04-10T17:14:00.346Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49662024-04-10T17:14:00.557Z PASS [ 0.044s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49672024-04-10T17:14:00.557Z PASS [ 0.033s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49682024-04-10T17:14:00.558Z PASS [ 0.057s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49692024-04-10T17:14:00.558Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49702024-04-10T17:14:00.558Z PASS [ 0.059s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49712024-04-10T17:14:00.558Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49722024-04-10T17:14:00.558Z PASS [ 0.076s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49732024-04-10T17:14:00.558Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49742024-04-10T17:14:00.558Z PASS [ 0.069s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49752024-04-10T17:14:00.584Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49762024-04-10T17:14:00.584Z PASS [ 0.059s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49772024-04-10T17:14:00.584Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49782024-04-10T17:14:00.584Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49792024-04-10T17:14:00.610Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49802024-04-10T17:14:00.610Z PASS [ 0.043s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
49812024-04-10T17:14:00.636Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49822024-04-10T17:14:00.661Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49832024-04-10T17:14:00.661Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49842024-04-10T17:14:00.661Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49852024-04-10T17:14:00.686Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49862024-04-10T17:14:00.686Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49872024-04-10T17:14:00.686Z PASS [ 0.030s] oximeter-db oxql::point::tests::test_cast_points_from_double
49882024-04-10T17:14:00.725Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49892024-04-10T17:14:00.725Z PASS [ 0.037s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49902024-04-10T17:14:00.749Z PASS [ 0.041s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49912024-04-10T17:14:00.783Z PASS [ 0.044s] oximeter-db oxql::point::tests::test_cast_points_from_string
49922024-04-10T17:14:00.784Z PASS [ 0.044s] oximeter-db oxql::point::tests::test_point_delta_between
49932024-04-10T17:14:00.784Z PASS [ 0.044s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
49942024-04-10T17:14:00.814Z PASS [ 0.038s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
49952024-04-10T17:14:00.848Z PASS [ 0.051s] oximeter-db oxql::query::tests::test_coalesce_predicates
49962024-04-10T17:14:00.848Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
49972024-04-10T17:14:00.848Z PASS [ 0.056s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
49982024-04-10T17:14:00.874Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
49992024-04-10T17:14:00.874Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_query_end_time
50002024-04-10T17:14:00.899Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50012024-04-10T17:14:00.899Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50022024-04-10T17:14:00.924Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50032024-04-10T17:14:00.950Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50042024-04-10T17:14:00.950Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_split_query
50052024-04-10T17:14:00.975Z PASS [ 0.039s] oximeter-db query::tests::test_field_cmp
50062024-04-10T17:14:00.975Z PASS [ 0.040s] oximeter-db query::tests::test_field_selector_as_query
50072024-04-10T17:14:01.000Z PASS [ 0.041s] oximeter-db query::tests::test_field_value_as_db_str
50082024-04-10T17:14:01.000Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_field_selectors
50092024-04-10T17:14:01.025Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_filter_raw
50102024-04-10T17:14:01.051Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_full
50112024-04-10T17:14:01.051Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_from_parts
50122024-04-10T17:14:01.076Z PASS [ 0.056s] oximeter-db query::tests::test_select_query_builder_limit_offset
50132024-04-10T17:14:01.076Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_no_fields
50142024-04-10T17:14:01.102Z PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_no_selectors
50152024-04-10T17:14:01.102Z PASS [ 0.042s] oximeter-db query::tests::test_string_field_selector
50162024-04-10T17:14:01.127Z PASS [ 0.040s] oximeter-db query::tests::test_time_range
50172024-04-10T17:14:01.152Z PASS [ 0.041s] oximeter-db sql::tests::test_allow_limit_offset
50182024-04-10T17:14:01.152Z PASS [ 0.041s] oximeter-db sql::tests::test_allow_subqueries
50192024-04-10T17:14:01.152Z PASS [ 0.041s] oximeter-db sql::tests::test_cannot_name_database
50202024-04-10T17:14:01.177Z PASS [ 0.041s] oximeter-db sql::tests::test_ctes_are_not_supported
50212024-04-10T17:14:01.204Z PASS [ 0.045s] oximeter-db sql::tests::test_function_allow_list
50222024-04-10T17:14:01.231Z PASS [ 0.043s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50232024-04-10T17:14:01.231Z PASS [ 0.076s] oximeter-db sql::tests::test_join_must_be_inner
50242024-04-10T17:14:01.256Z PASS [ 0.053s] oximeter-db sql::tests::test_query_must_be_select_statement
50252024-04-10T17:14:01.256Z PASS [ 0.039s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50262024-04-10T17:14:01.288Z PASS [ 0.044s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50272024-04-10T17:14:01.316Z PASS [ 0.045s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50282024-04-10T17:14:01.316Z PASS [ 0.041s] oximeter-db sql::tests::test_with_comma_join_fails
50292024-04-10T17:14:01.346Z PASS [ 0.048s] oximeter-db tests::test_timeseries_key_field_stability
50302024-04-10T17:14:01.346Z PASS [ 0.051s] oximeter-db tests::test_timeseries_key_sample_stability
50312024-04-10T17:14:01.371Z PASS [ 0.056s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50322024-04-10T17:14:01.421Z PASS [ 0.079s] oximeter-instruments http::tests::test_normalize_uri_path
50332024-04-10T17:14:01.447Z PASS [ 0.113s] oximeter-instruments http::tests::test_latency_tracker
50342024-04-10T17:14:01.513Z PASS [ 0.161s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50352024-04-10T17:14:01.559Z PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50362024-04-10T17:14:01.595Z PASS [ 0.139s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50372024-04-10T17:14:01.595Z PASS [ 1.366s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50382024-04-10T17:14:01.595Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50392024-04-10T17:14:01.624Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_physical_datalink
50402024-04-10T17:14:01.649Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50412024-04-10T17:14:01.649Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50422024-04-10T17:14:01.676Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50432024-04-10T17:14:01.676Z PASS [ 0.074s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50442024-04-10T17:14:01.705Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50452024-04-10T17:14:01.705Z PASS [ 0.045s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50462024-04-10T17:14:01.731Z PASS [ 0.050s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50472024-04-10T17:14:01.731Z PASS [ 0.040s] oximeter-macro-impl tests::test_metric_annotated_field
50482024-04-10T17:14:01.863Z PASS [ 0.057s] oximeter-macro-impl tests::test_metric_datum_field
50492024-04-10T17:14:01.863Z PASS [ 0.044s] oximeter-macro-impl tests::test_metric_enum
50502024-04-10T17:14:01.863Z PASS [ 0.062s] oximeter-macro-impl tests::test_metric_without_datum_field
50512024-04-10T17:14:01.863Z PASS [ 0.045s] oximeter-macro-impl tests::test_target_empty_struct
50522024-04-10T17:14:01.863Z PASS [ 0.062s] oximeter-macro-impl tests::test_target
50532024-04-10T17:14:01.889Z PASS [ 0.046s] oximeter-macro-impl tests::test_target_enum
50542024-04-10T17:14:01.889Z PASS [ 0.035s] oximeter-macro-impl tests::test_target_unit_struct
50552024-04-10T17:14:01.889Z PASS [ 0.045s] oximeter-macro-impl tests::test_target_with_datum_field
50562024-04-10T17:14:01.889Z PASS [ 0.034s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50572024-04-10T17:14:01.889Z PASS [ 0.045s] oxlog tests::test_is_oxide_smf_log_file
50582024-04-10T17:14:01.889Z PASS [ 0.040s] oxlog tests::test_sort_logs
50592024-04-10T17:14:01.914Z PASS [ 0.045s] sled-hardware disk::test::test_disk_paths
50602024-04-10T17:14:01.914Z PASS [ 0.045s] sled-hardware disk::test::test_partition_device_paths
50612024-04-10T17:14:01.986Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50622024-04-10T17:14:02.012Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50632024-04-10T17:14:02.039Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50642024-04-10T17:14:02.064Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50652024-04-10T17:14:02.114Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50662024-04-10T17:14:02.114Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50672024-04-10T17:14:02.141Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50682024-04-10T17:14:02.141Z PASS [ 0.038s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50692024-04-10T17:14:02.185Z PASS [ 0.053s] sled-storage dataset::test::serialize_dataset_name
50702024-04-10T17:14:02.222Z PASS [ 0.080s] sled-storage manager::test::test_omicron_physical_disks_schema
50712024-04-10T17:14:02.378Z PASS [ 0.547s] reconfigurator-cli::test_basic test_basic
50722024-04-10T17:14:02.454Z PASS [ 0.079s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50732024-04-10T17:14:03.326Z PASS [ 1.102s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50742024-04-10T17:14:03.379Z PASS [ 0.054s] sled-storage manager::tests::ensure_using_exactly_these_disks
50752024-04-10T17:14:04.203Z PASS [ 2.022s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50762024-04-10T17:14:04.779Z PASS [ 11.430s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50772024-04-10T17:14:05.276Z PASS [ 2.819s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50782024-04-10T17:14:05.586Z PASS [ 2.207s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50792024-04-10T17:14:06.758Z PASS [ 1.170s] sled-storage manager::tests::wait_for_boot_disk
50802024-04-10T17:14:07.496Z PASS [ 2.716s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50812024-04-10T17:14:07.574Z PASS [ 2.305s] sled-storage manager::tests::upsert_filesystem
50822024-04-10T17:14:07.881Z PASS [ 1.123s] tufaceous::integration-tests command_tests::test_assemble_fake
50832024-04-10T17:14:07.930Z PASS [ 0.051s] tufaceous-lib archive::tests::test_validate_path
50842024-04-10T17:14:08.000Z PASS [ 0.071s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50852024-04-10T17:14:08.035Z PASS [ 0.536s] tufaceous::integration-tests command_tests::test_init_and_add
50862024-04-10T17:14:08.061Z PASS [ 0.045s] tufaceous-lib key::tests::test_from_str
50872024-04-10T17:14:08.201Z PASS [ 3.996s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50882024-04-10T17:14:08.230Z PASS [ 0.179s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50892024-04-10T17:14:08.308Z PASS [ 0.094s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
50902024-04-10T17:14:08.359Z PASS [ 0.779s] tufaceous::manifest-tests check_manifest::fake.toml
50912024-04-10T17:14:08.485Z PASS [ 0.128s] update-engine display::group_display::tests::test_stats
50922024-04-10T17:14:08.513Z PASS [ 0.029s] update-engine display::line_display_shared::tests::test_format_progress_counter
50932024-04-10T17:14:08.549Z PASS [ 0.036s] update-engine engine::tests::error_exits_early
50942024-04-10T17:14:08.596Z PASS [ 0.041s] update-engine events::tests::progress_event_parse_unknown
50952024-04-10T17:14:08.621Z PASS [ 0.306s] update-engine buffer::tests::test_buffer
50962024-04-10T17:14:08.671Z PASS [ 0.059s] update-engine events::tests::step_event_parse_unknown
50972024-04-10T17:14:08.699Z PASS [ 0.041s] wicket state::inventory::tests::component_id_display
50982024-04-10T17:14:08.727Z PASS [ 0.104s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
50992024-04-10T17:14:08.809Z PASS [ 0.091s] wicketd installinator_progress::tests::test_states
51002024-04-10T17:14:09.036Z PASS [ 0.342s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51012024-04-10T17:14:09.216Z PASS [ 1.170s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51022024-04-10T17:14:09.404Z PASS [ 0.596s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51032024-04-10T17:14:10.183Z PASS [ 1.150s] wicketd::mod integration_tests::inventory::test_inventory
51042024-04-10T17:14:10.681Z PASS [ 12.361s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51052024-04-10T17:14:11.089Z PASS [ 1.696s] wicketd::mod integration_tests::updates::test_update_races
51062024-04-10T17:14:11.886Z PASS [ 3.699s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51072024-04-10T17:14:11.950Z PASS [ 14.493s] oximeter-db client::tests::test_single_node
51082024-04-10T17:14:12.926Z PASS [ 2.752s] wicketd::mod integration_tests::updates::test_updates
51092024-04-10T17:14:12.971Z PASS [ 3.766s] wicketd::mod integration_tests::updates::test_installinator_fetch
51102024-04-10T17:14:16.113Z PASS [ 13.685s] reconfigurator-cli::test_basic test_blueprint_edit
51112024-04-10T17:14:17.257Z PASS [ 32.124s] omicron-sled-agent nexus::test::nexus_self_notification_test
51122024-04-10T17:15:10.676Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51132024-04-10T17:16:10.686Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51142024-04-10T17:17:10.670Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51152024-04-10T17:18:10.664Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
51162024-04-10T17:18:39.700Z PASS [ 269.049s] oximeter-db client::tests::test_replicated
51172024-04-10T17:18:39.727Z------------
51182024-04-10T17:18:39.727Z Summary [1539.284s] 1202 tests run: 1202 passed (7 slow, 1 leaky), 3 skipped
51192024-04-10T17:18:39.754Z
51202024-04-10T17:18:39.754Zreal 25:58.494377403
51212024-04-10T17:18:39.754Zuser 1:47:09.564313909
51222024-04-10T17:18:39.754Zsys 32:23.726210937
51232024-04-10T17:18:39.754Ztrap 1:32.911876649
51242024-04-10T17:18:39.754Ztflt 7.538524939
51252024-04-10T17:18:39.754Zdflt 19.816326617
51262024-04-10T17:18:39.754Zkflt 0.103417993
51272024-04-10T17:18:39.754Zlock 657:40:50.310383059
51282024-04-10T17:18:39.754Zslp 26:31:55.484827514
51292024-04-10T17:18:39.755Zlat 1:38:24.937543133
51302024-04-10T17:18:39.755Zstop 26:31.054192969
51312024-04-10T17:18:39.755Z
51322024-04-10T17:18:39.755Z ##### #### #### ##### ###### #### #####
51332024-04-10T17:18:39.755Z # # # # # # # # # #
51342024-04-10T17:18:39.755Z # # # # # # ##### #### #
51352024-04-10T17:18:39.755Z # # # # # # # # #
51362024-04-10T17:18:39.755Z # # # # # # # # # # #
51372024-04-10T17:18:39.755Z ##### #### #### # ###### #### #
51382024-04-10T17:18:39.755Z
51392024-04-10T17:18:41.310Z Fresh unicode-ident v1.0.12
51402024-04-10T17:18:41.403Z Fresh cfg-if v1.0.0
51412024-04-10T17:18:41.403Z Fresh version_check v0.9.4
51422024-04-10T17:18:41.403Z Fresh autocfg v1.1.0
51432024-04-10T17:18:41.403Z Fresh memchr v2.7.1
51442024-04-10T17:18:41.403Z Fresh proc-macro2 v1.0.79
51452024-04-10T17:18:41.403Z Fresh byteorder v1.5.0
51462024-04-10T17:18:41.403Z Fresh log v0.4.21
51472024-04-10T17:18:41.403Z Fresh once_cell v1.19.0
51482024-04-10T17:18:41.403Z Fresh itoa v1.0.9
51492024-04-10T17:18:41.403Z Fresh quote v1.0.36
51502024-04-10T17:18:41.403Z Fresh libc v0.2.153
51512024-04-10T17:18:41.403Z Fresh scopeguard v1.2.0
51522024-04-10T17:18:41.403Z Fresh smallvec v1.13.1
51532024-04-10T17:18:41.404Z Fresh syn v2.0.58
51542024-04-10T17:18:41.404Z Fresh getrandom v0.2.12
51552024-04-10T17:18:41.404Z Fresh syn v1.0.109
51562024-04-10T17:18:41.404Z Fresh cc v1.0.83
51572024-04-10T17:18:41.404Z Fresh serde_derive v1.0.197
51582024-04-10T17:18:41.404Z Fresh lock_api v0.4.10
51592024-04-10T17:18:41.404Z Fresh zerocopy-derive v0.7.32
51602024-04-10T17:18:41.404Z Fresh parking_lot_core v0.9.8
51612024-04-10T17:18:41.404Z Fresh thiserror-impl v1.0.58
51622024-04-10T17:18:41.404Z Fresh ryu v1.0.15
51632024-04-10T17:18:41.404Z Fresh serde v1.0.197
51642024-04-10T17:18:41.404Z Fresh zerocopy v0.7.32
51652024-04-10T17:18:41.404Z Fresh parking_lot v0.12.1
51662024-04-10T17:18:41.404Z Fresh thiserror v1.0.58
51672024-04-10T17:18:41.404Z Fresh libm v0.2.7
51682024-04-10T17:18:41.404Z Fresh pin-project-lite v0.2.13
51692024-04-10T17:18:41.404Z Fresh bytes v1.6.0
51702024-04-10T17:18:41.404Z Fresh num-traits v0.2.18
51712024-04-10T17:18:41.404Z Fresh bitflags v2.4.2
51722024-04-10T17:18:41.404Z Fresh signal-hook-registry v1.4.1
51732024-04-10T17:18:41.404Z Fresh mio v0.8.11
51742024-04-10T17:18:41.404Z Fresh allocator-api2 v0.2.16
51752024-04-10T17:18:41.404Z Fresh ahash v0.8.8
51762024-04-10T17:18:41.404Z Fresh num_cpus v1.16.0
51772024-04-10T17:18:41.405Z Fresh futures-core v0.3.30
51782024-04-10T17:18:41.405Z Fresh rand_core v0.6.4
51792024-04-10T17:18:41.405Z Fresh tokio-macros v2.2.0
51802024-04-10T17:18:41.405Z Fresh socket2 v0.5.6
51812024-04-10T17:18:41.405Z Fresh spin v0.5.2
51822024-04-10T17:18:41.405Z Fresh serde_json v1.0.115
51832024-04-10T17:18:41.405Z Fresh hashbrown v0.14.3
51842024-04-10T17:18:41.405Z Fresh tokio v1.37.0
51852024-04-10T17:18:41.405Z Fresh zeroize_derive v1.4.2
51862024-04-10T17:18:41.405Z Fresh fnv v1.0.7
51872024-04-10T17:18:41.405Z Fresh equivalent v1.0.1
51882024-04-10T17:18:41.405Z Fresh futures-sink v0.3.30
51892024-04-10T17:18:41.405Z Fresh zeroize v1.7.0
51902024-04-10T17:18:41.405Z Fresh indexmap v2.2.6
51912024-04-10T17:18:41.405Z Fresh pin-utils v0.1.0
51922024-04-10T17:18:41.405Z Fresh futures-channel v0.3.30
51932024-04-10T17:18:41.405Z Fresh futures-macro v0.3.30
51942024-04-10T17:18:41.405Z Fresh futures-io v0.3.30
51952024-04-10T17:18:41.405Z Fresh futures-task v0.3.30
51962024-04-10T17:18:41.405Z Fresh slab v0.4.9
51972024-04-10T17:18:41.405Z Fresh regex-syntax v0.8.2
51982024-04-10T17:18:41.405Z Fresh heck v0.4.1
51992024-04-10T17:18:41.405Z Fresh aho-corasick v1.1.2
52002024-04-10T17:18:41.405Z Fresh iana-time-zone v0.1.57
52012024-04-10T17:18:41.406Z Fresh subtle v2.5.0
52022024-04-10T17:18:41.406Z Fresh futures-util v0.3.30
52032024-04-10T17:18:41.406Z Fresh regex-automata v0.4.5
52042024-04-10T17:18:41.406Z Fresh chrono v0.4.37
52052024-04-10T17:18:41.406Z Fresh uuid v1.8.0
52062024-04-10T17:18:41.406Z Fresh lazy_static v1.4.0
52072024-04-10T17:18:41.406Z Fresh tinyvec_macros v0.1.1
52082024-04-10T17:18:41.406Z Fresh regex v1.10.4
52092024-04-10T17:18:41.406Z Fresh typenum v1.16.0
52102024-04-10T17:18:41.406Z Fresh tinyvec v1.6.0
52112024-04-10T17:18:41.406Z Fresh errno v0.3.8
52122024-04-10T17:18:41.406Z Fresh pkg-config v0.3.27
52132024-04-10T17:18:41.406Z Fresh serde_derive_internals v0.26.0
52142024-04-10T17:18:41.406Z Fresh tracing-attributes v0.1.27
52152024-04-10T17:18:41.406Z Fresh generic-array v0.14.7
52162024-04-10T17:18:41.406Z Fresh unicode-normalization v0.1.22
52172024-04-10T17:18:41.406Z Fresh tracing-core v0.1.32
52182024-04-10T17:18:41.406Z Fresh const-oid v0.9.6
52192024-04-10T17:18:41.406Z Fresh dyn-clone v1.0.17
52202024-04-10T17:18:41.406Z Fresh schemars_derive v0.8.16
52212024-04-10T17:18:41.406Z Fresh rustix v0.38.31
52222024-04-10T17:18:41.406Z Fresh crypto-common v0.1.6
52232024-04-10T17:18:41.406Z Fresh tracing v0.1.40
52242024-04-10T17:18:41.406Z Fresh unicode-bidi v0.3.15
52252024-04-10T17:18:41.407Z Fresh uuid v0.8.2
52262024-04-10T17:18:41.407Z Fresh ppv-lite86 v0.2.17
52272024-04-10T17:18:41.407Z Fresh percent-encoding v2.3.1
52282024-04-10T17:18:41.407Z Fresh schemars v0.8.16
52292024-04-10T17:18:41.407Z Fresh unicode-width v0.1.11
52302024-04-10T17:18:41.407Z Fresh rand_chacha v0.3.1
52312024-04-10T17:18:41.407Z Fresh spin v0.9.8
52322024-04-10T17:18:41.407Z Fresh form_urlencoded v1.2.1
52332024-04-10T17:18:41.407Z Fresh block-buffer v0.10.4
52342024-04-10T17:18:41.407Z Fresh http v0.2.12
52352024-04-10T17:18:41.407Z Fresh rand v0.8.5
52362024-04-10T17:18:41.407Z Fresh digest v0.10.7
52372024-04-10T17:18:41.407Z Fresh time-core v0.1.2
52382024-04-10T17:18:41.407Z Fresh powerfmt v0.2.0
52392024-04-10T17:18:41.407Z Fresh num-conv v0.1.0
52402024-04-10T17:18:41.477Z Fresh either v1.10.0
52412024-04-10T17:18:41.477Z Fresh httparse v1.8.0
52422024-04-10T17:18:41.477Z Fresh time-macros v0.2.17
52432024-04-10T17:18:41.477Z Fresh deranged v0.3.11
52442024-04-10T17:18:41.477Z Fresh num_threads v0.1.6
52452024-04-10T17:18:41.477Z Fresh idna v0.5.0
52462024-04-10T17:18:41.478Z Fresh untrusted v0.9.0
52472024-04-10T17:18:41.478Z Fresh time v0.3.34
52482024-04-10T17:18:41.478Z Fresh url v2.5.0
52492024-04-10T17:18:41.478Z Fresh vcpkg v0.2.15
52502024-04-10T17:18:41.478Z Fresh base64 v0.21.7
52512024-04-10T17:18:41.478Z Fresh ring v0.17.8
52522024-04-10T17:18:41.478Z Fresh serde_spanned v0.6.5
52532024-04-10T17:18:41.478Z Fresh rustversion v1.0.14
52542024-04-10T17:18:41.478Z Fresh toml_datetime v0.6.5
52552024-04-10T17:18:41.478Z Fresh cpufeatures v0.2.12
52562024-04-10T17:18:41.478Z Fresh try-lock v0.2.4
52572024-04-10T17:18:41.478Z Fresh adler v1.0.2
52582024-04-10T17:18:41.478Z Fresh want v0.3.1
52592024-04-10T17:18:41.478Z Fresh slog v2.7.0
52602024-04-10T17:18:41.478Z Fresh miniz_oxide v0.7.1
52612024-04-10T17:18:41.478Z Fresh tower-service v0.3.2
52622024-04-10T17:18:41.478Z Fresh tokio-util v0.7.10
52632024-04-10T17:18:41.478Z Fresh ucd-trie v0.1.6
52642024-04-10T17:18:41.478Z Fresh semver v1.0.22
52652024-04-10T17:18:41.478Z Fresh httpdate v1.0.3
52662024-04-10T17:18:41.478Z Fresh h2 v0.3.26
52672024-04-10T17:18:41.478Z Fresh http-body v0.4.5
52682024-04-10T17:18:41.478Z Fresh futures-executor v0.3.30
52692024-04-10T17:18:41.479Z Fresh pest v2.7.6
52702024-04-10T17:18:41.479Z Fresh async-trait v0.1.79
52712024-04-10T17:18:41.479Z Fresh openssl-probe v0.1.5
52722024-04-10T17:18:41.479Z Fresh foreign-types-shared v0.1.1
52732024-04-10T17:18:41.479Z Fresh hyper v0.14.28
52742024-04-10T17:18:41.479Z Fresh openssl-sys v0.9.102
52752024-04-10T17:18:41.479Z Fresh pest_meta v2.7.6
52762024-04-10T17:18:41.479Z Fresh foreign-types v0.3.2
52772024-04-10T17:18:41.479Z Fresh openssl-macros v0.1.1
52782024-04-10T17:18:41.479Z Fresh mime v0.3.17
52792024-04-10T17:18:41.479Z Fresh untrusted v0.7.1
52802024-04-10T17:18:41.479Z Fresh pest_generator v2.7.6
52812024-04-10T17:18:41.479Z Fresh gimli v0.28.0
52822024-04-10T17:18:41.479Z Fresh openssl v0.10.64
52832024-04-10T17:18:41.479Z Fresh ring v0.16.20
52842024-04-10T17:18:41.479Z Fresh futures v0.3.30
52852024-04-10T17:18:41.479Z Fresh object v0.32.1
52862024-04-10T17:18:41.479Z Fresh pest_derive v2.7.6
52872024-04-10T17:18:41.479Z Fresh addr2line v0.21.0
52882024-04-10T17:18:41.479Z Fresh rustc-demangle v0.1.23
52892024-04-10T17:18:41.479Z Fresh bitflags v1.3.2
52902024-04-10T17:18:41.479Z Fresh winnow v0.5.15
52912024-04-10T17:18:41.479Z Fresh ipnet v2.9.0
52922024-04-10T17:18:41.479Z Fresh backtrace v0.3.69
52932024-04-10T17:18:41.480Z Fresh toml_edit v0.19.15
52942024-04-10T17:18:41.480Z Fresh crossbeam-utils v0.8.19
52952024-04-10T17:18:41.480Z Fresh sct v0.7.0
52962024-04-10T17:18:41.480Z Fresh rustls-webpki v0.101.7
52972024-04-10T17:18:41.480Z Fresh unicode-xid v0.2.4
52982024-04-10T17:18:41.480Z Fresh anyhow v1.0.82
52992024-04-10T17:18:41.480Z Fresh native-tls v0.2.11
53002024-04-10T17:18:41.480Z Fresh serde_urlencoded v0.7.1
53012024-04-10T17:18:41.480Z Fresh idna v0.3.0
53022024-04-10T17:18:41.480Z Fresh thread-id v4.2.0
53032024-04-10T17:18:41.480Z Fresh rustls v0.21.9
53042024-04-10T17:18:41.480Z Fresh encoding_rs v0.8.33
53052024-04-10T17:18:41.480Z Fresh psl-types v2.0.11
53062024-04-10T17:18:41.480Z Fresh utf8parse v0.2.1
53072024-04-10T17:18:41.480Z Fresh tokio-native-tls v0.3.1
53082024-04-10T17:18:41.480Z Fresh rustls-pemfile v1.0.3
53092024-04-10T17:18:41.480Z Fresh openapiv3 v2.0.0
53102024-04-10T17:18:41.480Z Fresh publicsuffix v2.2.3
53112024-04-10T17:18:41.480Z Fresh cookie v0.17.0
53122024-04-10T17:18:41.480Z Fresh tokio-rustls v0.24.1
53132024-04-10T17:18:41.480Z Fresh hyper-tls v0.5.0
53142024-04-10T17:18:41.480Z Fresh anstyle v1.0.6
53152024-04-10T17:18:41.480Z Fresh webpki-roots v0.25.2
53162024-04-10T17:18:41.480Z Fresh sync_wrapper v0.1.2
53172024-04-10T17:18:41.481Z Fresh base64ct v1.6.0
53182024-04-10T17:18:41.481Z Fresh cookie_store v0.20.0
53192024-04-10T17:18:41.481Z Fresh hyper-rustls v0.24.2
53202024-04-10T17:18:41.481Z Fresh unicode-segmentation v1.10.1
53212024-04-10T17:18:41.481Z Fresh rustc_version v0.4.0
53222024-04-10T17:18:41.481Z Fresh scroll_derive v0.12.0
53232024-04-10T17:18:41.481Z Fresh plain v0.2.3
53242024-04-10T17:18:41.481Z Fresh data-encoding v2.4.0
53252024-04-10T17:18:41.481Z Fresh pem-rfc7468 v0.7.0
53262024-04-10T17:18:41.481Z Fresh reqwest v0.11.24
53272024-04-10T17:18:41.481Z Fresh scroll v0.12.0
53282024-04-10T17:18:41.481Z Fresh anstyle-parse v0.2.1
53292024-04-10T17:18:41.481Z Fresh der_derive v0.7.2
53302024-04-10T17:18:41.481Z Fresh colorchoice v1.0.0
53312024-04-10T17:18:41.481Z Fresh anstyle-query v1.0.0
53322024-04-10T17:18:41.481Z Fresh pretty-hex v0.4.1
53332024-04-10T17:18:41.481Z Fresh goblin v0.8.0
53342024-04-10T17:18:41.481Z Fresh flagset v0.4.3
53352024-04-10T17:18:41.481Z Fresh anstream v0.6.11
53362024-04-10T17:18:41.481Z Fresh dtrace-parser v0.2.0
53372024-04-10T17:18:41.481Z Fresh terminal_size v0.3.0
53382024-04-10T17:18:41.481Z Fresh num-integer v0.1.46
53392024-04-10T17:18:41.481Z Fresh der v0.7.8
53402024-04-10T17:18:41.530Z Fresh dof v0.3.0
53412024-04-10T17:18:41.530Z Fresh strsim v0.11.0
53422024-04-10T17:18:41.530Z Fresh clap_lex v0.7.0
53432024-04-10T17:18:41.530Z Fresh siphasher v0.3.11
53442024-04-10T17:18:41.530Z Fresh heck v0.5.0
53452024-04-10T17:18:41.530Z Fresh synstructure v0.12.6
53462024-04-10T17:18:41.530Z Fresh spki v0.7.2
53472024-04-10T17:18:41.530Z Fresh clap_builder v4.5.2
53482024-04-10T17:18:41.530Z Fresh crc32fast v1.3.2
53492024-04-10T17:18:41.530Z Fresh clap_derive v4.5.4
53502024-04-10T17:18:41.530Z Fresh usdt-impl v0.5.0
53512024-04-10T17:18:41.531Z Fresh crossbeam-epoch v0.9.18
53522024-04-10T17:18:41.531Z Fresh itertools v0.10.5
53532024-04-10T17:18:41.531Z Fresh stable_deref_trait v1.2.0
53542024-04-10T17:18:41.531Z Fresh bit-vec v0.6.3
53552024-04-10T17:18:41.531Z Fresh clap v4.5.4
53562024-04-10T17:18:41.531Z Fresh zerocopy-derive v0.2.0
53572024-04-10T17:18:41.531Z Fresh hex v0.4.3
53582024-04-10T17:18:41.531Z Fresh base64 v0.22.0
53592024-04-10T17:18:41.531Z Fresh pkcs8 v0.10.2
53602024-04-10T17:18:41.531Z Fresh toml v0.7.8
53612024-04-10T17:18:41.531Z Fresh zerocopy-derive v0.6.6
53622024-04-10T17:18:41.531Z Fresh zerocopy v0.3.0
53632024-04-10T17:18:41.531Z Fresh fixedbitset v0.4.2
53642024-04-10T17:18:41.531Z Fresh managed v0.8.0
53652024-04-10T17:18:41.531Z Fresh winnow v0.6.1
53662024-04-10T17:18:41.531Z Fresh bit-set v0.5.3
53672024-04-10T17:18:41.531Z Fresh zerocopy v0.6.6
53682024-04-10T17:18:41.531Z Fresh toml_edit v0.22.9
53692024-04-10T17:18:41.531Z Fresh dof v0.1.5
53702024-04-10T17:18:41.531Z Fresh petgraph v0.6.4
53712024-04-10T17:18:41.531Z Fresh flate2 v1.0.28
53722024-04-10T17:18:41.531Z Fresh phf_shared v0.10.0
53732024-04-10T17:18:41.531Z Fresh dtrace-parser v0.1.14
53742024-04-10T17:18:41.532Z Fresh sha2 v0.10.8
53752024-04-10T17:18:41.532Z Fresh ipnetwork v0.20.0
53762024-04-10T17:18:41.532Z Fresh static_assertions v1.1.0
53772024-04-10T17:18:41.532Z Fresh minimal-lexical v0.2.1
53782024-04-10T17:18:41.532Z Fresh new_debug_unreachable v1.0.4
53792024-04-10T17:18:41.532Z Fresh precomputed-hash v0.1.1
53802024-04-10T17:18:41.532Z Fresh usdt-impl v0.3.5
53812024-04-10T17:18:41.532Z Fresh signal-hook v0.3.17
53822024-04-10T17:18:41.532Z Fresh nom v7.1.3
53832024-04-10T17:18:41.532Z Fresh string_cache v0.8.7
53842024-04-10T17:18:41.532Z Fresh num-iter v0.1.44
53852024-04-10T17:18:41.532Z Fresh hmac v0.12.1
53862024-04-10T17:18:41.532Z Fresh serde_tokenstream v0.1.7
53872024-04-10T17:18:41.532Z Fresh regex-automata v0.1.10
53882024-04-10T17:18:41.532Z Fresh lalrpop-util v0.19.12
53892024-04-10T17:18:41.532Z Fresh matches v0.1.10
53902024-04-10T17:18:41.532Z Fresh usdt-attr-macro v0.3.5
53912024-04-10T17:18:41.532Z Fresh usdt-macro v0.3.5
53922024-04-10T17:18:41.532Z Fresh bstr v0.2.17
53932024-04-10T17:18:41.532Z Fresh idna v0.2.3
53942024-04-10T17:18:41.532Z Fresh bzip2-sys v0.1.11+1.0.8
53952024-04-10T17:18:41.532Z Fresh signal-hook-mio v0.2.3
53962024-04-10T17:18:41.532Z Fresh block-padding v0.3.3
53972024-04-10T17:18:41.532Z Fresh enum-as-inner v0.5.1
53982024-04-10T17:18:41.533Z Fresh scheduled-thread-pool v0.2.7
53992024-04-10T17:18:41.533Z Fresh diesel_table_macro_syntax v0.1.0
54002024-04-10T17:18:41.533Z Fresh hash32 v0.2.1
54012024-04-10T17:18:41.533Z Fresh predicates-core v1.0.6
54022024-04-10T17:18:41.533Z Fresh trust-dns-proto v0.22.0
54032024-04-10T17:18:41.533Z Fresh inout v0.1.3
54042024-04-10T17:18:41.533Z Fresh r2d2 v0.8.10
54052024-04-10T17:18:41.533Z Fresh diesel_derives v2.1.2
54062024-04-10T17:18:41.533Z Fresh heapless v0.7.16
54072024-04-10T17:18:41.533Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54082024-04-10T17:18:41.533Z Fresh bzip2 v0.4.4
54092024-04-10T17:18:41.533Z Fresh crossterm v0.27.0
54102024-04-10T17:18:41.533Z Fresh usdt v0.3.5
54112024-04-10T17:18:41.533Z Fresh md-5 v0.10.5
54122024-04-10T17:18:41.533Z Fresh console v0.15.8
54132024-04-10T17:18:41.533Z Fresh stringprep v0.1.3
54142024-04-10T17:18:41.533Z Fresh bstr v1.9.0
54152024-04-10T17:18:41.533Z Fresh ff v0.13.0
54162024-04-10T17:18:41.533Z Fresh float-cmp v0.9.0
54172024-04-10T17:18:41.533Z Fresh hubpack_derive v0.1.1
54182024-04-10T17:18:41.533Z Fresh fallible-iterator v0.2.0
54192024-04-10T17:18:41.533Z Fresh base16ct v0.2.0
54202024-04-10T17:18:41.533Z Fresh difflib v0.4.0
54212024-04-10T17:18:41.533Z Fresh normalize-line-endings v0.3.0
54222024-04-10T17:18:41.534Z Fresh sec1 v0.7.3
54232024-04-10T17:18:41.534Z Fresh group v0.13.0
54242024-04-10T17:18:41.534Z Fresh postgres-protocol v0.6.6
54252024-04-10T17:18:41.534Z Fresh hubpack v0.1.2
54262024-04-10T17:18:41.534Z Fresh diesel v2.1.5
54272024-04-10T17:18:41.534Z Fresh smoltcp v0.9.1
54282024-04-10T17:18:41.534Z Fresh predicates v3.1.0
54292024-04-10T17:18:41.534Z Fresh zip v0.6.6
54302024-04-10T17:18:41.534Z Fresh num-bigint v0.4.4
54312024-04-10T17:18:41.534Z Fresh cipher v0.4.4
54322024-04-10T17:18:41.534Z Fresh similar v2.4.0
54332024-04-10T17:18:41.534Z Fresh hkdf v0.12.4
54342024-04-10T17:18:41.534Z Fresh phf_shared v0.11.2
54352024-04-10T17:18:41.534Z Fresh strum_macros v0.25.2
54362024-04-10T17:18:41.534Z Fresh crypto-bigint v0.5.2
54372024-04-10T17:18:41.534Z Fresh serde_repr v0.1.16
54382024-04-10T17:18:41.534Z Fresh peg-runtime v0.8.2
54392024-04-10T17:18:41.534Z Fresh yasna v0.5.2
54402024-04-10T17:18:41.598Z Fresh phf v0.11.2
54412024-04-10T17:18:41.598Z Fresh postgres-types v0.2.6
54422024-04-10T17:18:41.598Z Fresh whoami v1.5.0
54432024-04-10T17:18:41.598Z Fresh tokio-stream v0.1.15
54442024-04-10T17:18:41.599Z Fresh elliptic-curve v0.13.8
54452024-04-10T17:18:41.599Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
54462024-04-10T17:18:41.599Z Fresh tokio-postgres v0.7.10
54472024-04-10T17:18:41.599Z Fresh serde_tokenstream v0.2.0
54482024-04-10T17:18:41.599Z Fresh regress v0.9.1
54492024-04-10T17:18:41.599Z Fresh getopts v0.2.21
54502024-04-10T17:18:41.599Z Fresh unsafe-libyaml v0.2.10
54512024-04-10T17:18:41.600Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54522024-04-10T17:18:41.600Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54532024-04-10T17:18:41.600Z Fresh serde_yaml v0.9.25
54542024-04-10T17:18:41.600Z Fresh is-terminal v0.4.9
54552024-04-10T17:18:41.600Z Fresh strsim v0.10.0
54562024-04-10T17:18:41.600Z Fresh ident_case v1.0.1
54572024-04-10T17:18:41.600Z Fresh dirs-sys-next v0.1.2
54582024-04-10T17:18:41.600Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54592024-04-10T17:18:41.601Z Fresh darling_core v0.20.8
54602024-04-10T17:18:41.601Z Fresh fastrand v2.0.1
54612024-04-10T17:18:41.601Z Fresh dirs-next v2.0.0
54622024-04-10T17:18:41.601Z Fresh strum_macros v0.26.1
54632024-04-10T17:18:41.601Z Fresh sha1 v0.10.6
54642024-04-10T17:18:41.601Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
54652024-04-10T17:18:41.601Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54662024-04-10T17:18:41.602Z Fresh camino v1.1.6
54672024-04-10T17:18:41.602Z Fresh darling_macro v0.20.8
54682024-04-10T17:18:41.602Z Fresh tempfile v3.10.1
54692024-04-10T17:18:41.602Z Fresh strum v0.26.2
54702024-04-10T17:18:41.602Z Fresh term v0.7.0
54712024-04-10T17:18:41.602Z Fresh http v1.0.0
54722024-04-10T17:18:41.602Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54732024-04-10T17:18:41.602Z Fresh darling v0.20.8
54742024-04-10T17:18:41.602Z Fresh toml v0.8.12
54752024-04-10T17:18:41.602Z Fresh rustls-pki-types v1.3.0
54762024-04-10T17:18:41.602Z Fresh match_cfg v0.1.0
54772024-04-10T17:18:41.602Z Fresh quick-error v1.2.3
54782024-04-10T17:18:41.602Z Fresh crossbeam-channel v0.5.8
54792024-04-10T17:18:41.602Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54802024-04-10T17:18:41.603Z Fresh hostname v0.3.1
54812024-04-10T17:18:41.603Z Fresh thread_local v1.1.7
54822024-04-10T17:18:41.603Z Fresh rustls-webpki v0.102.1
54832024-04-10T17:18:41.603Z Fresh instant v0.1.12
54842024-04-10T17:18:41.603Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54852024-04-10T17:18:41.603Z Fresh paste v1.0.14
54862024-04-10T17:18:41.603Z Fresh take_mut v0.2.2
54872024-04-10T17:18:41.603Z Fresh slog-term v2.9.1
54882024-04-10T17:18:41.603Z Fresh rustls-pemfile v2.1.2
54892024-04-10T17:18:41.603Z Fresh rustls v0.22.2
54902024-04-10T17:18:41.603Z Fresh slog-async v2.8.0
54912024-04-10T17:18:41.603Z Fresh debug-ignore v1.0.5
54922024-04-10T17:18:41.603Z Fresh serde_with_macros v3.7.0
54932024-04-10T17:18:41.603Z Fresh slog-json v2.6.1
54942024-04-10T17:18:41.603Z Fresh async-stream-impl v0.3.5
54952024-04-10T17:18:41.603Z Fresh wait-timeout v0.2.0
54962024-04-10T17:18:41.603Z Fresh tokio-rustls v0.25.0
54972024-04-10T17:18:41.603Z Fresh atomic-waker v1.1.1
54982024-04-10T17:18:41.603Z Fresh serde_with v3.7.0
54992024-04-10T17:18:41.603Z Fresh multer v3.0.0
55002024-04-10T17:18:41.603Z Fresh slog-bunyan v2.5.0
55012024-04-10T17:18:41.604Z Fresh async-stream v0.3.5
55022024-04-10T17:18:41.604Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55032024-04-10T17:18:41.604Z Fresh waitgroup v0.1.2
55042024-04-10T17:18:41.604Z Fresh serde_path_to_error v0.1.16
55052024-04-10T17:18:41.604Z Fresh structmeta-derive v0.3.0
55062024-04-10T17:18:41.604Z Fresh rusty-fork v0.3.0
55072024-04-10T17:18:41.604Z Fresh newtype-uuid v1.0.1
55082024-04-10T17:18:41.604Z Fresh rand_xorshift v0.3.0
55092024-04-10T17:18:41.604Z Fresh structmeta-derive v0.2.0
55102024-04-10T17:18:41.604Z Fresh structmeta v0.3.0
55112024-04-10T17:18:41.604Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55122024-04-10T17:18:41.604Z Fresh unarray v0.1.4
55132024-04-10T17:18:41.604Z Fresh structmeta v0.2.0
55142024-04-10T17:18:41.604Z Fresh backoff v0.4.0
55152024-04-10T17:18:41.604Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55162024-04-10T17:18:41.605Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55172024-04-10T17:18:41.605Z Fresh parse-display-derive v0.9.0
55182024-04-10T17:18:41.605Z Fresh proptest v1.4.0
55192024-04-10T17:18:41.605Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55202024-04-10T17:18:41.605Z Fresh test-strategy v0.3.1
55212024-04-10T17:18:41.605Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55222024-04-10T17:18:41.605Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55232024-04-10T17:18:41.605Z Fresh macaddr v1.0.1
55242024-04-10T17:18:41.605Z Fresh parse-display v0.9.0
55252024-04-10T17:18:41.605Z Fresh camino-tempfile v1.1.1
55262024-04-10T17:18:41.605Z Fresh proc-macro-crate v1.3.1
55272024-04-10T17:18:41.605Z Fresh foreign-types-macros v0.2.3
55282024-04-10T17:18:41.605Z Fresh proc-macro-error-attr v1.0.4
55292024-04-10T17:18:41.605Z Fresh num_enum_derive v0.5.11
55302024-04-10T17:18:41.605Z Fresh foreign-types-shared v0.3.1
55312024-04-10T17:18:41.605Z Fresh proc-macro-error v1.0.4
55322024-04-10T17:18:41.605Z Fresh num_enum v0.5.11
55332024-04-10T17:18:41.605Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55342024-04-10T17:18:41.605Z Fresh foreign-types v0.5.0
55352024-04-10T17:18:41.605Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55362024-04-10T17:18:41.605Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55372024-04-10T17:18:41.605Z Fresh cstr-argument v0.1.2
55382024-04-10T17:18:41.606Z Fresh pretty-hex v0.2.1
55392024-04-10T17:18:41.606Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55402024-04-10T17:18:41.657Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55412024-04-10T17:18:41.657Z Fresh tabwriter v1.4.0
55422024-04-10T17:18:41.658Z Fresh colored v2.1.0
55432024-04-10T17:18:41.658Z Fresh socket2 v0.4.9
55442024-04-10T17:18:41.658Z Fresh smf v0.2.3
55452024-04-10T17:18:41.658Z Fresh humantime v2.1.0
55462024-04-10T17:18:41.658Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55472024-04-10T17:18:41.658Z Fresh termcolor v1.2.0
55482024-04-10T17:18:41.658Z Fresh hash32 v0.3.1
55492024-04-10T17:18:41.658Z Fresh same-file v1.0.6
55502024-04-10T17:18:41.658Z Fresh cobs v0.2.3
55512024-04-10T17:18:41.658Z Fresh walkdir v2.5.0
55522024-04-10T17:18:41.658Z Fresh embedded-io v0.4.0
55532024-04-10T17:18:41.658Z Fresh termtree v0.4.1
55542024-04-10T17:18:41.658Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55552024-04-10T17:18:41.658Z Fresh heapless v0.8.0
55562024-04-10T17:18:41.658Z Fresh postcard v1.0.8
55572024-04-10T17:18:41.658Z Fresh predicates-tree v1.0.9
55582024-04-10T17:18:41.658Z Fresh crucible-workspace-hack v0.1.0
55592024-04-10T17:18:41.658Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55602024-04-10T17:18:41.659Z Fresh usdt-attr-macro v0.5.0
55612024-04-10T17:18:41.659Z Fresh usdt-macro v0.5.0
55622024-04-10T17:18:41.659Z Fresh smoltcp v0.11.0
55632024-04-10T17:18:41.659Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55642024-04-10T17:18:41.659Z Fresh memmap v0.7.0
55652024-04-10T17:18:41.659Z Fresh atty v0.2.14
55662024-04-10T17:18:41.659Z Fresh sigpipe v0.1.3
55672024-04-10T17:18:41.659Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
55682024-04-10T17:18:41.659Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55692024-04-10T17:18:41.659Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55702024-04-10T17:18:41.659Z Fresh usdt v0.5.0
55712024-04-10T17:18:41.659Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
55722024-04-10T17:18:41.659Z Fresh num-derive v0.4.0
55732024-04-10T17:18:41.659Z Fresh mockall_derive v0.12.1
55742024-04-10T17:18:41.659Z Fresh fragile v2.0.0
55752024-04-10T17:18:41.659Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55762024-04-10T17:18:41.659Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
55772024-04-10T17:18:41.659Z Fresh downcast v0.11.0
55782024-04-10T17:18:41.659Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
55792024-04-10T17:18:41.660Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
55802024-04-10T17:18:41.660Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55812024-04-10T17:18:41.660Z Fresh filetime v0.2.23
55822024-04-10T17:18:41.660Z Fresh xattr v1.0.1
55832024-04-10T17:18:41.660Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55842024-04-10T17:18:41.660Z Fresh mockall v0.12.1
55852024-04-10T17:18:41.660Z Fresh tar v0.4.40
55862024-04-10T17:18:41.660Z Fresh newline-converter v0.3.0
55872024-04-10T17:18:41.660Z Fresh heck v0.3.3
55882024-04-10T17:18:41.660Z Fresh arc-swap v1.6.0
55892024-04-10T17:18:41.660Z Fresh utf-8 v0.7.6
55902024-04-10T17:18:41.660Z Fresh pem v3.0.4
55912024-04-10T17:18:41.660Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55922024-04-10T17:18:41.660Z Fresh expectorate v1.1.0
55932024-04-10T17:18:41.660Z Fresh slog-scope v4.4.0
55942024-04-10T17:18:41.660Z Fresh tungstenite v0.20.1
55952024-04-10T17:18:41.660Z Fresh env_logger v0.9.3
55962024-04-10T17:18:41.660Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55972024-04-10T17:18:41.660Z Fresh slog-stdlog v4.1.1
55982024-04-10T17:18:41.660Z Fresh tokio-tungstenite v0.20.1
55992024-04-10T17:18:41.660Z Fresh bitstruct_derive v0.1.0
56002024-04-10T17:18:41.660Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56012024-04-10T17:18:41.660Z Fresh ascii v1.1.0
56022024-04-10T17:18:41.661Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56032024-04-10T17:18:41.661Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56042024-04-10T17:18:41.661Z Fresh slog-envlogger v2.2.0
56052024-04-10T17:18:41.661Z Fresh bitstruct v0.1.1
56062024-04-10T17:18:41.661Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56072024-04-10T17:18:41.661Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56082024-04-10T17:18:41.661Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56092024-04-10T17:18:41.661Z Fresh serde_arrays v0.1.0
56102024-04-10T17:18:41.661Z Fresh erased-serde v0.3.31
56112024-04-10T17:18:41.661Z Fresh password-hash v0.5.0
56122024-04-10T17:18:41.661Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56132024-04-10T17:18:41.661Z Fresh blake2 v0.10.6
56142024-04-10T17:18:41.661Z Fresh tungstenite v0.21.0
56152024-04-10T17:18:41.661Z Fresh zone_cfg_derive v0.1.2
56162024-04-10T17:18:41.661Z Fresh derive-where v1.2.7
56172024-04-10T17:18:41.661Z Fresh base64 v0.13.1
56182024-04-10T17:18:41.661Z Fresh swrite v0.1.0
56192024-04-10T17:18:41.661Z Fresh argon2 v0.5.3
56202024-04-10T17:18:41.661Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56212024-04-10T17:18:41.661Z Fresh zone v0.1.8
56222024-04-10T17:18:41.661Z Fresh ron v0.7.1
56232024-04-10T17:18:41.661Z Fresh tokio-tungstenite v0.21.0
56242024-04-10T17:18:41.661Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56252024-04-10T17:18:41.661Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56262024-04-10T17:18:41.662Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56272024-04-10T17:18:41.662Z Fresh portpicker v0.1.1
56282024-04-10T17:18:41.662Z Fresh headers-core v0.2.0
56292024-04-10T17:18:41.662Z Fresh rcgen v0.12.1
56302024-04-10T17:18:41.662Z Fresh atomicwrites v0.4.3
56312024-04-10T17:18:41.662Z Fresh subprocess v0.2.9
56322024-04-10T17:18:41.662Z Fresh headers v0.3.9
56332024-04-10T17:18:41.662Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56342024-04-10T17:18:41.662Z Fresh semver v0.1.20
56352024-04-10T17:18:41.662Z Fresh bytecount v0.6.3
56362024-04-10T17:18:41.662Z Fresh tabled_derive v0.7.0
56372024-04-10T17:18:41.662Z Fresh glob v0.3.1
56382024-04-10T17:18:41.662Z Fresh itertools v0.12.1
56392024-04-10T17:18:41.662Z Fresh rustc_version v0.1.7
56402024-04-10T17:18:41.711Z Fresh papergrid v0.11.0
56412024-04-10T17:18:41.711Z Fresh linked-hash-map v0.5.6
56422024-04-10T17:18:41.711Z Fresh tabled v0.15.0
56432024-04-10T17:18:41.711Z Fresh lru-cache v0.1.2
56442024-04-10T17:18:41.711Z Fresh tap v1.0.1
56452024-04-10T17:18:41.711Z Fresh wyz v0.5.1
56462024-04-10T17:18:41.711Z Fresh cancel-safe-futures v0.1.5
56472024-04-10T17:18:41.711Z Fresh radium v0.7.0
56482024-04-10T17:18:41.711Z Fresh crossbeam-deque v0.8.3
56492024-04-10T17:18:41.711Z Fresh half v2.3.1
56502024-04-10T17:18:41.712Z Fresh newtype_derive v0.1.6
56512024-04-10T17:18:41.712Z Fresh ciborium-io v0.2.2
56522024-04-10T17:18:41.712Z Fresh funty v2.0.0
56532024-04-10T17:18:41.712Z Fresh crc-catalog v2.2.0
56542024-04-10T17:18:41.712Z Fresh rayon-core v1.12.1
56552024-04-10T17:18:41.712Z Fresh steno v0.4.0
56562024-04-10T17:18:41.712Z Fresh crc v3.0.1
56572024-04-10T17:18:41.712Z Fresh ciborium-ll v0.2.2
56582024-04-10T17:18:41.712Z Fresh bitvec v1.0.1
56592024-04-10T17:18:41.712Z Fresh maybe-uninit v2.0.0
56602024-04-10T17:18:41.712Z Fresh libsw v3.3.1
56612024-04-10T17:18:41.712Z Fresh packed_struct_codegen v0.10.1
56622024-04-10T17:18:41.712Z Fresh nodrop v0.1.14
56632024-04-10T17:18:41.712Z Fresh linear-map v1.2.0
56642024-04-10T17:18:41.712Z Fresh owo-colors v4.0.0
56652024-04-10T17:18:41.712Z Fresh smallvec v0.6.14
56662024-04-10T17:18:41.712Z Fresh num-bigint-dig v0.8.4
56672024-04-10T17:18:41.712Z Fresh packed_struct v0.10.1
56682024-04-10T17:18:41.712Z Fresh array-init v0.0.4
56692024-04-10T17:18:41.712Z Fresh ciborium v0.2.2
56702024-04-10T17:18:41.712Z Fresh num-rational v0.4.1
56712024-04-10T17:18:41.712Z Fresh rayon v1.10.0
56722024-04-10T17:18:41.712Z Fresh pkcs1 v0.7.5
56732024-04-10T17:18:41.713Z Fresh signature v2.1.0
56742024-04-10T17:18:41.713Z Fresh num-complex v0.4.4
56752024-04-10T17:18:41.713Z Fresh bitfield v0.14.0
56762024-04-10T17:18:41.713Z Fresh hashbrown v0.12.3
56772024-04-10T17:18:41.713Z Fresh serde-hex v0.1.0
56782024-04-10T17:18:41.713Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56792024-04-10T17:18:41.713Z Fresh env_logger v0.10.0
56802024-04-10T17:18:41.713Z Fresh indexmap v1.9.3
56812024-04-10T17:18:41.713Z Fresh num v0.4.1
56822024-04-10T17:18:41.713Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56832024-04-10T17:18:41.713Z Fresh rsa v0.9.2
56842024-04-10T17:18:41.713Z Fresh x509-cert v0.2.4
56852024-04-10T17:18:41.713Z Fresh ron v0.8.1
56862024-04-10T17:18:41.713Z Fresh hashbrown v0.13.2
56872024-04-10T17:18:41.713Z Fresh crc-any v2.4.3
56882024-04-10T17:18:41.713Z Fresh display-error-chain v0.2.0
56892024-04-10T17:18:41.713Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56902024-04-10T17:18:41.713Z Fresh object v0.30.4
56912024-04-10T17:18:41.713Z Fresh path-slash v0.1.5
56922024-04-10T17:18:41.713Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56932024-04-10T17:18:41.713Z Fresh slog-dtrace v0.3.0
56942024-04-10T17:18:41.713Z Fresh resolv-conf v0.7.0
56952024-04-10T17:18:41.713Z Fresh convert_case v0.4.0
56962024-04-10T17:18:41.714Z Fresh home v0.5.5
56972024-04-10T17:18:41.714Z Fresh arrayvec v0.7.4
56982024-04-10T17:18:41.714Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
56992024-04-10T17:18:41.714Z Fresh derive_more v0.99.17
57002024-04-10T17:18:41.714Z Fresh trust-dns-resolver v0.22.0
57012024-04-10T17:18:41.714Z Fresh arrayref v0.3.7
57022024-04-10T17:18:41.714Z Fresh pin-project-internal v1.1.3
57032024-04-10T17:18:41.714Z Fresh async-recursion v1.1.0
57042024-04-10T17:18:41.714Z Fresh constant_time_eq v0.3.0
57052024-04-10T17:18:41.714Z Fresh pin-project v1.1.3
57062024-04-10T17:18:41.714Z Fresh textwrap v0.11.0
57072024-04-10T17:18:41.714Z Fresh nibble_vec v0.1.0
57082024-04-10T17:18:41.714Z Fresh fxhash v0.2.1
57092024-04-10T17:18:41.714Z Fresh diff v0.1.13
57102024-04-10T17:18:41.714Z Fresh strsim v0.8.0
57112024-04-10T17:18:41.714Z Fresh vec_map v0.8.2
57122024-04-10T17:18:41.714Z Fresh endian-type v0.1.2
57132024-04-10T17:18:41.714Z Fresh ansi_term v0.12.1
57142024-04-10T17:18:41.714Z Fresh crunchy v0.2.2
57152024-04-10T17:18:41.714Z Fresh radix_trie v0.2.1
57162024-04-10T17:18:41.714Z Fresh clap v2.34.0
57172024-04-10T17:18:41.714Z Fresh prettyplease v0.2.17
57182024-04-10T17:18:41.714Z Fresh structopt-derive v0.4.18
57192024-04-10T17:18:41.714Z Fresh memmap2 v0.7.1
57202024-04-10T17:18:41.715Z Fresh buf-list v1.0.3
57212024-04-10T17:18:41.715Z Fresh tiny-keccak v2.0.2
57222024-04-10T17:18:41.715Z Fresh libefi-sys v0.1.0
57232024-04-10T17:18:41.715Z Fresh structopt v0.3.26
57242024-04-10T17:18:41.715Z Fresh blake3 v1.5.0
57252024-04-10T17:18:41.715Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57262024-04-10T17:18:41.715Z Fresh ascii-canvas v3.0.0
57272024-04-10T17:18:41.715Z Fresh gethostname v0.4.3
57282024-04-10T17:18:41.715Z Fresh ena v0.14.2
57292024-04-10T17:18:41.715Z Fresh libloading v0.7.4
57302024-04-10T17:18:41.715Z Fresh topological-sort v0.2.2
57312024-04-10T17:18:41.715Z Fresh regex-syntax v0.6.29
57322024-04-10T17:18:41.715Z Fresh keccak v0.1.4
57332024-04-10T17:18:41.715Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57342024-04-10T17:18:41.715Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57352024-04-10T17:18:41.715Z Fresh sha3 v0.10.8
57362024-04-10T17:18:41.715Z Fresh omicron-zone-package v0.11.0
57372024-04-10T17:18:41.715Z Fresh lalrpop v0.19.12
57382024-04-10T17:18:41.715Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57392024-04-10T17:18:41.715Z Fresh clang-sys v1.6.1
57402024-04-10T17:18:41.764Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57412024-04-10T17:18:41.765Z Fresh cexpr v0.6.0
57422024-04-10T17:18:41.765Z Fresh which v4.4.0
57432024-04-10T17:18:41.765Z Fresh secrecy v0.8.0
57442024-04-10T17:18:41.765Z Fresh peeking_take_while v0.1.2
57452024-04-10T17:18:41.765Z Fresh lazycell v1.3.0
57462024-04-10T17:18:41.765Z Fresh rustc-hash v1.1.0
57472024-04-10T17:18:41.765Z Fresh shlex v1.3.0
57482024-04-10T17:18:41.765Z Fresh bindgen v0.69.2
57492024-04-10T17:18:41.765Z Fresh toolchain_find v0.4.0
57502024-04-10T17:18:41.765Z Fresh derive_builder_core v0.20.0
57512024-04-10T17:18:41.765Z Fresh ref-cast-impl v1.0.20
57522024-04-10T17:18:41.765Z Fresh signature v1.6.4
57532024-04-10T17:18:41.765Z Fresh ref-cast v1.0.20
57542024-04-10T17:18:41.765Z Fresh derive_builder_macro v0.20.0
57552024-04-10T17:18:41.765Z Fresh ed25519 v1.5.3
57562024-04-10T17:18:41.765Z Fresh rustfmt-wrapper v0.2.1
57572024-04-10T17:18:41.765Z Fresh memoffset v0.7.1
57582024-04-10T17:18:41.765Z Fresh strum_macros v0.24.3
57592024-04-10T17:18:41.765Z Fresh snafu-derive v0.8.2
57602024-04-10T17:18:41.765Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57612024-04-10T17:18:41.765Z Fresh vte_generate_state_changes v0.1.1
57622024-04-10T17:18:41.765Z Fresh maplit v1.0.2
57632024-04-10T17:18:41.766Z Fresh indoc v1.0.9
57642024-04-10T17:18:41.766Z Fresh vte v0.11.1
57652024-04-10T17:18:41.766Z Fresh polar-core v0.27.3
57662024-04-10T17:18:41.766Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
57672024-04-10T17:18:41.766Z Fresh salty v0.2.0
57682024-04-10T17:18:41.766Z Fresh snafu v0.8.2
57692024-04-10T17:18:41.766Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57702024-04-10T17:18:41.766Z Fresh platforms v3.0.2
57712024-04-10T17:18:41.766Z Fresh libxml v0.3.3
57722024-04-10T17:18:41.766Z Fresh derive_builder v0.20.0
57732024-04-10T17:18:41.766Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57742024-04-10T17:18:41.766Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
57752024-04-10T17:18:41.766Z Fresh globset v0.4.13
57762024-04-10T17:18:41.766Z Fresh const_format_proc_macros v0.2.32
57772024-04-10T17:18:41.766Z Fresh bb8 v0.8.3
57782024-04-10T17:18:41.766Z Fresh fd-lock v4.0.2
57792024-04-10T17:18:41.766Z Fresh olpc-cjson v0.1.3
57802024-04-10T17:18:41.766Z Fresh serde-big-array v0.4.1
57812024-04-10T17:18:41.766Z Fresh quick-xml v0.31.0
57822024-04-10T17:18:41.766Z Fresh serde-big-array v0.5.1
57832024-04-10T17:18:41.766Z Fresh serde_plain v1.0.2
57842024-04-10T17:18:41.766Z Fresh oso-derive v0.27.3
57852024-04-10T17:18:41.767Z Fresh impl-trait-for-tuples v0.2.2
57862024-04-10T17:18:41.767Z Fresh cfg_aliases v0.1.1
57872024-04-10T17:18:41.767Z Fresh typed-path v0.7.0
57882024-04-10T17:18:41.767Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
57892024-04-10T17:18:41.767Z Fresh samael v0.0.15
57902024-04-10T17:18:41.767Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57912024-04-10T17:18:41.767Z Fresh tough v0.17.1
57922024-04-10T17:18:41.767Z Fresh oso v0.27.3
57932024-04-10T17:18:41.767Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
57942024-04-10T17:18:41.767Z Fresh const_format v0.2.32
57952024-04-10T17:18:41.767Z Fresh parking_lot_core v0.8.6
57962024-04-10T17:18:41.767Z Fresh cookie v0.18.1
57972024-04-10T17:18:41.767Z Fresh unicase v2.7.0
57982024-04-10T17:18:41.767Z Fresh fs-err v2.11.0
57992024-04-10T17:18:41.767Z Fresh strip-ansi-escapes v0.2.0
58002024-04-10T17:18:41.767Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
58012024-04-10T17:18:41.767Z Fresh signal-hook-tokio v0.3.1
58022024-04-10T17:18:41.767Z Fresh nu-ansi-term v0.50.0
58032024-04-10T17:18:41.767Z Fresh parse-size v1.0.0
58042024-04-10T17:18:41.767Z Fresh corncobs v0.1.3
58052024-04-10T17:18:41.767Z Fresh parking_lot v0.11.2
58062024-04-10T17:18:41.767Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58072024-04-10T17:18:41.767Z Fresh reedline v0.31.0
58082024-04-10T17:18:41.767Z Fresh trust-dns-client v0.22.0
58092024-04-10T17:18:41.768Z Fresh universal-hash v0.5.1
58102024-04-10T17:18:41.768Z Fresh toml v0.5.11
58112024-04-10T17:18:41.768Z Fresh thiserror-impl-no-std v2.0.2
58122024-04-10T17:18:41.768Z Fresh curve25519-dalek-derive v0.1.0
58132024-04-10T17:18:41.768Z Fresh opaque-debug v0.3.0
58142024-04-10T17:18:41.768Z Fresh nix v0.28.0
58152024-04-10T17:18:41.768Z Fresh curve25519-dalek v4.1.1
58162024-04-10T17:18:41.768Z Fresh poly1305 v0.8.0
58172024-04-10T17:18:41.768Z Fresh trust-dns-server v0.22.1
58182024-04-10T17:18:41.768Z Fresh thiserror-no-std v2.0.2
58192024-04-10T17:18:41.768Z Fresh sled v0.34.7
58202024-04-10T17:18:41.768Z Fresh peg-macros v0.8.2
58212024-04-10T17:18:41.768Z Fresh chacha20 v0.9.1
58222024-04-10T17:18:41.768Z Fresh aead v0.5.2
58232024-04-10T17:18:41.768Z Fresh kstat-rs v0.2.3
58242024-04-10T17:18:41.768Z Fresh sqlparser_derive v0.2.2
58252024-04-10T17:18:41.768Z Fresh nanorand v0.7.0
58262024-04-10T17:18:41.768Z Fresh unicode_categories v0.1.1
58272024-04-10T17:18:41.768Z Fresh sqlformat v0.2.3
58282024-04-10T17:18:41.768Z Fresh sqlparser v0.44.0
58292024-04-10T17:18:41.768Z Fresh flume v0.11.0
58302024-04-10T17:18:41.768Z Fresh chacha20poly1305 v0.10.1
58312024-04-10T17:18:41.768Z Fresh vsss-rs v3.3.4
58322024-04-10T17:18:41.769Z Fresh peg v0.8.2
58332024-04-10T17:18:41.769Z Fresh mime_guess v2.0.4
58342024-04-10T17:18:41.769Z Fresh rustyline v14.0.0
58352024-04-10T17:18:41.769Z Fresh rand_seeder v0.2.3
58362024-04-10T17:18:41.769Z Fresh bcs v0.1.6
58372024-04-10T17:18:41.769Z Fresh highway v1.1.0
58382024-04-10T17:18:41.769Z Fresh portable-atomic v1.4.3
58392024-04-10T17:18:41.769Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58402024-04-10T17:18:41.818Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
58412024-04-10T17:18:41.818Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58422024-04-10T17:18:41.818Z Fresh http-range v0.1.5
58432024-04-10T17:18:41.818Z Fresh number_prefix v0.4.0
58442024-04-10T17:18:41.818Z Fresh castaway v0.2.2
58452024-04-10T17:18:41.818Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58462024-04-10T17:18:41.818Z Fresh lru v0.12.1
58472024-04-10T17:18:41.818Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
58482024-04-10T17:18:41.818Z Fresh indicatif v0.17.8
58492024-04-10T17:18:41.819Z Fresh hyper-staticfile v0.9.5
58502024-04-10T17:18:41.819Z Fresh compact_str v0.7.1
58512024-04-10T17:18:41.819Z Fresh stability v0.1.1
58522024-04-10T17:18:41.819Z Fresh cassowary v0.3.0
58532024-04-10T17:18:41.819Z Fresh indoc v2.0.3
58542024-04-10T17:18:41.819Z Fresh is_ci v1.2.0
58552024-04-10T17:18:41.819Z Fresh assert_matches v1.5.0
58562024-04-10T17:18:41.819Z Fresh ratatui v0.26.1
58572024-04-10T17:18:41.819Z Fresh supports-color v3.0.0
58582024-04-10T17:18:41.819Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58592024-04-10T17:18:41.819Z Fresh rtoolbox v0.0.1
58602024-04-10T17:18:41.819Z Fresh unicode-linebreak v0.1.5
58612024-04-10T17:18:41.819Z Fresh smawk v0.3.1
58622024-04-10T17:18:41.819Z Fresh tui-tree-widget v0.19.0
58632024-04-10T17:18:41.819Z Fresh textwrap v0.16.1
58642024-04-10T17:18:41.819Z Fresh rpassword v7.3.1
58652024-04-10T17:18:41.819Z Fresh http-body v1.0.0
58662024-04-10T17:18:41.819Z Fresh plotters-backend v0.3.5
58672024-04-10T17:18:41.819Z Fresh tower-layer v0.3.2
58682024-04-10T17:18:41.819Z Fresh shell-words v1.1.0
58692024-04-10T17:18:41.819Z Fresh hyper v1.1.0
58702024-04-10T17:18:41.819Z Fresh target-lexicon v0.12.13
58712024-04-10T17:18:41.819Z Fresh plotters-svg v0.3.5
58722024-04-10T17:18:41.820Z Fresh tower v0.4.13
58732024-04-10T17:18:41.820Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58742024-04-10T17:18:41.820Z Fresh yansi v0.5.1
58752024-04-10T17:18:41.820Z Fresh cast v0.3.0
58762024-04-10T17:18:41.820Z Fresh hyper-util v0.1.2
58772024-04-10T17:18:41.820Z Fresh guppy-workspace-hack v0.1.0
58782024-04-10T17:18:41.820Z Fresh pretty_assertions v1.4.0
58792024-04-10T17:18:41.820Z Fresh criterion-plot v0.5.0
58802024-04-10T17:18:41.820Z Fresh cfg-expr v0.15.6
58812024-04-10T17:18:41.820Z Fresh plotters v0.3.5
58822024-04-10T17:18:41.820Z Fresh doc-comment v0.3.3
58832024-04-10T17:18:41.820Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
58842024-04-10T17:18:41.820Z Fresh rustls-native-certs v0.7.0
58852024-04-10T17:18:41.820Z Fresh httptest v0.15.5
58862024-04-10T17:18:41.820Z Fresh fatfs v0.3.6
58872024-04-10T17:18:41.820Z Fresh escape8259 v0.5.2
58882024-04-10T17:18:41.820Z Fresh tinytemplate v1.2.1
58892024-04-10T17:18:41.820Z Fresh threadpool v1.8.1
58902024-04-10T17:18:41.820Z Fresh cargo-platform v0.1.3
58912024-04-10T17:18:41.820Z Fresh constant_time_eq v0.2.6
58922024-04-10T17:18:41.820Z Fresh anes v0.1.6
58932024-04-10T17:18:41.820Z Fresh oorandom v11.1.3
58942024-04-10T17:18:41.820Z Fresh relative-path v1.9.0
58952024-04-10T17:18:41.820Z Fresh cargo_metadata v0.18.1
58962024-04-10T17:18:41.821Z Fresh blake2b_simd v1.0.1
58972024-04-10T17:18:41.821Z Fresh libtest-mimic v0.7.2
58982024-04-10T17:18:41.821Z Fresh criterion v0.5.1
58992024-04-10T17:18:41.821Z Fresh rstest_macros v0.18.2
59002024-04-10T17:18:41.821Z Fresh hyper-rustls v0.26.0
59012024-04-10T17:18:41.821Z Fresh target-spec v3.1.0
59022024-04-10T17:18:41.821Z Fresh assert_cmd v2.0.14
59032024-04-10T17:18:41.821Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59042024-04-10T17:18:41.821Z Fresh pathdiff v0.2.1
59052024-04-10T17:18:41.821Z Fresh futures-timer v3.0.2
59062024-04-10T17:18:41.821Z Fresh nested v0.1.1
59072024-04-10T17:18:41.821Z Fresh rust-argon2 v2.1.0
59082024-04-10T17:18:41.821Z Fresh rstest v0.18.2
59092024-04-10T17:18:41.821Z Fresh guppy v0.17.5
59102024-04-10T17:18:41.821Z Fresh datatest-stable v0.2.6
59112024-04-10T17:18:41.821Z Fresh trybuild v1.0.91
59122024-04-10T17:18:41.821Z Fresh partial-io v0.5.4
59132024-04-10T17:18:41.821Z Fresh similar-asserts v1.5.0
59142024-04-10T17:18:41.821Z Fresh approx v0.5.1
59152024-04-10T17:18:41.821Z Fresh hex-literal v0.4.1
59162024-04-10T17:18:41.821Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59172024-04-10T17:18:41.821Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59182024-04-10T17:18:41.821Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59192024-04-10T17:18:41.821Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59202024-04-10T17:18:41.822Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59212024-04-10T17:18:41.822Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59222024-04-10T17:18:41.822Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59232024-04-10T17:18:41.822Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59242024-04-10T17:18:41.822Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59252024-04-10T17:18:41.822Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59262024-04-10T17:18:41.822Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59272024-04-10T17:18:41.822Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59282024-04-10T17:18:41.822Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59292024-04-10T17:18:41.822Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
59302024-04-10T17:18:41.822Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59312024-04-10T17:18:41.822Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59322024-04-10T17:18:41.822Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
59332024-04-10T17:18:41.822Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59342024-04-10T17:18:41.822Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59352024-04-10T17:18:41.822Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59362024-04-10T17:18:41.822Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59372024-04-10T17:18:41.822Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59382024-04-10T17:18:41.822Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59392024-04-10T17:18:41.822Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
59402024-04-10T17:18:41.871Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59412024-04-10T17:18:41.871Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59422024-04-10T17:18:41.871Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59432024-04-10T17:18:41.871Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59442024-04-10T17:18:41.871Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59452024-04-10T17:18:41.871Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59462024-04-10T17:18:41.871Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59472024-04-10T17:18:41.871Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59482024-04-10T17:18:41.871Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59492024-04-10T17:18:41.871Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59502024-04-10T17:18:41.871Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59512024-04-10T17:18:41.871Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59522024-04-10T17:18:41.871Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59532024-04-10T17:18:41.871Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
59542024-04-10T17:18:41.871Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59552024-04-10T17:18:41.871Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
59562024-04-10T17:18:41.871Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59572024-04-10T17:18:41.871Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59582024-04-10T17:18:41.871Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59592024-04-10T17:18:41.871Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59602024-04-10T17:18:41.871Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59612024-04-10T17:18:41.871Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59622024-04-10T17:18:41.872Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59632024-04-10T17:18:41.872Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59642024-04-10T17:18:41.872Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59652024-04-10T17:18:41.872Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59662024-04-10T17:18:41.872Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59672024-04-10T17:18:41.872Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59682024-04-10T17:18:41.872Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59692024-04-10T17:18:41.872Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59702024-04-10T17:18:41.872Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59712024-04-10T17:18:41.872Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59722024-04-10T17:18:41.872Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59732024-04-10T17:18:41.872Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59742024-04-10T17:18:41.872Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59752024-04-10T17:18:41.872Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59762024-04-10T17:18:41.872Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59772024-04-10T17:18:41.872Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59782024-04-10T17:18:41.872Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59792024-04-10T17:18:41.872Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59802024-04-10T17:18:41.872Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59812024-04-10T17:18:41.872Z Finished test [unoptimized + debuginfo] target(s) in 1.60s
59822024-04-10T17:18:41.872Z Doc-tests authz-macros
59832024-04-10T17:18:41.872Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-06e0833a013c65fc.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ac30a8ade70ac9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59842024-04-10T17:18:41.873Z
59852024-04-10T17:18:41.873Zrunning 7 tests
59862024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
59872024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
59882024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
59892024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
59902024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
59912024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
59922024-04-10T17:18:41.873Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
59932024-04-10T17:18:41.873Z
59942024-04-10T17:18:41.873Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
59952024-04-10T17:18:41.873Z
59962024-04-10T17:18:41.873Z Doc-tests bootstore
59972024-04-10T17:18:41.873Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48b7ead2648fff5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d4e0aeabe14696d8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
59982024-04-10T17:18:42.454Z
59992024-04-10T17:18:42.454Zrunning 0 tests
60002024-04-10T17:18:42.454Z
60012024-04-10T17:18:42.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60022024-04-10T17:18:42.455Z
60032024-04-10T17:18:42.499Z Doc-tests bootstrap-agent-client
60042024-04-10T17:18:42.524Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60052024-04-10T17:18:43.307Z
60062024-04-10T17:18:43.307Zrunning 0 tests
60072024-04-10T17:18:43.308Z
60082024-04-10T17:18:43.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60092024-04-10T17:18:43.308Z
60102024-04-10T17:18:43.351Z Doc-tests db-macros
60112024-04-10T17:18:43.352Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-0562df15a6902e58.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ac30a8ade70ac9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-bd293d35f0531041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60122024-04-10T17:18:43.688Z
60132024-04-10T17:18:43.688Zrunning 4 tests
60142024-04-10T17:18:43.713Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60152024-04-10T17:18:43.713Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60162024-04-10T17:18:43.713Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60172024-04-10T17:18:43.713Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60182024-04-10T17:18:43.713Z
60192024-04-10T17:18:43.713Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
60202024-04-10T17:18:43.713Z
60212024-04-10T17:18:43.738Z Doc-tests dns-server
60222024-04-10T17:18:43.738Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-640606692ca98274.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3c294c5f7f8f75fa.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c68268a0ad4320b7.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-644c54907be3fb28.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60232024-04-10T17:18:44.119Z
60242024-04-10T17:18:44.119Zrunning 0 tests
60252024-04-10T17:18:44.120Z
60262024-04-10T17:18:44.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60272024-04-10T17:18:44.120Z
60282024-04-10T17:18:44.148Z Doc-tests dns-service-client
60292024-04-10T17:18:44.148Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib -C embed-bitcode=no -D warnings --error-format human`
60302024-04-10T17:18:44.890Z
60312024-04-10T17:18:44.891Zrunning 0 tests
60322024-04-10T17:18:44.891Z
60332024-04-10T17:18:44.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342024-04-10T17:18:44.891Z
60352024-04-10T17:18:44.917Z Doc-tests dpd-client
60362024-04-10T17:18:44.918Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60372024-04-10T17:18:46.056Z
60382024-04-10T17:18:46.056Zrunning 0 tests
60392024-04-10T17:18:46.057Z
60402024-04-10T17:18:46.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60412024-04-10T17:18:46.057Z
60422024-04-10T17:18:46.114Z Doc-tests gateway-client
60432024-04-10T17:18:46.114Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60442024-04-10T17:18:47.286Z
60452024-04-10T17:18:47.286Zrunning 0 tests
60462024-04-10T17:18:47.286Z
60472024-04-10T17:18:47.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60482024-04-10T17:18:47.287Z
60492024-04-10T17:18:47.332Z Doc-tests gateway-test-utils
60502024-04-10T17:18:47.332Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60512024-04-10T17:18:47.730Z
60522024-04-10T17:18:47.730Zrunning 0 tests
60532024-04-10T17:18:47.730Z
60542024-04-10T17:18:47.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60552024-04-10T17:18:47.730Z
60562024-04-10T17:18:47.767Z Doc-tests illumos-utils
60572024-04-10T17:18:47.767Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6a5901104f687650.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4e4c7463199ea70e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-af231523f6ff2a7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c88f77799441efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8ded3374a6df2342.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9a6562ad1605300.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f5c18bd44892a57e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
60582024-04-10T17:18:49.911Z
60592024-04-10T17:18:49.911Zrunning 0 tests
60602024-04-10T17:18:49.911Z
60612024-04-10T17:18:49.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60622024-04-10T17:18:49.911Z
60632024-04-10T17:18:49.987Z Doc-tests installinator
60642024-04-10T17:18:50.016Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-99cb2033993ab7aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f8e82bb74ac60a4c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60652024-04-10T17:18:50.629Z
60662024-04-10T17:18:50.629Zrunning 0 tests
60672024-04-10T17:18:50.629Z
60682024-04-10T17:18:50.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60692024-04-10T17:18:50.629Z
60702024-04-10T17:18:50.672Z Doc-tests installinator-artifact-client
60712024-04-10T17:18:50.672Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60722024-04-10T17:18:51.757Z
60732024-04-10T17:18:51.757Zrunning 0 tests
60742024-04-10T17:18:51.757Z
60752024-04-10T17:18:51.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60762024-04-10T17:18:51.757Z
60772024-04-10T17:18:51.804Z Doc-tests installinator-artifactd
60782024-04-10T17:18:51.804Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60792024-04-10T17:18:52.165Z
60802024-04-10T17:18:52.165Zrunning 0 tests
60812024-04-10T17:18:52.165Z
60822024-04-10T17:18:52.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832024-04-10T17:18:52.166Z
60842024-04-10T17:18:52.603Z Doc-tests installinator-common
60852024-04-10T17:18:52.603Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib -C embed-bitcode=no -D warnings --error-format human`
60862024-04-10T17:18:52.683Z
60872024-04-10T17:18:52.683Zrunning 0 tests
60882024-04-10T17:18:52.683Z
60892024-04-10T17:18:52.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60902024-04-10T17:18:52.683Z
60912024-04-10T17:18:53.120Z Doc-tests internal-dns
60922024-04-10T17:18:53.146Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-26c25b4d662c64ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
60932024-04-10T17:18:53.146Z
60942024-04-10T17:18:53.146Zrunning 0 tests
60952024-04-10T17:18:53.146Z
60962024-04-10T17:18:53.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60972024-04-10T17:18:53.146Z
60982024-04-10T17:18:53.146Z Doc-tests ipcc
60992024-04-10T17:18:53.146Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
61002024-04-10T17:18:53.348Z
61012024-04-10T17:18:53.349Zrunning 0 tests
61022024-04-10T17:18:53.349Z
61032024-04-10T17:18:53.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042024-04-10T17:18:53.349Z
61052024-04-10T17:18:53.374Z Doc-tests key-manager
61062024-04-10T17:18:53.375Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5bc2634eed53323c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-91ab5c9219fc892b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -C embed-bitcode=no -D warnings --error-format human`
61072024-04-10T17:18:53.658Z
61082024-04-10T17:18:53.658Zrunning 0 tests
61092024-04-10T17:18:53.658Z
61102024-04-10T17:18:53.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112024-04-10T17:18:53.658Z
61122024-04-10T17:18:53.688Z Doc-tests nexus-client
61132024-04-10T17:18:53.728Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
61142024-04-10T17:18:57.065Z
61152024-04-10T17:18:57.065Zrunning 0 tests
61162024-04-10T17:18:57.065Z
61172024-04-10T17:18:57.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182024-04-10T17:18:57.065Z
61192024-04-10T17:18:57.144Z Doc-tests nexus-config
61202024-04-10T17:18:57.145Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
61212024-04-10T17:18:57.711Z
61222024-04-10T17:18:57.711Zrunning 0 tests
61232024-04-10T17:18:57.711Z
61242024-04-10T17:18:57.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61252024-04-10T17:18:57.712Z
61262024-04-10T17:18:57.749Z Doc-tests nexus-db-model
61272024-04-10T17:18:57.775Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61282024-04-10T17:19:09.367Z
61292024-04-10T17:19:09.367Zrunning 2 tests
61302024-04-10T17:19:11.492Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61312024-04-10T17:19:11.518Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61322024-04-10T17:19:11.518Z
61332024-04-10T17:19:11.518Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s
61342024-04-10T17:19:11.518Z
61352024-04-10T17:19:11.732Z Doc-tests nexus-db-queries
61362024-04-10T17:19:11.780Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-06e0833a013c65fc.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0dbcfd1cc4a30123.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-445028ffecaaebf6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-abcbfbeb7ed1e0e6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e6e4ab944c17d1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b166d88dc5c12d48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a978316ada9488ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e8644938a3b9ba5d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61372024-04-10T17:19:14.320Z
61382024-04-10T17:19:14.321Zrunning 2 tests
61392024-04-10T17:19:14.346Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61402024-04-10T17:19:17.122Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61412024-04-10T17:19:17.122Z
61422024-04-10T17:19:17.122Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.80s
61432024-04-10T17:19:17.122Z
61442024-04-10T17:19:17.229Z Doc-tests nexus-defaults
61452024-04-10T17:19:17.255Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib -C embed-bitcode=no -D warnings --error-format human`
61462024-04-10T17:19:17.495Z
61472024-04-10T17:19:17.495Zrunning 0 tests
61482024-04-10T17:19:17.495Z
61492024-04-10T17:19:17.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61502024-04-10T17:19:17.495Z
61512024-04-10T17:19:17.524Z Doc-tests nexus-inventory
61522024-04-10T17:19:17.524Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
61532024-04-10T17:19:17.863Z
61542024-04-10T17:19:17.863Zrunning 0 tests
61552024-04-10T17:19:17.863Z
61562024-04-10T17:19:17.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61572024-04-10T17:19:17.863Z
61582024-04-10T17:19:17.896Z Doc-tests nexus-macros-common
61592024-04-10T17:19:17.924Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-540e3521e6f54994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib -C embed-bitcode=no -D warnings --error-format human`
61602024-04-10T17:19:18.002Z
61612024-04-10T17:19:18.002Zrunning 0 tests
61622024-04-10T17:19:18.002Z
61632024-04-10T17:19:18.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61642024-04-10T17:19:18.002Z
61652024-04-10T17:19:18.029Z Doc-tests nexus-metrics-producer-gc
61662024-04-10T17:19:18.029Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61672024-04-10T17:19:18.456Z
61682024-04-10T17:19:18.456Zrunning 0 tests
61692024-04-10T17:19:18.456Z
61702024-04-10T17:19:18.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61712024-04-10T17:19:18.456Z
61722024-04-10T17:19:18.500Z Doc-tests nexus-networking
61732024-04-10T17:19:18.500Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
61742024-04-10T17:19:18.926Z
61752024-04-10T17:19:18.926Zrunning 0 tests
61762024-04-10T17:19:18.926Z
61772024-04-10T17:19:18.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61782024-04-10T17:19:18.926Z
61792024-04-10T17:19:18.967Z Doc-tests nexus-reconfigurator-execution
61802024-04-10T17:19:18.967Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61812024-04-10T17:19:19.443Z
61822024-04-10T17:19:19.443Zrunning 0 tests
61832024-04-10T17:19:19.443Z
61842024-04-10T17:19:19.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61852024-04-10T17:19:19.443Z
61862024-04-10T17:19:19.487Z Doc-tests nexus-reconfigurator-planning
61872024-04-10T17:19:19.487Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d5586d2885680d70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
61882024-04-10T17:19:19.873Z
61892024-04-10T17:19:19.873Zrunning 0 tests
61902024-04-10T17:19:19.873Z
61912024-04-10T17:19:19.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61922024-04-10T17:19:19.873Z
61932024-04-10T17:19:19.905Z Doc-tests nexus-reconfigurator-preparation
61942024-04-10T17:19:19.905Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib -C embed-bitcode=no -D warnings --error-format human`
61952024-04-10T17:19:20.309Z
61962024-04-10T17:19:20.309Zrunning 0 tests
61972024-04-10T17:19:20.309Z
61982024-04-10T17:19:20.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61992024-04-10T17:19:20.309Z
62002024-04-10T17:19:20.350Z Doc-tests nexus-types
62012024-04-10T17:19:20.377Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-002b742f687c1564.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
62022024-04-10T17:19:23.509Z
62032024-04-10T17:19:23.510Zrunning 0 tests
62042024-04-10T17:19:23.510Z
62052024-04-10T17:19:23.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62062024-04-10T17:19:23.510Z
62072024-04-10T17:19:23.601Z Doc-tests omicron-certificates
62082024-04-10T17:19:23.601Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b09579fd13745ee0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5209fcd17583f2d3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib -C embed-bitcode=no -D warnings --error-format human`
62092024-04-10T17:19:23.880Z
62102024-04-10T17:19:23.880Zrunning 0 tests
62112024-04-10T17:19:23.880Z
62122024-04-10T17:19:23.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62132024-04-10T17:19:23.881Z
62142024-04-10T17:19:23.909Z Doc-tests omicron-common
62152024-04-10T17:19:23.937Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5cfeae181ac846f3.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e4f0af714555ede8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-40be93662ba7a4a7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
62162024-04-10T17:19:25.861Z
62172024-04-10T17:19:25.861Zrunning 2 tests
62182024-04-10T17:19:25.889Ztest common/src/lib.rs - FileKv (line 57) ... ignored
62192024-04-10T17:19:31.275Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62202024-04-10T17:19:31.275Z
62212024-04-10T17:19:31.275Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.42s
62222024-04-10T17:19:31.275Z
62232024-04-10T17:19:31.351Z Doc-tests omicron-ddm-admin-client
62242024-04-10T17:19:31.351Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-884fee8e801ce511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
62252024-04-10T17:19:31.664Z
62262024-04-10T17:19:31.664Zrunning 0 tests
62272024-04-10T17:19:31.664Z
62282024-04-10T17:19:31.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62292024-04-10T17:19:31.664Z
62302024-04-10T17:19:31.695Z Doc-tests omicron-gateway
62312024-04-10T17:19:31.722Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1f5ef876c1510248.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-09a6fedf4e8f007d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7d74eae3e97e3972.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3608aeb6305b2b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a9c7ff647a59df49.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
62322024-04-10T17:19:32.953Z
62332024-04-10T17:19:32.953Zrunning 0 tests
62342024-04-10T17:19:32.953Z
62352024-04-10T17:19:32.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362024-04-10T17:19:32.953Z
62372024-04-10T17:19:33.008Z Doc-tests omicron-nexus
62382024-04-10T17:19:33.081Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dd5489effd8b96c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4887aa9d7c0b9c6a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-219076d72e3ada0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca3fc933b1f7ea36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-75b32f0da57f4f5d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8d4e2d49f29efb86.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5e9ec4889e477582.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-417e14403933de5b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7c7fb8e4bc7d87b5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-20a61d5a95797c95.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a0689ab9e3ba55cb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d0cf2fda92774acb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a31d7555ad110459.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c4983e8167ced0ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-bc0fd81b2dba69eb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ac79f1611e56a8a0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e000178165f75a84.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2d1d6199dbbc7ae4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-947d2eece8295811.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-817e2a0eea90cb96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8e54197ed4982d8b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d181cdf8a92f7da9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a979951dd029d422.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-8bbff782fd9980ab.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-d827093214ba522a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-014d09089abe1c59.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7924deef7317320.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f0ea6bd1f1723cd.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c499388c66af0526.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-dd7c562449373328.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-258d70ae4f0fa877.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-46938101aaed9dfa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-3f52fd0a80f346f3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62392024-04-10T17:19:36.363Z
62402024-04-10T17:19:36.363Zrunning 5 tests
62412024-04-10T17:19:36.407Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
62422024-04-10T17:19:39.929Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 755) ... ok
62432024-04-10T17:19:39.956Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 785) ... ok
62442024-04-10T17:19:39.956Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 691) ... ok
62452024-04-10T17:19:39.956Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 713) ... ok
62462024-04-10T17:19:39.956Z
62472024-04-10T17:19:39.956Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.58s
62482024-04-10T17:19:39.956Z
62492024-04-10T17:19:40.071Z Doc-tests omicron-package
62502024-04-10T17:19:40.072Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-92efdddb1d74b760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c262f3ba17d235c8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd2fa3f7a0a747d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb72ec0fe3c03da1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -C embed-bitcode=no -D warnings --error-format human`
62512024-04-10T17:19:40.320Z
62522024-04-10T17:19:40.320Zrunning 0 tests
62532024-04-10T17:19:40.320Z
62542024-04-10T17:19:40.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62552024-04-10T17:19:40.320Z
62562024-04-10T17:19:40.350Z Doc-tests omicron-passwords
62572024-04-10T17:19:40.350Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-791f36131a355a94.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cc76b69415e45129.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7bc92746051d8ff0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib -C embed-bitcode=no -D warnings --error-format human`
62582024-04-10T17:19:40.500Z
62592024-04-10T17:19:40.500Zrunning 0 tests
62602024-04-10T17:19:40.500Z
62612024-04-10T17:19:40.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62622024-04-10T17:19:40.500Z
62632024-04-10T17:19:40.526Z Doc-tests omicron-rpaths
62642024-04-10T17:19:40.526Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f3a22ca7d2b9f637.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib -C embed-bitcode=no -D warnings --error-format human`
62652024-04-10T17:19:40.609Z
62662024-04-10T17:19:40.610Zrunning 0 tests
62672024-04-10T17:19:40.610Z
62682024-04-10T17:19:40.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62692024-04-10T17:19:40.610Z
62702024-04-10T17:19:40.640Z Doc-tests omicron-sled-agent
62712024-04-10T17:19:40.640Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c34f4105f98d3b8d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8f9f8f633cc4d304.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c3d173e71efe8955.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4871e317516303d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-54cd209c4c8f6247.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e72413128ffb79bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76a12433a1e14639.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-10a1c3678d7388d4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c52d843c6bdb3cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-579de8e0fdb7a926.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-ec0110e74c1a618e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0013f49c5973dcc.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-678beeb3cc71333f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-25fd06405a353e38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-57af3c47ad41d29c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b696cb5ac3d6d37f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0873fe0c1c2078e0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0df619a7a92cffe2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f99f6879385c863c.rlib -C embed-bitcode=no -D warnings --error-format human`
62722024-04-10T17:19:43.904Z
62732024-04-10T17:19:43.905Zrunning 0 tests
62742024-04-10T17:19:43.905Z
62752024-04-10T17:19:43.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62762024-04-10T17:19:43.905Z
62772024-04-10T17:19:44.003Z Doc-tests omicron-test-utils
62782024-04-10T17:19:44.003Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cd9b8870bb4f5d65.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-0d2acb12be1a4703.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d9868076976aa9ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f76def81180f7e65.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0492ee207eee6c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-689634ab91e4cdb7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-93ca203ba415b43e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9070e8c19908461c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-93bd66418fc821ea.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-45caf47af278d8a6.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
62792024-04-10T17:19:50.980Z
62802024-04-10T17:19:50.980Zrunning 0 tests
62812024-04-10T17:19:50.980Z
62822024-04-10T17:19:50.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62832024-04-10T17:19:50.980Z
62842024-04-10T17:19:51.101Z Doc-tests omicron-uuid-kinds
62852024-04-10T17:19:51.102Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-002b742f687c1564.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-51fac6cb8c1431fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
62862024-04-10T17:19:51.102Z
62872024-04-10T17:19:51.102Zrunning 0 tests
62882024-04-10T17:19:51.102Z
62892024-04-10T17:19:51.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62902024-04-10T17:19:51.102Z
62912024-04-10T17:19:51.102Z Doc-tests oxide-client
62922024-04-10T17:19:51.102Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4636245f3f887c25.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
62932024-04-10T17:19:51.146Z
62942024-04-10T17:19:51.146Zrunning 183 tests
62952024-04-10T17:19:51.146Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
62962024-04-10T17:19:51.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
62972024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
62982024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
62992024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63002024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63012024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63022024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63032024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63042024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
63052024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
63062024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
63072024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
63082024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63092024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63102024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63112024-04-10T17:19:51.186Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63122024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63132024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63142024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63152024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63162024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63172024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63182024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63192024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63202024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63212024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63222024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63232024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63242024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63252024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63262024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63272024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63282024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63292024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63302024-04-10T17:19:51.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63312024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63322024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63332024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63342024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63352024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63362024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63372024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63382024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63392024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63402024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63412024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63422024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63432024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63442024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63452024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63462024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63472024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63482024-04-10T17:19:51.188Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63492024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
63502024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
63512024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63522024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63532024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63542024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63552024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63562024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63572024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63582024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63592024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63602024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63612024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63622024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63632024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63642024-04-10T17:19:51.189Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63652024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63662024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63672024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63682024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63692024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63702024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63712024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63722024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63732024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63742024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63752024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63762024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63772024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63782024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63792024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63802024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63812024-04-10T17:19:51.190Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63822024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63832024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63842024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63852024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
63862024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
63872024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
63882024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
63892024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
63902024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
63912024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
63922024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
63932024-04-10T17:19:51.191Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
63942024-04-10T17:19:51.191Z Doc-tests oximeter
63952024-04-10T17:19:51.191Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e3243bd4d27c3fa9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d76df0b0a163340e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2b96c8848ebfcd9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5572bfa02fb6b704.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
63962024-04-10T17:19:51.640Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
63972024-04-10T17:19:51.640Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
63982024-04-10T17:19:51.640Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
63992024-04-10T17:19:51.640Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
64002024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64012024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64022024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64032024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
64042024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64052024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64062024-04-10T17:19:51.641Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64072024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
64082024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64092024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64102024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64112024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64122024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64132024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64142024-04-10T17:19:51.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64152024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64162024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64172024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64182024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64192024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64202024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64212024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64222024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64232024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64242024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64252024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64262024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64272024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64282024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64292024-04-10T17:19:51.643Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64302024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64312024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64322024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64332024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64342024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64352024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64362024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64372024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64382024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64392024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64402024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64412024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64422024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64432024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64442024-04-10T17:19:51.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64452024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64462024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64472024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64482024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64492024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64502024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64512024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64522024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64532024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64542024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64552024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64562024-04-10T17:19:51.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64572024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64582024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64592024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64602024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64612024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64622024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64632024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64642024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64652024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64662024-04-10T17:19:51.646Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64672024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64682024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64692024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64702024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64712024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64722024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64732024-04-10T17:19:51.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64742024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64752024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64762024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64772024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64782024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64792024-04-10T17:19:51.648Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64802024-04-10T17:19:51.648Z
64812024-04-10T17:19:51.649Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.20s
64822024-04-10T17:19:51.649Z
64832024-04-10T17:19:51.728Z
64842024-04-10T17:19:51.728Zrunning 8 tests
64852024-04-10T17:19:52.301Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
64862024-04-10T17:19:52.347Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
64872024-04-10T17:19:53.125Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
64882024-04-10T17:19:58.711Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
64892024-04-10T17:19:58.760Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 602) ... ok
64902024-04-10T17:19:58.814Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
64912024-04-10T17:19:58.852Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
64922024-04-10T17:19:58.876Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
64932024-04-10T17:19:58.876Z
64942024-04-10T17:19:58.876Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.13s
64952024-04-10T17:19:58.876Z
64962024-04-10T17:19:58.911Z Doc-tests oximeter-client
64972024-04-10T17:19:58.936Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
64982024-04-10T17:19:59.290Z
64992024-04-10T17:19:59.290Zrunning 0 tests
65002024-04-10T17:19:59.290Z
65012024-04-10T17:19:59.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65022024-04-10T17:19:59.290Z
65032024-04-10T17:19:59.323Z Doc-tests oximeter-collector
65042024-04-10T17:19:59.323Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a7e4bbc5cb406c72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-61a15e8abe01a59f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7f6c3029eef38184.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65052024-04-10T17:19:59.868Z
65062024-04-10T17:19:59.869Zrunning 0 tests
65072024-04-10T17:19:59.869Z
65082024-04-10T17:19:59.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65092024-04-10T17:19:59.869Z
65102024-04-10T17:19:59.906Z Doc-tests oximeter-db
65112024-04-10T17:19:59.906Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-5f992b1827da00ac.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cdadfc746affe47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6181d7c7bf30d2cd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-16ef130625eaab69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7bd45d839bdb0728.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-cc7968168f2af5c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4b7ba2cc291849a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-afa196b6b28526d3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-3644980a426d631e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b83ce604c37df141.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-95d7b5448284e9eb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-68685cd3aedb1086.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9d5221a07a738c60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
65122024-04-10T17:20:01.493Z
65132024-04-10T17:20:01.493Zrunning 3 tests
65142024-04-10T17:20:01.519Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 258) ... ignored
65152024-04-10T17:20:01.519Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 272) ... ignored
65162024-04-10T17:20:01.519Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 113) ... ignored
65172024-04-10T17:20:01.519Z
65182024-04-10T17:20:01.519Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65192024-04-10T17:20:01.519Z
65202024-04-10T17:20:01.562Z Doc-tests oximeter-instruments
65212024-04-10T17:20:01.562Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-965f2f5545547f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-974bf6d745e647a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
65222024-04-10T17:20:01.948Z
65232024-04-10T17:20:01.948Zrunning 0 tests
65242024-04-10T17:20:01.948Z
65252024-04-10T17:20:01.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65262024-04-10T17:20:01.948Z
65272024-04-10T17:20:01.984Z Doc-tests oximeter-macro-impl
65282024-04-10T17:20:01.984Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d76df0b0a163340e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9e6546d75c09d00a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b6b32ddb267790f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b40fe87968e6823b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65292024-04-10T17:20:02.101Z
65302024-04-10T17:20:02.101Zrunning 0 tests
65312024-04-10T17:20:02.101Z
65322024-04-10T17:20:02.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65332024-04-10T17:20:02.101Z
65342024-04-10T17:20:02.129Z Doc-tests oximeter-producer
65352024-04-10T17:20:02.129Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-001a9d07e27fead2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-39e7bef7ecf5e951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-54a1f09e7ffcd996.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65362024-04-10T17:20:02.464Z
65372024-04-10T17:20:02.464Zrunning 0 tests
65382024-04-10T17:20:02.464Z
65392024-04-10T17:20:02.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65402024-04-10T17:20:02.464Z
65412024-04-10T17:20:02.497Z Doc-tests oxlog
65422024-04-10T17:20:02.497Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9a6562ad1605300.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e7bb09a05082adfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65432024-04-10T17:20:02.599Z
65442024-04-10T17:20:02.600Zrunning 0 tests
65452024-04-10T17:20:02.600Z
65462024-04-10T17:20:02.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65472024-04-10T17:20:02.600Z
65482024-04-10T17:20:02.625Z Doc-tests sled-agent-client
65492024-04-10T17:20:02.626Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-535edbebff464477.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65502024-04-10T17:20:05.936Z
65512024-04-10T17:20:05.936Zrunning 0 tests
65522024-04-10T17:20:05.937Z
65532024-04-10T17:20:05.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65542024-04-10T17:20:05.937Z
65552024-04-10T17:20:06.017Z Doc-tests sled-hardware
65562024-04-10T17:20:06.018Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-3589f41d80b8eadb.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1182f0490037f043.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-ac21ba2b96ee510f.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-be6094378f3f59ec.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-a6e20e6842d24be8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-b9de3a7763882ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d8f0772a1b6c04b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65572024-04-10T17:20:06.444Z
65582024-04-10T17:20:06.444Zrunning 0 tests
65592024-04-10T17:20:06.444Z
65602024-04-10T17:20:06.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65612024-04-10T17:20:06.444Z
65622024-04-10T17:20:06.478Z Doc-tests sled-hardware-types
65632024-04-10T17:20:06.478Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-7cdc156a8785f68a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib -C embed-bitcode=no -D warnings --error-format human`
65642024-04-10T17:20:06.809Z
65652024-04-10T17:20:06.809Zrunning 0 tests
65662024-04-10T17:20:06.809Z
65672024-04-10T17:20:06.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65682024-04-10T17:20:06.809Z
65692024-04-10T17:20:06.840Z Doc-tests sled-storage
65702024-04-10T17:20:06.840Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cdc98569cfd692a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1005a249d2581ca2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-10766ed1c15f36ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8937be8613cbfce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7a1b9d1b9d5f30e0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-38625591dd5934ec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65712024-04-10T17:20:07.413Z
65722024-04-10T17:20:07.413Zrunning 0 tests
65732024-04-10T17:20:07.413Z
65742024-04-10T17:20:07.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65752024-04-10T17:20:07.413Z
65762024-04-10T17:20:07.454Z Doc-tests sp-sim
65772024-04-10T17:20:07.454Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-37ea8493f4a5797c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-153ae7ee6981f86a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-eefc43b8c78d38c7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib -C embed-bitcode=no -D warnings --error-format human`
65782024-04-10T17:20:08.073Z
65792024-04-10T17:20:08.073Zrunning 0 tests
65802024-04-10T17:20:08.073Z
65812024-04-10T17:20:08.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65822024-04-10T17:20:08.073Z
65832024-04-10T17:20:08.119Z Doc-tests tufaceous
65842024-04-10T17:20:08.145Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7e170917a5eef122.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a67323ec782eae65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-99469636983f6e21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib -C embed-bitcode=no -D warnings --error-format human`
65852024-04-10T17:20:08.487Z
65862024-04-10T17:20:08.487Zrunning 0 tests
65872024-04-10T17:20:08.488Z
65882024-04-10T17:20:08.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65892024-04-10T17:20:08.488Z
65902024-04-10T17:20:08.527Z Doc-tests tufaceous-lib
65912024-04-10T17:20:08.527Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-90054876cbf53283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7231f6e2911ab46c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-50f7db39b18e12ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a7c00e9567e7d21c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1bc03f5b290c7f35.rlib -C embed-bitcode=no -D warnings --error-format human`
65922024-04-10T17:20:09.034Z
65932024-04-10T17:20:09.034Zrunning 0 tests
65942024-04-10T17:20:09.034Z
65952024-04-10T17:20:09.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65962024-04-10T17:20:09.034Z
65972024-04-10T17:20:09.070Z Doc-tests typed-rng
65982024-04-10T17:20:09.070Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-569e76cbaecc1ef5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-400c2e6be5054c95.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-bab0cf3765baa0a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
65992024-04-10T17:20:09.166Z
66002024-04-10T17:20:09.166Zrunning 0 tests
66012024-04-10T17:20:09.166Z
66022024-04-10T17:20:09.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66032024-04-10T17:20:09.166Z
66042024-04-10T17:20:09.192Z Doc-tests update-common
66052024-04-10T17:20:09.192Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib -C embed-bitcode=no -D warnings --error-format human`
66062024-04-10T17:20:09.563Z
66072024-04-10T17:20:09.563Zrunning 0 tests
66082024-04-10T17:20:09.563Z
66092024-04-10T17:20:09.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66102024-04-10T17:20:09.563Z
66112024-04-10T17:20:09.593Z Doc-tests update-engine
66122024-04-10T17:20:09.593Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ea839ec19f4f33c1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-93d95fad062f35ee.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-10ada46c4ddc4df0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ec902ea25ac4788e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4ca44e0929231343.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b5fd9fc9cb85f033.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2d0dd41a74a91f19.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib -C embed-bitcode=no -D warnings --error-format human`
66132024-04-10T17:20:10.248Z
66142024-04-10T17:20:10.248Zrunning 3 tests
66152024-04-10T17:20:10.276Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66162024-04-10T17:20:10.277Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66172024-04-10T17:20:10.277Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66182024-04-10T17:20:10.277Z
66192024-04-10T17:20:10.277Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66202024-04-10T17:20:10.277Z
66212024-04-10T17:20:10.309Z Doc-tests wicket
66222024-04-10T17:20:10.309Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-efbd5788e2aacc3a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e3d7106240f0c4da.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-548b5a55a8b8392b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b1e33541bc9d804.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-6c255fdadd50f68c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-95cb581ee5e292be.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c7aae5dfbd826c0c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-96e96de5cde7f76c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c384ca492d604318.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-540de91856e76de8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1f208711d3299852.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d874f1227d93d128.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ff9a3c02b571d6d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5e992ac0cd3b0261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-205e74ceab862bdc.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-c975fa1b5239ebc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ece7908a94d395b5.rlib -C embed-bitcode=no -D warnings --error-format human`
66232024-04-10T17:20:11.191Z
66242024-04-10T17:20:11.192Zrunning 0 tests
66252024-04-10T17:20:11.192Z
66262024-04-10T17:20:11.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66272024-04-10T17:20:11.192Z
66282024-04-10T17:20:11.237Z Doc-tests wicket-common
66292024-04-10T17:20:11.237Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib -C embed-bitcode=no -D warnings --error-format human`
66302024-04-10T17:20:11.676Z
66312024-04-10T17:20:11.676Zrunning 0 tests
66322024-04-10T17:20:11.676Z
66332024-04-10T17:20:11.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66342024-04-10T17:20:11.677Z
66352024-04-10T17:20:11.710Z Doc-tests wicket-dbg
66362024-04-10T17:20:11.735Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-98272663f1e6a2fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4f4cd0055d6290c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-00d15319d95dd18b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96fb4bebb3fe71bb.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-490318115fb010a6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43ef69f5f9bf32d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-80b97ce78c452723.rlib -C embed-bitcode=no -D warnings --error-format human`
66372024-04-10T17:20:12.102Z
66382024-04-10T17:20:12.103Zrunning 0 tests
66392024-04-10T17:20:12.103Z
66402024-04-10T17:20:12.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66412024-04-10T17:20:12.103Z
66422024-04-10T17:20:12.137Z Doc-tests wicketd
66432024-04-10T17:20:12.137Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-aeb4aeed4a847655.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db035d79552b26aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e7c07ace4c13ea0f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-87655dfe75ad5304.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-04e6b80bd6a0b10e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f9e70cb071b3ca9f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f11b85798780b078.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-6c09c91cd20c7fb6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-536f79762dd63ac8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-60b644a3123dc0e3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7e0e680e5074a445.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-276d3fc01c7b3eab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b49da2446d75b2dc.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-cc68c3be1cf89605.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-fb2adf6fade35066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-379ed59fa10c744a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7e32a0c748966a8f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-30286d4fa5ee6254.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-32796dcb95223bef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9bb779d5155bb97f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ca3373af1f16b18a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1189436574ac885d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0902bdb02832ff3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b1ae06a2f6ef8ea2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-49671642186c2455.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f12ee394e3a5b82.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-36d73e582b74af69.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4bec7f91a54df466.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-26b955fe46e81499.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a21c8ca855edd3bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e36b18e8c1fd4e1e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e9d8c28eb47d36ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f5c28acdb00bd2c4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1583c11acf9a0660.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47aa7dda3b88110f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-bf3a588159b8971c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c33aecc29e8f510a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9a51f996c9a7d06f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-78f5f2e670b4c4d2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-907de7f675189720.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-852ca96e932e782f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d1ec0b76cbf51d6a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e8c1df30c49e8fe3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8d0ff787ddae2378.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3df4c98b652d7325.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ac2feed4b18545c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-89aad0abc68f602e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7bf2f17cf71e4432.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fa036bd23571beff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-19ad39d2a2820b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-241264fd89b58d87.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3a6cfe73f76064f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-be14faade662cd9a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c6ab049d85566f1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8471cf416d02365d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad47006ccdb13f0e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4ce3dd785fab56ce.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ec45fca8c915b471.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -C embed-bitcode=no -D warnings --error-format human`
66442024-04-10T17:20:13.176Z
66452024-04-10T17:20:13.176Zrunning 0 tests
66462024-04-10T17:20:13.176Z
66472024-04-10T17:20:13.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66482024-04-10T17:20:13.176Z
66492024-04-10T17:20:13.228Z Doc-tests wicketd-client
66502024-04-10T17:20:13.228Z Running `/home/build/.rustup/toolchains/1.77.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-e0db8438e87fdd48/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-70bedbf47f5aba2a/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7f2404e18fe88cc1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9c7f531f5d18f2b3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-89218314d3efd760/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7e1e70a54b0f1629.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29bea266ba6c4103.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6bb58eed7130cf54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2866381069fe1697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-11158f376d2fd71e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ac7147562a8d617d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-961a7bc6da2293a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-92cbeb206a425068.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-eeef23e6dfc70d28.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-aee2afb41df856c9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0f9b1b0e97df3264.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-63d3d2d275ccde30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b68223ed53895961.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3ee10559401fe57.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a6703944b17f63d1.rlib -C embed-bitcode=no -D warnings --error-format human`
66512024-04-10T17:20:15.305Z
66522024-04-10T17:20:15.305Zrunning 0 tests
66532024-04-10T17:20:15.305Z
66542024-04-10T17:20:15.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66552024-04-10T17:20:15.305Z
66562024-04-10T17:20:15.421Z
66572024-04-10T17:20:15.421Zreal 1:35.683463424
66582024-04-10T17:20:15.421Zuser 1:25.719936756
66592024-04-10T17:20:15.421Zsys 45.034245181
66602024-04-10T17:20:15.421Ztrap 0.015497526
66612024-04-10T17:20:15.422Ztflt 0.450960512
66622024-04-10T17:20:15.422Zdflt 1.211373639
66632024-04-10T17:20:15.422Zkflt 0.000504204
66642024-04-10T17:20:15.422Zlock 1:18.028581813
66652024-04-10T17:20:15.422Zslp 8:37.981617960
66662024-04-10T17:20:15.422Zlat 0.733111486
66672024-04-10T17:20:15.422Zstop 3.502165164
66682024-04-10T17:20:15.447Zfiles in /var/tmp/omicron_tmp (none expected on success):
66692024-04-10T17:20:15.447Z165160 25 drwxr-xr-x 2 build build 2 Apr 10 17:20 /var/tmp/omicron_tmp
66702024-04-10T17:20:15.740Zprocess exited: duration 3526769 ms, exit code 0
 
66712024-04-10T17:20:15.794Zfound 1 output files
66722024-04-10T17:20:15.794Zuploading: /work/crate-build-timings.json (509492 bytes)
66732024-04-10T17:20:17.099Zuploaded: /work/crate-build-timings.json