01HMY97NJECXRZ2WJG4403G4CG: build-and-test (helios)

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

Buildomat Job: 01HMY982H09AK02AYT3QD9N7KB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-24T17:53:14.847Zjob assigned to worker 01HMY9KBGT4BTCJN43N1KN8PH4 (queued for 7 m 23 s)
 
22024-01-24T17:53:15.824Zstarting task 0: "setup"
32024-01-24T17:53:15.914Z++ uname -s
42024-01-24T17:53:15.918Z+ kern=SunOS
52024-01-24T17:53:15.919Z+ case "$kern" in
62024-01-24T17:53:15.919Z+ groupadd -g 12345 build
72024-01-24T17:53:15.919Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-24T17:53:17.920Z+ zfs create -o mountpoint=/work rpool/work
92024-01-24T17:53:18.023Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-24T17:53:18.027Z+ home_fs=zfs
112024-01-24T17:53:18.027Z+ [[ zfs == autofs ]]
122024-01-24T17:53:18.027Z+ mkdir -p /home/build
132024-01-24T17:53:18.030Z+ chown build:build /home/build /work
142024-01-24T17:53:19.032Z+ chmod 0700 /home/build /work
152024-01-24T17:53:19.036Zprocess exited: duration 3213 ms, exit code 0
 
162024-01-24T17:53:19.055Zstarting task 1: "rust-toolchain"
172024-01-24T17:53:19.066Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-24T17:53:19.070Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-24T17:53:19.264Zinfo: downloading installer
202024-01-24T17:53:20.889Zwarning: it looks like you have an existing installation of Rust at:
212024-01-24T17:53:20.889Zwarning: /opt/ooce/bin
222024-01-24T17:53:20.889Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-24T17:53:20.889Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-24T17:53:20.889Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-24T17:53:20.890Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-24T17:53:20.890Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-24T17:53:20.893Zerror: cannot install while Rust is installed
282024-01-24T17:53:20.895Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-24T17:53:21.083Zinfo: profile set to 'default'
302024-01-24T17:53:21.083Zinfo: default host triple is x86_64-unknown-illumos
312024-01-24T17:53:21.090Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-24T17:53:21.289Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-24T17:53:21.289Zinfo: downloading component 'cargo'
342024-01-24T17:53:22.275Zinfo: downloading component 'clippy'
352024-01-24T17:53:22.622Zinfo: downloading component 'rust-docs'
362024-01-24T17:53:23.841Zinfo: downloading component 'rust-std'
372024-01-24T17:53:26.029Zinfo: downloading component 'rustc'
382024-01-24T17:53:31.350Zinfo: downloading component 'rustfmt'
392024-01-24T17:53:31.679Zinfo: installing component 'cargo'
402024-01-24T17:53:33.088Zinfo: installing component 'clippy'
412024-01-24T17:53:33.928Zinfo: installing component 'rust-docs'
422024-01-24T17:53:36.688Zinfo: installing component 'rust-std'
432024-01-24T17:53:40.764Zinfo: installing component 'rustc'
442024-01-24T17:53:51.153Zinfo: installing component 'rustfmt'
452024-01-24T17:53:51.663Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-24T17:53:51.663Z
472024-01-24T17:53:51.784Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-24T17:53:51.784Z
492024-01-24T17:53:51.792Z
502024-01-24T17:53:51.792ZRust is installed now. Great!
512024-01-24T17:53:51.792Z
522024-01-24T17:53:51.792ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-24T17:53:51.793Zenvironment variable. This has not been done automatically.
542024-01-24T17:53:51.793Z
552024-01-24T17:53:51.793ZTo configure your current shell, run:
562024-01-24T17:53:51.793Zsource "$HOME/.cargo/env"
572024-01-24T17:53:51.978Z+ rustc --version
582024-01-24T17:53:52.029Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-24T17:53:52.029Zprocess exited: duration 32922 ms, exit code 0
 
602024-01-24T17:53:52.037Zstarting task 2: "authentication"
612024-01-24T17:53:52.071Zprocess exited: duration 34 ms, exit code 0
 
622024-01-24T17:53:52.162Zstarting task 3: "clone repository"
632024-01-24T17:53:52.171Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-24T17:53:52.174Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-24T17:53:52.602ZCloning into '/work/oxidecomputer/omicron'...
662024-01-24T17:53:58.246Z+ cd /work/oxidecomputer/omicron
672024-01-24T17:53:58.246Z+ git fetch origin 2dec2168732c028b5575d40bf02c7c50383eeb0a
682024-01-24T17:53:58.613ZFrom https://github.com/oxidecomputer/omicron
692024-01-24T17:53:58.613Z * branch 2dec2168732c028b5575d40bf02c7c50383eeb0a -> FETCH_HEAD
702024-01-24T17:53:58.661Z+ [[ -n boundary-tunnel-routing ]]
712024-01-24T17:53:58.661Z++ git branch --show-current
722024-01-24T17:53:58.661Z+ current=main
732024-01-24T17:53:58.661Z+ [[ main != boundary-tunnel-routing ]]
742024-01-24T17:53:58.661Z+ git branch -f boundary-tunnel-routing 2dec2168732c028b5575d40bf02c7c50383eeb0a
752024-01-24T17:53:58.671Z+ git checkout -f boundary-tunnel-routing
762024-01-24T17:53:58.811ZSwitched to branch 'boundary-tunnel-routing'
772024-01-24T17:53:58.817Z+ git reset --hard 2dec2168732c028b5575d40bf02c7c50383eeb0a
782024-01-24T17:53:59.144ZHEAD is now at 2dec21687 remove manual boundary loopback address management
792024-01-24T17:53:59.152Zprocess exited: duration 6833 ms, exit code 0
 
802024-01-24T17:53:59.275Zstarting task 4: "build"
812024-01-24T17:53:59.286Z+ target_os=illumos
822024-01-24T17:53:59.286Z+ NEXTEST_VERSION=0.9.67
832024-01-24T17:53:59.286Z+ cargo --version
842024-01-24T17:53:59.294Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
852024-01-24T17:53:59.577Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
862024-01-24T17:53:59.694Zinfo: downloading component 'cargo'
872024-01-24T17:54:00.817Zinfo: downloading component 'clippy'
882024-01-24T17:54:00.998Zinfo: downloading component 'rust-docs'
892024-01-24T17:54:02.346Zinfo: downloading component 'rust-std'
902024-01-24T17:54:04.332Zinfo: downloading component 'rustc'
912024-01-24T17:54:09.906Zinfo: downloading component 'rustfmt'
922024-01-24T17:54:10.226Zinfo: installing component 'cargo'
932024-01-24T17:54:11.544Zinfo: installing component 'clippy'
942024-01-24T17:54:12.035Zinfo: installing component 'rust-docs'
952024-01-24T17:54:15.018Zinfo: installing component 'rust-std'
962024-01-24T17:54:17.443Zinfo: installing component 'rustc'
972024-01-24T17:54:23.581Zinfo: installing component 'rustfmt'
982024-01-24T17:54:24.675Zcargo 1.74.1 (ecb9851af 2023-10-18)
992024-01-24T17:54:24.682Z+ rustc --version
1002024-01-24T17:54:24.682Zrustc 1.74.1 (a28077b28 2023-12-04)
1012024-01-24T17:54:24.682Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1022024-01-24T17:54:24.682Z+ gunzip
1032024-01-24T17:54:24.682Z+ tar -xvf - -C /home/build/.cargo/bin
1042024-01-24T17:54:25.800Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1052024-01-24T17:54:25.803Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062024-01-24T17:54:25.803Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1072024-01-24T17:54:25.803Ztests will store output in /var/tmp/omicron_tmp
1082024-01-24T17:54:25.804Z+ mkdir /var/tmp/omicron_tmp
1092024-01-24T17:54:25.804Z+ source ./env.sh
1102024-01-24T17:54:25.804Z++ set -o xtrace
1112024-01-24T17:54:25.807Z++++ dirname ./env.sh
1122024-01-24T17:54:25.869Z+++ cd .
1132024-01-24T17:54:25.877Z+++ echo /work/oxidecomputer/omicron
1142024-01-24T17:54:25.877Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152024-01-24T17:54:25.877Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-01-24T17:54:25.877Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172024-01-24T17:54:25.877Z++ 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
1182024-01-24T17:54:25.877Z++ 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
1192024-01-24T17:54:25.877Z++ 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
1202024-01-24T17:54:25.877Z++ 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
1212024-01-24T17:54:25.877Z++ 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
1222024-01-24T17:54:25.877Z++ 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
1232024-01-24T17:54:25.877Z++ unset OMICRON_WS
1242024-01-24T17:54:25.877Z++ set +o xtrace
1252024-01-24T17:54:26.011Z
1262024-01-24T17:54:26.012Z ##### ##### ###### ##### ###### #### # # # #### #
1272024-01-24T17:54:26.012Z # # # # # # # # # # # # # # #
1282024-01-24T17:54:26.013Z # # # # ##### # # ##### # # # # # #### #
1292024-01-24T17:54:26.013Z ##### ##### # ##### # # # # # # # # #
1302024-01-24T17:54:26.013Z # # # # # # # # # # # # # # #
1312024-01-24T17:54:26.013Z # # # ###### # # ###### ### # #### # #### #
1322024-01-24T17:54:26.013Z
1332024-01-24T17:54:41.674Z Startup: Refreshing catalog 'helios-dev' ... Done
1342024-01-24T17:54:43.445Z Startup: Caching catalogs ... Done
1352024-01-24T17:54:45.911ZPlanning: Solver setup ... Done (1.959s)
1362024-01-24T17:54:45.960ZPlanning: Running solver ... Done (0.052s)
1372024-01-24T17:54:45.991ZPlanning: Finding local manifests ... Done (0.003s)
1382024-01-24T17:54:46.093ZPlanning: Fetching manifests: 0/4 0% complete
1392024-01-24T17:54:46.414ZPlanning: Fetching manifests: 4/4 100% complete
1402024-01-24T17:54:46.498ZPlanning: Package planning ... Done (0.084s)
1412024-01-24T17:54:46.584ZPlanning: Merging actions ... Done (0.086s)
1422024-01-24T17:54:47.667ZPlanning: Checking for conflicting actions ... Done (1.077s)
1432024-01-24T17:54:47.679ZPlanning: Consolidating action changes ... Done (0.018s)
1442024-01-24T17:54:53.252ZPlanning: Evaluating mediators ... Done (5.573s)
1452024-01-24T17:54:53.271ZPlanning: Planning completed in 9.76 seconds
1462024-01-24T17:54:57.286Z Packages to install: 4
1472024-01-24T17:54:57.287Z Mediators to change: 2
1482024-01-24T17:54:57.287Z Services to change: 1
1492024-01-24T17:54:57.292Z Estimated space available: 148.87 GB
1502024-01-24T17:54:57.292ZEstimated space to be consumed: 1.40 GB
1512024-01-24T17:54:57.292Z Create boot environment: No
1522024-01-24T17:54:57.292ZCreate backup boot environment: No
1532024-01-24T17:54:57.292Z Rebuild boot archive: No
1542024-01-24T17:54:57.292Z
1552024-01-24T17:54:57.292ZChanged mediators:
1562024-01-24T17:54:57.292Z mediator clang:
1572024-01-24T17:54:57.292Z version: None -> 15 (system default)
1582024-01-24T17:54:57.292Z
1592024-01-24T17:54:57.292Z mediator llvm:
1602024-01-24T17:54:57.292Z version: 14 (system default) -> 15 (system default)
1612024-01-24T17:54:57.292Z
1622024-01-24T17:54:57.292ZChanged packages:
1632024-01-24T17:54:57.292Zhelios-dev
1642024-01-24T17:54:57.292Z developer/build-essential
1652024-01-24T17:54:57.293Z None -> 11-2.0
1662024-01-24T17:54:57.293Z library/libxmlsec1
1672024-01-24T17:54:57.293Z None -> 1.2.35-2.0
1682024-01-24T17:54:57.293Z ooce/developer/clang-15
1692024-01-24T17:54:57.293Z None -> 15.0.7-2.0
1702024-01-24T17:54:57.293Z ooce/developer/llvm-15
1712024-01-24T17:54:57.293Z None -> 15.0.7-2.0
1722024-01-24T17:54:57.293Z
1732024-01-24T17:54:57.293ZServices:
1742024-01-24T17:54:57.293Z restart_fmri:
1752024-01-24T17:54:57.293Z svc:/system/update-man-index:default
1762024-01-24T17:54:57.583Z
1772024-01-24T17:54:57.583ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1782024-01-24T17:55:02.583ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1792024-01-24T17:55:07.584ZDownload: 2907/3290 items 121.2/212.6MB 56% complete (12.2M/s)
1802024-01-24T17:55:10.565ZDownload: Completed 212.60 MB in 12.89 seconds (16.5M/s)
1812024-01-24T17:55:10.758Z Actions: 1/3689 actions (Installing new actions)
1822024-01-24T17:55:16.517Z Actions: 2448/3689 actions (Installing new actions)
1832024-01-24T17:55:18.572Z Actions: Completed 3689 actions in 7.82 seconds.
1842024-01-24T17:55:18.830Z Done (0.251s)
1852024-01-24T17:55:18.830Z Done (0.000s)
1862024-01-24T17:55:19.166Z Done (0.326s)
1872024-01-24T17:55:27.336Z Done (8.020s)
1882024-01-24T17:55:27.609Z Done (0.184s)
1892024-01-24T17:55:27.612Z Done (0.000s)
1902024-01-24T17:55:27.861Z Done (0.000s)
1912024-01-24T17:55:28.649ZPlanning: Evaluating mediator changes ... Done
1922024-01-24T17:55:28.937ZPlanning: Checking for conflicting actions ... Done
1932024-01-24T17:55:28.942ZPlanning: Consolidating action changes ... Done
1942024-01-24T17:55:29.388ZPlanning: Evaluating mediators ... Done
1952024-01-24T17:55:29.391ZPlanning: Planning completed in 0.75 seconds
1962024-01-24T17:55:29.451Z Mediators to change: 2
1972024-01-24T17:55:29.451Z Create boot environment: No
1982024-01-24T17:55:29.451ZCreate backup boot environment: No
1992024-01-24T17:55:29.581Z Done
2002024-01-24T17:55:29.581Z Done
2012024-01-24T17:55:29.781Z Done
2022024-01-24T17:55:35.945Z Done
2032024-01-24T17:55:36.077Z Done
2042024-01-24T17:55:36.081Z Done
2052024-01-24T17:55:36.194Z Done
2062024-01-24T17:55:37.265ZPlanning: Evaluating mediator changes ... Done
2072024-01-24T17:55:37.269ZPlanning: Merging actions ... Done
2082024-01-24T17:55:37.618ZPlanning: Checking for conflicting actions ... Done
2092024-01-24T17:55:37.623ZPlanning: Consolidating action changes ... Done
2102024-01-24T17:55:38.068ZPlanning: Evaluating mediators ... Done
2112024-01-24T17:55:38.164ZPlanning: Planning completed in 1.35 seconds
2122024-01-24T17:55:38.228Z Packages to change: 1
2132024-01-24T17:55:38.228Z Mediators to change: 1
2142024-01-24T17:55:38.228Z Services to change: 1
2152024-01-24T17:55:38.228Z Create boot environment: No
2162024-01-24T17:55:38.247ZCreate backup boot environment: Yes
2172024-01-24T17:55:40.217Z Actions: 1/6 actions (Updating modified actions)
2182024-01-24T17:55:40.221Z Actions: Completed 6 actions in 0.00 seconds.
2192024-01-24T17:55:40.221Z Done
2202024-01-24T17:55:40.221Z Done
2212024-01-24T17:55:40.309Z Done
2222024-01-24T17:55:46.679Z Done
2232024-01-24T17:55:46.842Z Done
2242024-01-24T17:55:46.851Z Done
2252024-01-24T17:55:46.903Z Done
2262024-01-24T17:55:47.624ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-01-24T17:55:47.625Zclang system 15 system
2282024-01-24T17:55:47.625Zcsh system system illumos
2292024-01-24T17:55:47.625Zctags system system illumos
2302024-01-24T17:55:47.625Zgcc vendor 12 vendor
2312024-01-24T17:55:47.625Zgcc system 10 system
2322024-01-24T17:55:47.625Zgcc system 7 system
2332024-01-24T17:55:47.625Zgo system 1.20 system
2342024-01-24T17:55:47.626Zgo system 1.19 system
2352024-01-24T17:55:47.626Zllvm system 15 system
2362024-01-24T17:55:47.626Zllvm system 14 system
2372024-01-24T17:55:47.626Zmariadb system 10.6 system
2382024-01-24T17:55:47.626Zmta vendor vendor dma
2392024-01-24T17:55:47.627Zopenjdk system 17 system
2402024-01-24T17:55:47.627Zopenjdk system 11 system
2412024-01-24T17:55:47.627Zopenjdk system 1.8 system
2422024-01-24T17:55:47.627Zopenssl vendor 3 vendor
2432024-01-24T17:55:47.627Zperl system 5.36 system
2442024-01-24T17:55:47.627Zpostgresql system 15 system
2452024-01-24T17:55:47.627Zpostgresql system 13 system
2462024-01-24T17:55:47.627Zpython vendor 3 vendor
2472024-01-24T17:55:47.627Zpython system 2 system
2482024-01-24T17:55:47.627Zpython3 system 3.11 system
2492024-01-24T17:55:47.627Zruby system 3.0 system
2502024-01-24T17:55:47.627Zwords vendor vendor american-english
2512024-01-24T17:55:47.627Zwords system system australian-english
2522024-01-24T17:55:47.627Zwords system system british-english
2532024-01-24T17:55:47.627Zwords system system canadian-english
2542024-01-24T17:55:47.627Zwords system system french
2552024-01-24T17:55:47.627Zwords system system italian
2562024-01-24T17:55:47.627Zwords system system ngerman
2572024-01-24T17:55:47.628Zwords system system ogerman
2582024-01-24T17:55:47.628Zwords system system spanish
2592024-01-24T17:55:48.193ZFMRI IFO
2602024-01-24T17:55:48.193Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-01-24T17:55:48.193Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-01-24T17:55:48.193Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-01-24T17:55:48.193Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-01-24T17:55:48.193Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-01-24T17:55:48.193Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-01-24T17:55:48.194Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-01-24T17:55:48.194Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-01-24T17:55:48.275Z+ set -o errexit
2692024-01-24T17:55:48.278Z+++ dirname ./tools/ci_download_cockroachdb
2702024-01-24T17:55:48.282Z++ cd ./tools
2712024-01-24T17:55:48.282Z++ pwd
2722024-01-24T17:55:48.282Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2732024-01-24T17:55:48.282Z++ basename ./tools/ci_download_cockroachdb
2742024-01-24T17:55:48.286Z+ ARG0=ci_download_cockroachdb
2752024-01-24T17:55:48.286Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2762024-01-24T17:55:48.286Z+ CIDL_VERSION=v22.1.9
2772024-01-24T17:55:48.286Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2782024-01-24T17:55:48.286Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2792024-01-24T17:55:48.286Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2802024-01-24T17:55:48.286Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2812024-01-24T17:55:48.286Z+ TARGET_DIR=out
2822024-01-24T17:55:48.287Z+ DOWNLOAD_DIR=out/downloads
2832024-01-24T17:55:48.287Z+ DEST_DIR=./out/cockroachdb
2842024-01-24T17:55:48.287Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2852024-01-24T17:55:48.287Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2862024-01-24T17:55:48.291Z+ main
2872024-01-24T17:55:48.291Z+ [[ 0 != 0 ]]
2882024-01-24T17:55:48.291Z+ CIDL_OS=solaris2.11
2892024-01-24T17:55:48.291Z+ [[ 0 != 0 ]]
2902024-01-24T17:55:48.291Z+ configure_os solaris2.11
2912024-01-24T17:55:48.291Z+ echo 'current directory: /work/oxidecomputer/omicron'
2922024-01-24T17:55:48.292Zcurrent directory: /work/oxidecomputer/omicron
2932024-01-24T17:55:48.292Z+ echo 'configuring based on OS: "solaris2.11"'
2942024-01-24T17:55:48.292Z+ case "$1" in
2952024-01-24T17:55:48.292Zconfiguring based on OS: "solaris2.11"
2962024-01-24T17:55:48.292Z+ CIDL_BUILD=illumos
2972024-01-24T17:55:48.292Z+ CIDL_SUFFIX=tar.gz
2982024-01-24T17:55:48.292Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2992024-01-24T17:55:48.292Z+ CIDL_MD5FUNC=do_md5sum
3002024-01-24T17:55:48.292Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-01-24T17:55:48.292Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-01-24T17:55:48.292Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-01-24T17:55:48.292Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-01-24T17:55:48.293Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-01-24T17:55:48.293Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-01-24T17:55:48.294Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-01-24T17:55:48.294Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-01-24T17:55:48.294ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-01-24T17:55:48.294Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-01-24T17:55:48.294Z+ mkdir -p out/downloads
3112024-01-24T17:55:48.294ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-01-24T17:55:48.294Z+ mkdir -p ./out/cockroachdb
3132024-01-24T17:55:48.306Z+ local DO_DOWNLOAD=true
3142024-01-24T17:55:48.306Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3152024-01-24T17:55:48.306Z+ '[' true == true ']'
3162024-01-24T17:55:48.306Z+ echo Downloading...
3172024-01-24T17:55:48.306ZDownloading...
3182024-01-24T17:55:48.306Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-01-24T17:55:48.306Z+ 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
3202024-01-24T17:55:50.715Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-01-24T17:55:50.719Z++ md5sum
3222024-01-24T17:55:50.719Z++ awk '{print $1}'
3232024-01-24T17:55:51.004Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3242024-01-24T17:55:51.004Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3252024-01-24T17:55:51.004Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-01-24T17:55:51.007Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3272024-01-24T17:55:54.401Z+ do_assemble_illumos
3282024-01-24T17:55:54.402Z+ rm -r ./out/cockroachdb
3292024-01-24T17:55:54.406Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3302024-01-24T17:55:55.064Z+ ./out/cockroachdb/bin/cockroach version
3312024-01-24T17:55:55.434ZBuild Tag: v22.1.9-dirty
3322024-01-24T17:55:55.435ZBuild Time: 2022/10/26 21:17:46
3332024-01-24T17:55:55.435ZDistribution: OSS
3342024-01-24T17:55:55.436ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3352024-01-24T17:55:55.436ZGo Version: go1.17.13
3362024-01-24T17:55:55.436ZC Compiler: gcc 10.3.0
3372024-01-24T17:55:55.436ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3382024-01-24T17:55:55.436ZBuild Type: release
3392024-01-24T17:55:55.449Z+ set -o errexit
3402024-01-24T17:55:55.449Z+++ dirname ./tools/ci_download_clickhouse
3412024-01-24T17:55:55.449Z++ cd ./tools
3422024-01-24T17:55:55.450Z++ pwd
3432024-01-24T17:55:55.450Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3442024-01-24T17:55:55.450Z++ basename ./tools/ci_download_clickhouse
3452024-01-24T17:55:55.450Z+ ARG0=ci_download_clickhouse
3462024-01-24T17:55:55.451Z+ TARGET_DIR=out
3472024-01-24T17:55:55.451Z+ DOWNLOAD_DIR=out/downloads
3482024-01-24T17:55:55.451Z+ DEST_DIR=./out/clickhouse
3492024-01-24T17:55:55.451Z+ CIDL_VERSION=v22.8.9.24
3502024-01-24T17:55:55.451Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-01-24T17:55:55.451Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3522024-01-24T17:55:55.451Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3532024-01-24T17:55:55.451Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3542024-01-24T17:55:55.451Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-01-24T17:55:55.451Z+ main
3562024-01-24T17:55:55.451Z+ [[ 0 != 0 ]]
3572024-01-24T17:55:55.451Z+ CIDL_OS=solaris2.11
3582024-01-24T17:55:55.451Z+ [[ 0 != 0 ]]
3592024-01-24T17:55:55.451Z+ configure_os solaris2.11
3602024-01-24T17:55:55.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-01-24T17:55:55.451Zcurrent directory: /work/oxidecomputer/omicron
3622024-01-24T17:55:55.451Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-01-24T17:55:55.451Z+ CIDL_DASHREV=
3642024-01-24T17:55:55.451Zconfiguring based on OS: "solaris2.11"
3652024-01-24T17:55:55.451Z+ case "$1" in
3662024-01-24T17:55:55.451Z+ CIDL_PLATFORM=illumos
3672024-01-24T17:55:55.452Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3682024-01-24T17:55:55.452Z+ CIDL_MD5FUNC=do_md5sum
3692024-01-24T17:55:55.452Z+ CIDL_DASHREV=-1
3702024-01-24T17:55:55.452Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3712024-01-24T17:55:55.452Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3722024-01-24T17:55:55.452Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732024-01-24T17:55:55.452Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-01-24T17:55:55.452Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752024-01-24T17:55:55.452ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-01-24T17:55:55.452Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3772024-01-24T17:55:55.452ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-01-24T17:55:55.452Z+ mkdir -p out/downloads
3792024-01-24T17:55:55.452Z+ mkdir -p ./out/clickhouse
3802024-01-24T17:55:55.452Z+ local DO_DOWNLOAD=true
3812024-01-24T17:55:55.452Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3822024-01-24T17:55:55.452Z+ '[' true == true ']'
3832024-01-24T17:55:55.452Z+ echo Downloading...
3842024-01-24T17:55:55.452ZDownloading...
3852024-01-24T17:55:55.452Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862024-01-24T17:55:55.452Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3872024-01-24T17:55:57.436Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3882024-01-24T17:55:57.439Z++ md5sum
3892024-01-24T17:55:57.439Z++ awk '{print $1}'
3902024-01-24T17:55:57.764Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3912024-01-24T17:55:57.764Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3922024-01-24T17:55:57.764Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3932024-01-24T17:55:57.802Z+ mkdir -p ./out/clickhouse
3942024-01-24T17:55:57.802Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3952024-01-24T17:56:02.546Z+ ./out/clickhouse/clickhouse server --version
3962024-01-24T17:56:02.609ZClickHouse server version 22.8.9.1.
3972024-01-24T17:56:02.629Z+ set -o errexit
3982024-01-24T17:56:02.633Z+++ dirname ./tools/ci_download_console
3992024-01-24T17:56:02.633Z++ cd ./tools
4002024-01-24T17:56:02.633Z++ pwd
4012024-01-24T17:56:02.633Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-01-24T17:56:02.641Z++ basename ./tools/ci_download_console
4032024-01-24T17:56:02.641Z+ ARG0=ci_download_console
4042024-01-24T17:56:02.641Z+ TARGET_DIR=out
4052024-01-24T17:56:02.641Z+ DOWNLOAD_DIR=out/downloads
4062024-01-24T17:56:02.641Z+ DEST_DIR=./out/console-assets
4072024-01-24T17:56:02.641Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-01-24T17:56:02.641Z++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036
4092024-01-24T17:56:02.641Z++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4102024-01-24T17:56:02.641Z+ URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4112024-01-24T17:56:02.641Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-01-24T17:56:02.641Z+ main
4132024-01-24T17:56:02.641Z+ [[ 0 != 0 ]]
4142024-01-24T17:56:02.641Z+ echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz'
4152024-01-24T17:56:02.642ZURL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4162024-01-24T17:56:02.642Z+ echo 'Local file: out/downloads/console.tar.gz'
4172024-01-24T17:56:02.642ZLocal file: out/downloads/console.tar.gz
4182024-01-24T17:56:02.642Z+ local DO_DOWNLOAD=true
4192024-01-24T17:56:02.642Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-01-24T17:56:02.642Z+ mkdir -p out/downloads
4212024-01-24T17:56:02.642Z+ '[' true == true ']'
4222024-01-24T17:56:02.642Z+ echo Downloading...
4232024-01-24T17:56:02.643ZDownloading...
4242024-01-24T17:56:02.643Z+ do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz
4252024-01-24T17:56:02.643Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
4262024-01-24T17:56:03.510Z++ do_sha256sum out/downloads/console.tar.gz
4272024-01-24T17:56:03.511Z++ case "$OSTYPE" in
4282024-01-24T17:56:03.517Z++ SHA=sha256sum
4292024-01-24T17:56:03.517Z++ sha256sum
4302024-01-24T17:56:03.517Z++ awk '{print $1}'
4312024-01-24T17:56:03.625Z+ calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4322024-01-24T17:56:03.625Z+ [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]]
4332024-01-24T17:56:03.625Z+ rm -rf ./out/console-assets
4342024-01-24T17:56:03.630Z+ mkdir -p ./out/console-assets
4352024-01-24T17:56:03.634Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-01-24T17:56:03.634Z+ mkdir -p ./out/console-assets
4372024-01-24T17:56:03.634Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-01-24T17:56:03.771Z+ set -o errexit
4392024-01-24T17:56:03.774Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-01-24T17:56:03.778Z++ cd ./tools
4412024-01-24T17:56:03.778Z++ pwd
4422024-01-24T17:56:03.778Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-01-24T17:56:03.778Z++ basename ./tools/ci_download_maghemite_openapi
4442024-01-24T17:56:03.782Z+ ARG0=ci_download_maghemite_openapi
4452024-01-24T17:56:03.782Z+ TARGET_DIR=out
4462024-01-24T17:56:03.782Z+ DOWNLOAD_DIR=out/downloads
4472024-01-24T17:56:03.782Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-01-24T17:56:03.782Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
4492024-01-24T17:56:03.782Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4502024-01-24T17:56:03.782Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4512024-01-24T17:56:03.782Z+ LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4522024-01-24T17:56:03.782Z+ main
4532024-01-24T17:56:03.782Z+ [[ 0 != 0 ]]
4542024-01-24T17:56:03.782Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json'
4552024-01-24T17:56:03.782ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4562024-01-24T17:56:03.782Z+ echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json'
4572024-01-24T17:56:03.782ZLocal file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4582024-01-24T17:56:03.782Z+ local DO_DOWNLOAD=true
4592024-01-24T17:56:03.782Z+ [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]]
4602024-01-24T17:56:03.782Z+ mkdir -p out/downloads
4612024-01-24T17:56:03.786Z+ '[' true == true ']'
4622024-01-24T17:56:03.786ZDownloading...
4632024-01-24T17:56:03.786Z+ echo Downloading...
4642024-01-24T17:56:03.786Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4652024-01-24T17:56:03.786Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4662024-01-24T17:56:04.142Z++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4672024-01-24T17:56:04.142Z++ case "$OSTYPE" in
4682024-01-24T17:56:04.146Z++ SHA=sha256sum
4692024-01-24T17:56:04.146Z++ sha256sum
4702024-01-24T17:56:04.146Z++ awk '{print $1}'
4712024-01-24T17:56:04.150Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4722024-01-24T17:56:04.150Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4732024-01-24T17:56:04.150Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4742024-01-24T17:56:04.150Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
4752024-01-24T17:56:04.151Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4762024-01-24T17:56:04.151Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4772024-01-24T17:56:04.151Z+ LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4782024-01-24T17:56:04.152Z+ main
4792024-01-24T17:56:04.152Z+ [[ 0 != 0 ]]
4802024-01-24T17:56:04.152Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json'
4812024-01-24T17:56:04.152ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4822024-01-24T17:56:04.152Z+ echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json'
4832024-01-24T17:56:04.152ZLocal file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4842024-01-24T17:56:04.152Z+ local DO_DOWNLOAD=true
4852024-01-24T17:56:04.152Z+ [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]]
4862024-01-24T17:56:04.152Z+ mkdir -p out/downloads
4872024-01-24T17:56:04.156Z+ '[' true == true ']'
4882024-01-24T17:56:04.156Z+ echo Downloading...
4892024-01-24T17:56:04.156ZDownloading...
4902024-01-24T17:56:04.157Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4912024-01-24T17:56:04.157Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4922024-01-24T17:56:04.476Z++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4932024-01-24T17:56:04.479Z++ case "$OSTYPE" in
4942024-01-24T17:56:04.479Z++ SHA=sha256sum
4952024-01-24T17:56:04.480Z++ sha256sum
4962024-01-24T17:56:04.480Z++ awk '{print $1}'
4972024-01-24T17:56:04.492Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4982024-01-24T17:56:04.492Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
4992024-01-24T17:56:04.498Z+ set -o errexit
5002024-01-24T17:56:04.498Z+++ dirname ./tools/ci_download_dendrite_openapi
5012024-01-24T17:56:04.498Z++ cd ./tools
5022024-01-24T17:56:04.498Z++ pwd
5032024-01-24T17:56:04.498Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-01-24T17:56:04.502Z++ basename ./tools/ci_download_dendrite_openapi
5052024-01-24T17:56:04.502Z+ ARG0=ci_download_dendrite_openapi
5062024-01-24T17:56:04.502Z+ TARGET_DIR=out
5072024-01-24T17:56:04.502Z+ DOWNLOAD_DIR=out/downloads
5082024-01-24T17:56:04.502Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092024-01-24T17:56:04.502Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5102024-01-24T17:56:04.502Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5112024-01-24T17:56:04.502Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5122024-01-24T17:56:04.502Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5132024-01-24T17:56:04.502Z+ main
5142024-01-24T17:56:04.502Z+ [[ 0 != 0 ]]
5152024-01-24T17:56:04.502Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5162024-01-24T17:56:04.502ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5172024-01-24T17:56:04.502Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5182024-01-24T17:56:04.503ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5192024-01-24T17:56:04.503Z+ local DO_DOWNLOAD=true
5202024-01-24T17:56:04.503Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5212024-01-24T17:56:04.503Z+ mkdir -p out/downloads
5222024-01-24T17:56:04.508Z+ '[' true == true ']'
5232024-01-24T17:56:04.510Z+ echo Downloading...
5242024-01-24T17:56:04.510ZDownloading...
5252024-01-24T17:56:04.510Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5262024-01-24T17:56:04.510Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5272024-01-24T17:56:04.696Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5282024-01-24T17:56:04.696Z++ case "$OSTYPE" in
5292024-01-24T17:56:04.708Z++ SHA=sha256sum
5302024-01-24T17:56:04.709Z++ sha256sum
5312024-01-24T17:56:04.709Z++ awk '{print $1}'
5322024-01-24T17:56:04.720Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5332024-01-24T17:56:04.728Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5342024-01-24T17:56:04.728Z+ set -o errexit
5352024-01-24T17:56:05.164Z+++ dirname ./tools/ci_download_dendrite_stub
5362024-01-24T17:56:05.164Z++ cd ./tools
5372024-01-24T17:56:05.165Z++ pwd
5382024-01-24T17:56:05.165Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5392024-01-24T17:56:05.165Z++ basename ./tools/ci_download_dendrite_stub
5402024-01-24T17:56:05.165Z+ ARG0=ci_download_dendrite_stub
5412024-01-24T17:56:05.165Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5422024-01-24T17:56:05.165Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5432024-01-24T17:56:05.165Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5442024-01-24T17:56:05.166Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5452024-01-24T17:56:05.166Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5462024-01-24T17:56:05.166Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5472024-01-24T17:56:05.166Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5482024-01-24T17:56:05.166Z+ TARGET_DIR=out
5492024-01-24T17:56:05.166Z+ DOWNLOAD_DIR=out/downloads
5502024-01-24T17:56:05.167Z+ DEST_DIR=./out/dendrite-stub
5512024-01-24T17:56:05.167Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5522024-01-24T17:56:05.167Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5532024-01-24T17:56:05.167Z+ REPO=oxidecomputer/dendrite
5542024-01-24T17:56:05.167Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5552024-01-24T17:56:05.168Z+ main
5562024-01-24T17:56:05.168Z+ [[ 0 != 0 ]]
5572024-01-24T17:56:05.169Z+ CIDL_OS=solaris2.11
5582024-01-24T17:56:05.169Z+ [[ 0 != 0 ]]
5592024-01-24T17:56:05.169Z+ configure_os solaris2.11
5602024-01-24T17:56:05.169Z+ echo 'current directory: /work/oxidecomputer/omicron'
5612024-01-24T17:56:05.169Zcurrent directory: /work/oxidecomputer/omicron
5622024-01-24T17:56:05.169Z+ echo 'configuring based on OS: "solaris2.11"'
5632024-01-24T17:56:05.169Zconfiguring based on OS: "solaris2.11"
5642024-01-24T17:56:05.170Z+ case "$1" in
5652024-01-24T17:56:05.170Z+ SET_BINARIES=
5662024-01-24T17:56:05.170Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5672024-01-24T17:56:05.170Z+ CIDL_SHA256FUNC=do_sha256sum
5682024-01-24T17:56:05.170Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5692024-01-24T17:56:05.170Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5702024-01-24T17:56:05.171Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5712024-01-24T17:56:05.171Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5722024-01-24T17:56:05.171ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5732024-01-24T17:56:05.171Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5742024-01-24T17:56:05.171ZLocal file: out/downloads/dendrite-stub.tar.gz
5752024-01-24T17:56:05.171Z+ mkdir -p out/downloads
5762024-01-24T17:56:05.171Z+ mkdir -p ./out/dendrite-stub
5772024-01-24T17:56:05.172Z+ fetch_and_verify
5782024-01-24T17:56:05.172Z+ local DO_DOWNLOAD=true
5792024-01-24T17:56:05.172Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5802024-01-24T17:56:05.172Z+ '[' true == true ']'
5812024-01-24T17:56:05.172Z+ echo Downloading...
5822024-01-24T17:56:05.172ZDownloading...
5832024-01-24T17:56:05.172Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5842024-01-24T17:56:05.172Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5852024-01-24T17:56:12.423Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5862024-01-24T17:56:12.431Z++ sha256sum
5872024-01-24T17:56:12.432Z++ awk '{print $1}'
5882024-01-24T17:56:12.531Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5892024-01-24T17:56:12.531Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5902024-01-24T17:56:12.534Z+ do_untar out/downloads/dendrite-stub.tar.gz
5912024-01-24T17:56:12.534Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5922024-01-24T17:56:13.643Z+ do_assemble
5932024-01-24T17:56:13.643Z+ rm -r ./out/dendrite-stub
5942024-01-24T17:56:13.647Z+ mkdir ./out/dendrite-stub
5952024-01-24T17:56:13.650Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5962024-01-24T17:56:13.843Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5972024-01-24T17:56:13.857Z+ set -o errexit
5982024-01-24T17:56:13.860Z+++ dirname ./tools/ci_download_maghemite_mgd
5992024-01-24T17:56:13.863Z++ cd ./tools
6002024-01-24T17:56:13.863Z++ pwd
6012024-01-24T17:56:13.863Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6022024-01-24T17:56:13.866Z++ basename ./tools/ci_download_maghemite_mgd
6032024-01-24T17:56:13.866Z+ ARG0=ci_download_maghemite_mgd
6042024-01-24T17:56:13.866Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6052024-01-24T17:56:13.867Z++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b
6062024-01-24T17:56:13.867Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
6072024-01-24T17:56:13.867Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6082024-01-24T17:56:13.867Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
6092024-01-24T17:56:13.867Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
6102024-01-24T17:56:13.867Z+ TARGET_DIR=out
6112024-01-24T17:56:13.867Z+ DOWNLOAD_DIR=out/downloads
6122024-01-24T17:56:13.867Z+ DEST_DIR=./out/mgd
6132024-01-24T17:56:13.868Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6142024-01-24T17:56:13.868Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152024-01-24T17:56:13.868Z+ REPO=oxidecomputer/maghemite
6162024-01-24T17:56:13.868Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc
6172024-01-24T17:56:13.868Z+ main
6182024-01-24T17:56:13.868Z+ [[ 0 != 0 ]]
6192024-01-24T17:56:13.869Z+ CIDL_OS=solaris2.11
6202024-01-24T17:56:13.869Z+ [[ 0 != 0 ]]
6212024-01-24T17:56:13.869Z+ configure_os solaris2.11
6222024-01-24T17:56:13.869Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-01-24T17:56:13.869Zcurrent directory: /work/oxidecomputer/omicron
6242024-01-24T17:56:13.869Zconfiguring based on OS: "solaris2.11"
6252024-01-24T17:56:13.869Z+ echo 'configuring based on OS: "solaris2.11"'
6262024-01-24T17:56:13.869Z+ case "$1" in
6272024-01-24T17:56:13.869Z+ SET_BINARIES=
6282024-01-24T17:56:13.870Z+ CIDL_SHA256FUNC=do_sha256sum
6292024-01-24T17:56:13.870Z+ TARBALL_FILENAME=mgd.tar.gz
6302024-01-24T17:56:13.870Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
6312024-01-24T17:56:13.870Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322024-01-24T17:56:13.870Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz'
6332024-01-24T17:56:13.870ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
6342024-01-24T17:56:13.870Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6352024-01-24T17:56:13.870Z+ mkdir -p out/downloads
6362024-01-24T17:56:13.870ZLocal file: out/downloads/mgd.tar.gz
6372024-01-24T17:56:13.873Z+ mkdir -p ./out/mgd
6382024-01-24T17:56:13.874Z+ fetch_and_verify
6392024-01-24T17:56:13.874Z+ local DO_DOWNLOAD=true
6402024-01-24T17:56:13.874Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412024-01-24T17:56:13.874Z+ '[' true == true ']'
6422024-01-24T17:56:13.874Z+ echo Downloading...
6432024-01-24T17:56:13.874ZDownloading...
6442024-01-24T17:56:13.874Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz
6452024-01-24T17:56:13.874Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
6462024-01-24T17:56:19.034Z++ do_sha256sum out/downloads/mgd.tar.gz
6472024-01-24T17:56:19.037Z++ sha256sum
6482024-01-24T17:56:19.037Z++ awk '{print $1}'
6492024-01-24T17:56:19.113Z+ calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b
6502024-01-24T17:56:19.113Z+ [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]]
6512024-01-24T17:56:19.117Z+ do_untar out/downloads/mgd.tar.gz
6522024-01-24T17:56:19.117Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532024-01-24T17:56:19.788Z+ do_assemble
6542024-01-24T17:56:19.788Z+ rm -r ./out/mgd
6552024-01-24T17:56:19.792Z+ mkdir ./out/mgd
6562024-01-24T17:56:19.795Z+ cp -r out/downloads/root ./out/mgd/root
6572024-01-24T17:56:20.044Z+ set -o errexit
6582024-01-24T17:56:20.048Z+++ dirname ./tools/ci_download_transceiver_control
6592024-01-24T17:56:20.048Z++ cd ./tools
6602024-01-24T17:56:20.048Z++ pwd
6612024-01-24T17:56:20.049Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-01-24T17:56:20.052Z++ basename ./tools/ci_download_transceiver_control
6632024-01-24T17:56:20.052Z+ ARG0=ci_download_transceiver_control
6642024-01-24T17:56:20.052Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652024-01-24T17:56:20.053Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-01-24T17:56:20.053Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-01-24T17:56:20.053Z+ TARGET_DIR=out
6682024-01-24T17:56:20.053Z+ DOWNLOAD_DIR=out/downloads
6692024-01-24T17:56:20.053Z+ DEST_DIR=./out/transceiver-control
6702024-01-24T17:56:20.053Z+ BIN_DIR=/opt/oxide/bin
6712024-01-24T17:56:20.053Z+ BINARY=xcvradm
6722024-01-24T17:56:20.053Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-01-24T17:56:20.053Z+ REPO=oxidecomputer/transceiver-control
6742024-01-24T17:56:20.053Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752024-01-24T17:56:20.053Z+ main
6762024-01-24T17:56:20.053Z+ [[ 0 != 0 ]]
6772024-01-24T17:56:20.054Z+ CIDL_OS=solaris2.11
6782024-01-24T17:56:20.054Z+ [[ 0 != 0 ]]
6792024-01-24T17:56:20.054Z+ configure_os solaris2.11
6802024-01-24T17:56:20.054Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812024-01-24T17:56:20.054Zcurrent directory: /work/oxidecomputer/omicron
6822024-01-24T17:56:20.054Z+ echo 'configuring based on OS: "solaris2.11"'
6832024-01-24T17:56:20.054Zconfiguring based on OS: "solaris2.11"
6842024-01-24T17:56:20.054Z+ case "$1" in
6852024-01-24T17:56:20.054Z+ SET_BINARIES=
6862024-01-24T17:56:20.055Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-01-24T17:56:20.055Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-01-24T17:56:20.055Z+ ARCHIVE_FILENAME=xcvradm.gz
6892024-01-24T17:56:20.055Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-01-24T17:56:20.055Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912024-01-24T17:56:20.055Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922024-01-24T17:56:20.055ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-01-24T17:56:20.055Z+ echo 'Local file: out/downloads/xcvradm.gz'
6942024-01-24T17:56:20.055Z+ mkdir -p out/downloads
6952024-01-24T17:56:20.055ZLocal file: out/downloads/xcvradm.gz
6962024-01-24T17:56:20.060Z+ mkdir -p ./out/transceiver-control
6972024-01-24T17:56:20.061Z+ fetch_and_verify
6982024-01-24T17:56:20.061Z+ local DO_DOWNLOAD=true
6992024-01-24T17:56:20.061Z+ [[ -f out/downloads/xcvradm.gz ]]
7002024-01-24T17:56:20.061Z+ '[' true == true ']'
7012024-01-24T17:56:20.061Z+ echo Downloading...
7022024-01-24T17:56:20.061ZDownloading...
7032024-01-24T17:56:20.061Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042024-01-24T17:56:20.061Z+ 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
7052024-01-24T17:56:21.638Z++ do_sha256sum out/downloads/xcvradm.gz
7062024-01-24T17:56:21.641Z++ sha256sum
7072024-01-24T17:56:21.641Z++ awk '{print $1}'
7082024-01-24T17:56:21.667Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092024-01-24T17:56:21.668Z+ [[ 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 ]]
7102024-01-24T17:56:21.668Z+ do_unpack out/downloads/xcvradm.gz
7112024-01-24T17:56:21.671Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122024-01-24T17:56:21.671Z+ gzip -dc out/downloads/xcvradm.gz
7132024-01-24T17:56:21.843Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142024-01-24T17:56:21.847Z+ do_assemble
7152024-01-24T17:56:21.847Z+ rm -r ./out/transceiver-control
7162024-01-24T17:56:21.852Z+ mkdir ./out/transceiver-control
7172024-01-24T17:56:21.859Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182024-01-24T17:56:22.337ZAll builder prerequisites installed successfully, and PATH looks valid
7192024-01-24T17:56:22.341Z
7202024-01-24T17:56:22.342Zreal 1:56.254201220
7212024-01-24T17:56:22.342Zuser 53.837811651
7222024-01-24T17:56:22.342Zsys 10.569027373
7232024-01-24T17:56:22.342Ztrap 0.026945381
7242024-01-24T17:56:22.342Ztflt 0.348156743
7252024-01-24T17:56:22.342Zdflt 0.660567718
7262024-01-24T17:56:22.342Zkflt 0.408224461
7272024-01-24T17:56:22.342Zlock 2.996562131
7282024-01-24T17:56:22.342Zslp 3:30.387271977
7292024-01-24T17:56:22.342Zlat 3.343029908
7302024-01-24T17:56:22.342Zstop 0.082933013
7312024-01-24T17:56:22.342Z
7322024-01-24T17:56:22.342Z ##### # # # # #####
7332024-01-24T17:56:22.342Z # # # # # # # #
7342024-01-24T17:56:22.342Z ##### # # # # # #
7352024-01-24T17:56:22.342Z # # # # # # # #
7362024-01-24T17:56:22.342Z # # # # # # # #
7372024-01-24T17:56:22.342Z ##### #### # ###### #####
7382024-01-24T17:56:22.342Z
7392024-01-24T17:56:22.711Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7402024-01-24T17:56:23.108Z Updating crates.io index
7412024-01-24T17:56:23.112Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7422024-01-24T17:56:24.015Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-01-24T17:56:26.564Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-01-24T17:56:27.177Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-01-24T17:56:27.513Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-01-24T17:56:27.806Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-01-24T17:56:28.092Z Updating git repository `https://github.com/oxidecomputer/propolis`
7482024-01-24T17:56:28.991Z Updating git repository `https://github.com/oxidecomputer/crucible`
7492024-01-24T17:56:31.388Z Updating git repository `https://github.com/oxidecomputer/opte`
7502024-01-24T17:56:32.402Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7512024-01-24T17:56:32.749Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7522024-01-24T17:56:33.324Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7532024-01-24T17:56:33.830Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7542024-01-24T17:56:34.133Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7552024-01-24T17:56:34.458Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7562024-01-24T17:56:34.911Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7572024-01-24T17:56:35.291Z Updating git repository `https://github.com/njaremko/samael`
7582024-01-24T17:56:35.765Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7592024-01-24T17:56:36.308Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7602024-01-24T17:56:36.853Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7612024-01-24T17:56:37.269Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7622024-01-24T17:56:37.619Z Updating git repository `https://github.com/jgallagher/nix`
7632024-01-24T17:56:38.944Z Updating git repository `https://github.com/cbiffle/hubpack`
7642024-01-24T17:56:39.347Z Updating git repository `https://github.com/oxidecomputer/typify`
7652024-01-24T17:56:41.363Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7662024-01-24T17:56:41.783Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7672024-01-24T17:56:42.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7682024-01-24T17:56:44.151Z Downloading crates ...
7692024-01-24T17:56:44.430Z Downloaded highway v1.1.0
7702024-01-24T17:56:44.438Z Downloaded addr2line v0.21.0
7712024-01-24T17:56:44.458Z Downloaded home v0.5.5
7722024-01-24T17:56:44.464Z Downloaded hex-literal v0.4.1
7732024-01-24T17:56:44.471Z Downloaded heck v0.4.1
7742024-01-24T17:56:44.478Z Downloaded httpdate v1.0.3
7752024-01-24T17:56:44.486Z Downloaded atty v0.2.14
7762024-01-24T17:56:44.494Z Downloaded remove_dir_all v0.5.3
7772024-01-24T17:56:44.501Z Downloaded instant v0.1.12
7782024-01-24T17:56:44.508Z Downloaded rustc-demangle v0.1.23
7792024-01-24T17:56:44.523Z Downloaded normalize-line-endings v0.3.0
7802024-01-24T17:56:44.523Z Downloaded base16ct v0.2.0
7812024-01-24T17:56:44.531Z Downloaded atomicwrites v0.4.3
7822024-01-24T17:56:44.538Z Downloaded crossbeam v0.8.2
7832024-01-24T17:56:44.545Z Downloaded atomic-waker v1.1.1
7842024-01-24T17:56:44.550Z Downloaded crossbeam-deque v0.8.3
7852024-01-24T17:56:44.557Z Downloaded is_ci v1.1.1
7862024-01-24T17:56:44.563Z Downloaded async-stream v0.3.5
7872024-01-24T17:56:44.571Z Downloaded anstyle-query v1.0.0
7882024-01-24T17:56:44.577Z Downloaded matches v0.1.10
7892024-01-24T17:56:44.585Z Downloaded nodrop v0.1.14
7902024-01-24T17:56:44.588Z Downloaded blake2 v0.10.6
7912024-01-24T17:56:44.599Z Downloaded linear-map v1.2.0
7922024-01-24T17:56:44.609Z Downloaded lazycell v1.3.0
7932024-01-24T17:56:44.612Z Downloaded crc32fast v1.3.2
7942024-01-24T17:56:44.617Z Downloaded termtree v0.4.1
7952024-01-24T17:56:44.620Z Downloaded linked-hash-map v0.5.6
7962024-01-24T17:56:44.627Z Downloaded mime v0.3.17
7972024-01-24T17:56:44.634Z Downloaded ref-cast-impl v1.0.20
7982024-01-24T17:56:44.639Z Downloaded signal-hook-registry v1.4.1
7992024-01-24T17:56:44.645Z Downloaded libsw v3.3.1
8002024-01-24T17:56:44.652Z Downloaded camino v1.1.6
8012024-01-24T17:56:44.659Z Downloaded indoc v2.0.3
8022024-01-24T17:56:44.668Z Downloaded io-lifetimes v1.0.11
8032024-01-24T17:56:44.679Z Downloaded serde-big-array v0.5.1
8042024-01-24T17:56:44.685Z Downloaded funty v2.0.0
8052024-01-24T17:56:44.689Z Downloaded cstr-argument v0.1.2
8062024-01-24T17:56:44.692Z Downloaded cfg-expr v0.15.5
8072024-01-24T17:56:44.703Z Downloaded indexmap v1.9.3
8082024-01-24T17:56:44.711Z Downloaded path-slash v0.1.5
8092024-01-24T17:56:44.714Z Downloaded clap v2.34.0
8102024-01-24T17:56:44.735Z Downloaded futures-core v0.3.30
8112024-01-24T17:56:44.777Z Downloaded slog-bunyan v2.5.0
8122024-01-24T17:56:44.777Z Downloaded paste v1.0.14
8132024-01-24T17:56:44.916Z Downloaded futures-executor v0.3.30
8142024-01-24T17:56:44.916Z Downloaded tui-tree-widget v0.13.0
8152024-01-24T17:56:44.917Z Downloaded usdt-impl v0.3.5
8162024-01-24T17:56:44.917Z Downloaded number_prefix v0.4.0
8172024-01-24T17:56:44.917Z Downloaded tower-service v0.3.2
8182024-01-24T17:56:44.917Z Downloaded num_threads v0.1.6
8192024-01-24T17:56:44.917Z Downloaded r2d2 v0.8.10
8202024-01-24T17:56:44.917Z Downloaded unarray v0.1.4
8212024-01-24T17:56:44.917Z Downloaded curve25519-dalek-derive v0.1.0
8222024-01-24T17:56:44.917Z Downloaded predicates-core v1.0.6
8232024-01-24T17:56:44.917Z Downloaded serde_yaml v0.9.25
8242024-01-24T17:56:44.920Z Downloaded futures-channel v0.3.30
8252024-01-24T17:56:44.920Z Downloaded partial-io v0.5.4
8262024-01-24T17:56:44.921Z Downloaded snafu v0.7.5
8272024-01-24T17:56:44.921Z Downloaded num_enum v0.5.11
8282024-01-24T17:56:44.921Z Downloaded packed_struct_codegen v0.10.1
8292024-01-24T17:56:44.921Z Downloaded slog-stdlog v4.1.1
8302024-01-24T17:56:44.921Z Downloaded strum v0.25.0
8312024-01-24T17:56:44.921Z Downloaded derive_builder_macro v0.12.0
8322024-01-24T17:56:44.921Z Downloaded crossbeam-queue v0.3.8
8332024-01-24T17:56:44.921Z Downloaded tokio-rustls v0.24.1
8342024-01-24T17:56:44.921Z Downloaded fxhash v0.2.1
8352024-01-24T17:56:44.922Z Downloaded siphasher v0.3.11
8362024-01-24T17:56:44.922Z Downloaded unsafe-libyaml v0.2.10
8372024-01-24T17:56:44.922Z Downloaded ref-cast v1.0.20
8382024-01-24T17:56:44.922Z Downloaded usdt-attr-macro v0.3.5
8392024-01-24T17:56:44.922Z Downloaded yansi v0.5.1
8402024-01-24T17:56:44.922Z Downloaded guppy-workspace-hack v0.1.0
8412024-01-24T17:56:44.922Z Downloaded parse-display v0.8.2
8422024-01-24T17:56:44.922Z Downloaded num-derive v0.4.0
8432024-01-24T17:56:44.922Z Downloaded once_cell v1.19.0
8442024-01-24T17:56:44.922Z Downloaded peeking_take_while v0.1.2
8452024-01-24T17:56:44.922Z Downloaded digest v0.10.7
8462024-01-24T17:56:44.922Z Downloaded defmt-parser v0.3.3
8472024-01-24T17:56:44.922Z Downloaded fatfs v0.3.6
8482024-01-24T17:56:44.922Z Downloaded openssl-macros v0.1.1
8492024-01-24T17:56:44.922Z Downloaded tokio-stream v0.1.14
8502024-01-24T17:56:44.922Z Downloaded serde_urlencoded v0.7.1
8512024-01-24T17:56:44.922Z Downloaded debug-ignore v1.0.5
8522024-01-24T17:56:44.925Z Downloaded stable_deref_trait v1.2.0
8532024-01-24T17:56:44.926Z Downloaded sqlparser_derive v0.2.2
8542024-01-24T17:56:44.927Z Downloaded getopts v0.2.21
8552024-01-24T17:56:44.930Z Downloaded slog-scope v4.4.0
8562024-01-24T17:56:44.933Z Downloaded toml_datetime v0.6.5
8572024-01-24T17:56:44.936Z Downloaded derive_builder v0.12.0
8582024-01-24T17:56:44.947Z Downloaded percent-encoding v2.3.1
8592024-01-24T17:56:44.950Z Downloaded rstest v0.18.2
8602024-01-24T17:56:44.962Z Downloaded vte_generate_state_changes v0.1.1
8612024-01-24T17:56:44.965Z Downloaded pretty-hex v0.2.1
8622024-01-24T17:56:44.968Z Downloaded unicode-xid v0.2.4
8632024-01-24T17:56:44.971Z Downloaded darling_macro v0.20.3
8642024-01-24T17:56:44.973Z Downloaded string_cache v0.8.7
8652024-01-24T17:56:44.976Z Downloaded want v0.3.1
8662024-01-24T17:56:44.979Z Downloaded prettyplease v0.2.16
8672024-01-24T17:56:44.989Z Downloaded oso-derive v0.27.0
8682024-01-24T17:56:44.992Z Downloaded proc-macro-crate v1.3.1
8692024-01-24T17:56:44.992Z Downloaded signal-hook-mio v0.2.3
8702024-01-24T17:56:44.995Z Downloaded parse-size v1.0.0
8712024-01-24T17:56:44.998Z Downloaded hash32 v0.2.1
8722024-01-24T17:56:45.001Z Downloaded predicates-tree v1.0.9
8732024-01-24T17:56:45.004Z Downloaded fragile v2.0.0
8742024-01-24T17:56:45.008Z Downloaded termios v0.3.3
8752024-01-24T17:56:45.012Z Downloaded serde_derive_internals v0.26.0
8762024-01-24T17:56:45.016Z Downloaded darling_core v0.20.3
8772024-01-24T17:56:45.026Z Downloaded zone_cfg_derive v0.3.0
8782024-01-24T17:56:45.029Z Downloaded semver v0.1.20
8792024-01-24T17:56:45.032Z Downloaded unicode-segmentation v1.10.1
8802024-01-24T17:56:45.038Z Downloaded data-encoding v2.4.0
8812024-01-24T17:56:45.041Z Downloaded itertools v0.10.5
8822024-01-24T17:56:45.055Z Downloaded time-core v0.1.1
8832024-01-24T17:56:45.061Z Downloaded typenum v1.16.0
8842024-01-24T17:56:45.064Z Downloaded radium v0.7.0
8852024-01-24T17:56:45.064Z Downloaded pin-utils v0.1.0
8862024-01-24T17:56:45.067Z Downloaded zeroize v1.7.0
8872024-01-24T17:56:45.070Z Downloaded walkdir v2.4.0
8882024-01-24T17:56:45.073Z Downloaded wait-timeout v0.2.0
8892024-01-24T17:56:45.076Z Downloaded foreign-types v0.3.2
8902024-01-24T17:56:45.079Z Downloaded stringprep v0.1.3
8912024-01-24T17:56:45.082Z Downloaded semver v0.11.0
8922024-01-24T17:56:45.085Z Downloaded diesel_table_macro_syntax v0.1.0
8932024-01-24T17:56:45.088Z Downloaded group v0.13.0
8942024-01-24T17:56:45.090Z Downloaded rand_xorshift v0.3.0
8952024-01-24T17:56:45.093Z Downloaded serde_repr v0.1.16
8962024-01-24T17:56:45.098Z Downloaded proc-macro2 v1.0.74
8972024-01-24T17:56:45.101Z Downloaded xattr v1.0.1
8982024-01-24T17:56:45.105Z Downloaded slog-dtrace v0.2.3
8992024-01-24T17:56:45.108Z Downloaded time v0.3.27
9002024-01-24T17:56:45.121Z Downloaded rustversion v1.0.14
9012024-01-24T17:56:45.129Z Downloaded openssl-probe v0.1.5
9022024-01-24T17:56:45.132Z Downloaded foreign-types v0.5.0
9032024-01-24T17:56:45.132Z Downloaded trybuild v1.0.89
9042024-01-24T17:56:45.139Z Downloaded version_check v0.9.4
9052024-01-24T17:56:45.142Z Downloaded num-rational v0.4.1
9062024-01-24T17:56:45.145Z Downloaded pem v3.0.2
9072024-01-24T17:56:45.149Z Downloaded omicron-zone-package v0.10.1
9082024-01-24T17:56:45.153Z Downloaded pest_generator v2.7.2
9092024-01-24T17:56:45.157Z Downloaded slog v2.7.0
9102024-01-24T17:56:45.164Z Downloaded proc-macro-error v1.0.4
9112024-01-24T17:56:45.169Z Downloaded reedline v0.28.0
9122024-01-24T17:56:45.185Z Downloaded pest_derive v2.7.2
9132024-01-24T17:56:45.193Z Downloaded derive-where v1.2.7
9142024-01-24T17:56:45.198Z Downloaded hyper v0.14.27
9152024-01-24T17:56:45.215Z Downloaded poly1305 v0.8.0
9162024-01-24T17:56:45.224Z Downloaded serde_with v3.4.0
9172024-01-24T17:56:45.231Z Downloaded half v1.8.2
9182024-01-24T17:56:45.235Z Downloaded toml v0.5.11
9192024-01-24T17:56:45.651Z Downloaded schemars v0.8.16
9202024-01-24T17:56:45.654Z Downloaded textwrap v0.16.0
9212024-01-24T17:56:45.654Z Downloaded pretty_assertions v1.4.0
9222024-01-24T17:56:45.654Z Downloaded chrono v0.4.31
9232024-01-24T17:56:45.654Z Downloaded hashbrown v0.12.3
9242024-01-24T17:56:45.654Z Downloaded x509-cert v0.2.4
9252024-01-24T17:56:45.655Z Downloaded tokio-util v0.7.10
9262024-01-24T17:56:45.655Z Downloaded pest v2.7.2
9272024-01-24T17:56:45.655Z Downloaded steno v0.4.0
9282024-01-24T17:56:45.655Z Downloaded plotters v0.3.5
9292024-01-24T17:56:45.655Z Downloaded zerocopy v0.7.31
9302024-01-24T17:56:45.655Z Downloaded proptest v1.4.0
9312024-01-24T17:56:45.655Z Downloaded guppy v0.17.4
9322024-01-24T17:56:45.655Z Downloaded rayon v1.8.0
9332024-01-24T17:56:45.655Z Downloaded futures-util v0.3.30
9342024-01-24T17:56:45.655Z Downloaded petgraph v0.6.4
9352024-01-24T17:56:45.655Z Downloaded vcpkg v0.2.15
9362024-01-24T17:56:45.655Z Downloaded radix_trie v0.2.1
9372024-01-24T17:56:45.655Z Downloaded regex-syntax v0.7.5
9382024-01-24T17:56:45.655Z Downloaded regex-syntax v0.8.2
9392024-01-24T17:56:45.655Z Downloaded webpki-roots v0.25.2
9402024-01-24T17:56:45.655Z Downloaded ratatui v0.23.0
9412024-01-24T17:56:45.655Z Downloaded regex v1.10.2
9422024-01-24T17:56:45.689Z Downloaded regex-syntax v0.6.29
9432024-01-24T17:56:45.700Z Downloaded openapiv3 v2.0.0
9442024-01-24T17:56:45.725Z Downloaded zerocopy-derive v0.2.0
9452024-01-24T17:56:45.745Z Downloaded sled v0.34.7
9462024-01-24T17:56:45.768Z Downloaded zerocopy-derive v0.7.31
9472024-01-24T17:56:45.812Z Downloaded tokio v1.35.1
9482024-01-24T17:56:45.865Z Downloaded regex-automata v0.3.8
9492024-01-24T17:56:45.901Z Downloaded sha3 v0.10.8
9502024-01-24T17:56:45.916Z Downloaded libc v0.2.152
9512024-01-24T17:56:45.985Z Downloaded zerocopy-derive v0.6.4
9522024-01-24T17:56:46.010Z Downloaded regex-automata v0.4.3
9532024-01-24T17:56:46.047Z Downloaded encoding_rs v0.8.33
9542024-01-24T17:56:46.094Z Downloaded bzip2-sys v0.1.11+1.0.8
9552024-01-24T17:56:46.121Z Downloaded diesel v2.1.4
9562024-01-24T17:56:46.160Z Downloaded rustls v0.22.2
9572024-01-24T17:56:46.185Z Downloaded bstr v1.6.0
9582024-01-24T17:56:46.214Z Downloaded trust-dns-proto v0.22.0
9592024-01-24T17:56:46.235Z Downloaded openssl v0.10.60
9602024-01-24T17:56:46.255Z Downloaded object v0.32.1
9612024-01-24T17:56:46.276Z Downloaded bstr v0.2.17
9622024-01-24T17:56:46.300Z Downloaded smoltcp v0.11.0
9632024-01-24T17:56:46.332Z Downloaded regress v0.7.1
9642024-01-24T17:56:46.351Z Downloaded ring v0.17.7
9652024-01-24T17:56:46.491Z Downloaded ring v0.16.20
9662024-01-24T17:56:46.661Z Downloaded curve25519-dalek v4.1.1
9672024-01-24T17:56:46.671Z Downloaded gimli v0.28.0
9682024-01-24T17:56:46.687Z Downloaded rustls v0.21.9
9692024-01-24T17:56:46.709Z Downloaded rustix v0.38.30
9702024-01-24T17:56:46.752Z Downloaded rustls-webpki v0.102.1
9712024-01-24T17:56:46.786Z Downloaded object v0.30.4
9722024-01-24T17:56:46.807Z Downloaded polar-core v0.27.0
9732024-01-24T17:56:46.847Z Downloaded smoltcp v0.9.1
9742024-01-24T17:56:46.851Z Downloaded h2 v0.3.24
9752024-01-24T17:56:46.854Z Downloaded rustix v0.37.23
9762024-01-24T17:56:46.891Z Downloaded syn v2.0.46
9772024-01-24T17:56:46.912Z Downloaded idna v0.5.0
9782024-01-24T17:56:46.925Z Downloaded idna v0.2.3
9792024-01-24T17:56:46.939Z Downloaded sqlparser v0.41.0
9802024-01-24T17:56:46.948Z Downloaded lalrpop v0.19.12
9812024-01-24T17:56:46.969Z Downloaded syn v1.0.109
9822024-01-24T17:56:46.989Z Downloaded bindgen v0.65.1
9832024-01-24T17:56:47.003Z Downloaded nix v0.26.4
9842024-01-24T17:56:47.023Z Downloaded tabled v0.14.0
9852024-01-24T17:56:47.054Z Downloaded reqwest v0.11.22
9862024-01-24T17:56:47.065Z Downloaded regex-automata v0.1.10
9872024-01-24T17:56:47.075Z Downloaded rustls-webpki v0.101.7
9882024-01-24T17:56:47.102Z Downloaded quick-xml v0.23.1
9892024-01-24T17:56:47.116Z Downloaded hashbrown v0.13.2
9902024-01-24T17:56:47.122Z Downloaded num-bigint-dig v0.8.4
9912024-01-24T17:56:47.131Z Downloaded tough v0.16.0
9922024-01-24T17:56:47.146Z Downloaded unicode-normalization v0.1.22
9932024-01-24T17:56:47.153Z Downloaded bitvec v1.0.1
9942024-01-24T17:56:47.184Z Downloaded parking_lot v0.11.2
9952024-01-24T17:56:47.191Z Downloaded pest_meta v2.7.2
9962024-01-24T17:56:47.191Z Downloaded elliptic-curve v0.13.8
9972024-01-24T17:56:47.196Z Downloaded winnow v0.5.15
9982024-01-24T17:56:47.211Z Downloaded hkdf v0.12.4
9992024-01-24T17:56:47.215Z Downloaded openssl-sys v0.9.96
10002024-01-24T17:56:47.226Z Downloaded num-bigint v0.4.4
10012024-01-24T17:56:47.235Z Downloaded plotters-backend v0.3.5
10022024-01-24T17:56:47.241Z Downloaded zerocopy v0.6.4
10032024-01-24T17:56:47.242Z Downloaded rusty-fork v0.3.0
10042024-01-24T17:56:47.246Z Downloaded zerocopy v0.3.0
10052024-01-24T17:56:47.246Z Downloaded salty v0.2.0
10062024-01-24T17:56:47.252Z Downloaded dirs-next v2.0.0
10072024-01-24T17:56:47.255Z Downloaded thiserror-impl-no-std v2.0.2
10082024-01-24T17:56:47.260Z Downloaded tokio-native-tls v0.3.1
10092024-01-24T17:56:47.263Z Downloaded papergrid v0.10.0
10102024-01-24T17:56:47.267Z Downloaded oso v0.27.0
10112024-01-24T17:56:47.273Z Downloaded crossterm v0.27.0
10122024-01-24T17:56:47.284Z Downloaded hash32 v0.3.1
10132024-01-24T17:56:47.288Z Downloaded tracing-attributes v0.1.26
10142024-01-24T17:56:47.293Z Downloaded semver v1.0.21
10152024-01-24T17:56:47.296Z Downloaded trust-dns-client v0.22.0
10162024-01-24T17:56:47.303Z Downloaded vec_map v0.8.2
10172024-01-24T17:56:47.307Z Downloaded untrusted v0.9.0
10182024-01-24T17:56:47.310Z Downloaded ed25519 v1.5.3
10192024-01-24T17:56:47.313Z Downloaded platforms v3.0.2
10202024-01-24T17:56:47.316Z Downloaded pkcs8 v0.10.2
10212024-01-24T17:56:47.319Z Downloaded parking_lot_core v0.8.6
10222024-01-24T17:56:47.322Z Downloaded toml v0.7.8
10232024-01-24T17:56:47.331Z Downloaded serde_derive v1.0.195
10242024-01-24T17:56:47.334Z Downloaded tracing-core v0.1.31
10252024-01-24T17:56:47.337Z Downloaded flate2 v1.0.28
10262024-01-24T17:56:47.346Z Downloaded der v0.7.8
10272024-01-24T17:56:47.356Z Downloaded rsa v0.9.2
10282024-01-24T17:56:47.363Z Downloaded portable-atomic v1.4.3
10292024-01-24T17:56:47.374Z Downloaded sqlformat v0.2.3
10302024-01-24T17:56:47.376Z Downloaded term v0.7.0
10312024-01-24T17:56:47.382Z Downloaded tempfile v3.9.0
10322024-01-24T17:56:47.386Z Downloaded trust-dns-server v0.22.1
10332024-01-24T17:56:47.395Z Downloaded toml_edit v0.21.0
10342024-01-24T17:56:47.435Z Downloaded toml_edit v0.19.15
10352024-01-24T17:56:47.467Z Downloaded aho-corasick v1.0.4
10362024-01-24T17:56:47.478Z Downloaded serde_json v1.0.111
10372024-01-24T17:56:47.494Z Downloaded strsim v0.10.0
10382024-01-24T17:56:47.497Z Downloaded errno v0.3.8
10392024-01-24T17:56:47.497Z Downloaded flagset v0.4.3
10402024-01-24T17:56:47.501Z Downloaded owo-colors v3.5.0
10412024-01-24T17:56:47.504Z Downloaded zeroize_derive v1.4.2
10422024-01-24T17:56:47.504Z Downloaded generic-array v0.14.7
10432024-01-24T17:56:47.507Z Downloaded scopeguard v1.2.0
10442024-01-24T17:56:47.510Z Downloaded rustls-native-certs v0.7.0
10452024-01-24T17:56:47.513Z Downloaded password-hash v0.5.0
10462024-01-24T17:56:47.515Z Downloaded rayon-core v1.12.0
10472024-01-24T17:56:47.521Z Downloaded unicode-linebreak v0.1.5
10482024-01-24T17:56:47.524Z Downloaded rstest_macros v0.18.2
10492024-01-24T17:56:47.528Z Downloaded pretty-hex v0.4.1
10502024-01-24T17:56:47.530Z Downloaded waitgroup v0.1.2
10512024-01-24T17:56:47.535Z Downloaded filetime v0.2.23
10522024-01-24T17:56:47.537Z Downloaded fd-lock v3.0.13
10532024-01-24T17:56:47.537Z Downloaded wyz v0.5.1
10542024-01-24T17:56:47.543Z Downloaded utf8parse v0.2.1
10552024-01-24T17:56:47.546Z Downloaded postgres-types v0.2.6
10562024-01-24T17:56:47.546Z Downloaded tokio-tungstenite v0.20.1
10572024-01-24T17:56:47.549Z Downloaded trust-dns-resolver v0.22.0
10582024-01-24T17:56:47.556Z Downloaded tracing v0.1.37
10592024-01-24T17:56:47.563Z Downloaded termcolor v1.2.0
10602024-01-24T17:56:47.566Z Downloaded typed-path v0.7.0
10612024-01-24T17:56:47.576Z Downloaded schemars_derive v0.8.16
10622024-01-24T17:56:47.579Z Downloaded datatest-stable v0.2.3
10632024-01-24T17:56:47.583Z Downloaded strum_macros v0.24.3
10642024-01-24T17:56:47.585Z Downloaded pin-project-lite v0.2.13
10652024-01-24T17:56:47.593Z Downloaded slog-term v2.9.0
10662024-01-24T17:56:47.598Z Downloaded ucd-trie v0.1.6
10672024-01-24T17:56:47.601Z Downloaded diff v0.1.13
10682024-01-24T17:56:47.606Z Downloaded rcgen v0.12.0
10692024-01-24T17:56:47.611Z Downloaded signal-hook v0.3.17
10702024-01-24T17:56:47.616Z Downloaded zip v0.6.6
10712024-01-24T17:56:47.623Z Downloaded expectorate v1.1.0
10722024-01-24T17:56:47.627Z Downloaded libxml v0.3.3
10732024-01-24T17:56:47.638Z Downloaded terminal_size v0.2.6
10742024-01-24T17:56:47.644Z Downloaded either v1.9.0
10752024-01-24T17:56:47.647Z Downloaded embedded-io v0.4.0
10762024-01-24T17:56:47.647Z Downloaded pkg-config v0.3.27
10772024-01-24T17:56:47.650Z Downloaded structopt v0.3.26
10782024-01-24T17:56:47.667Z Downloaded slab v0.4.9
10792024-01-24T17:56:47.674Z Downloaded globset v0.4.13
10802024-01-24T17:56:47.674Z Downloaded parking_lot_core v0.9.8
10812024-01-24T17:56:47.674Z Downloaded uuid v1.6.1
10822024-01-24T17:56:47.678Z Downloaded parking_lot v0.12.1
10832024-01-24T17:56:47.681Z Downloaded pin-project v1.1.3
10842024-01-24T17:56:47.701Z Downloaded rand v0.4.6
10852024-01-24T17:56:47.707Z Downloaded ryu v1.0.15
10862024-01-24T17:56:47.712Z Downloaded diesel_derives v2.1.2
10872024-01-24T17:56:47.718Z Downloaded derive_more v0.99.17
10882024-01-24T17:56:47.727Z Downloaded rustyline v12.0.0
10892024-01-24T17:56:47.736Z Downloaded darling_macro v0.14.4
10902024-01-24T17:56:47.740Z Downloaded shlex v1.1.0
10912024-01-24T17:56:47.740Z Downloaded static_assertions v1.1.0
10922024-01-24T17:56:47.745Z Downloaded textwrap v0.11.0
10932024-01-24T17:56:47.748Z Downloaded postgres-protocol v0.6.6
10942024-01-24T17:56:47.748Z Downloaded darling_core v0.14.4
10952024-01-24T17:56:47.755Z Downloaded futures-sink v0.3.30
10962024-01-24T17:56:47.758Z Downloaded deranged v0.3.8
10972024-01-24T17:56:47.761Z Downloaded threadpool v1.8.1
10982024-01-24T17:56:47.761Z Downloaded thread_local v1.1.7
10992024-01-24T17:56:47.764Z Downloaded darling v0.14.4
11002024-01-24T17:56:47.767Z Downloaded derive_builder_core v0.12.0
11012024-01-24T17:56:47.771Z Downloaded libm v0.2.7
11022024-01-24T17:56:47.787Z Downloaded slog-envlogger v2.2.0
11032024-01-24T17:56:47.790Z Downloaded pathdiff v0.2.1
11042024-01-24T17:56:47.793Z Downloaded futures-timer v3.0.2
11052024-01-24T17:56:47.796Z Downloaded yasna v0.5.2
11062024-01-24T17:56:47.799Z Downloaded pin-project-internal v1.1.3
11072024-01-24T17:56:47.802Z Downloaded rand v0.8.5
11082024-01-24T17:56:47.810Z Downloaded der_derive v0.7.2
11092024-01-24T17:56:47.813Z Downloaded num-traits v0.2.16
11102024-01-24T17:56:47.816Z Downloaded tokio-postgres v0.7.10
11112024-01-24T17:56:47.823Z Downloaded tungstenite v0.20.1
11122024-01-24T17:56:47.829Z Downloaded minimal-lexical v0.2.1
11132024-01-24T17:56:47.837Z Downloaded rtoolbox v0.0.1
11142024-01-24T17:56:47.844Z Downloaded parse-display-derive v0.8.2
11152024-01-24T17:56:47.844Z Downloaded topological-sort v0.2.2
11162024-01-24T17:56:47.844Z Downloaded quote v1.0.35
11172024-01-24T17:56:47.881Z Downloaded pkcs1 v0.7.5
11182024-01-24T17:56:47.885Z Downloaded strip-ansi-escapes v0.2.0
11192024-01-24T17:56:47.885Z Downloaded rustc-hash v1.1.0
11202024-01-24T17:56:47.885Z Downloaded spki v0.7.2
11212024-01-24T17:56:47.885Z Downloaded crossbeam-utils v0.8.16
11222024-01-24T17:56:47.885Z Downloaded shell-words v1.1.0
11232024-01-24T17:56:47.886Z Downloaded serde_tokenstream v0.1.7
11242024-01-24T17:56:47.886Z Downloaded ena v0.14.2
11252024-01-24T17:56:47.886Z Downloaded defmt-macros v0.3.6
11262024-01-24T17:56:47.886Z Downloaded postcard v1.0.8
11272024-01-24T17:56:47.886Z Downloaded url v2.5.0
11282024-01-24T17:56:47.889Z Downloaded semver-parser v0.10.2
11292024-01-24T17:56:47.892Z Downloaded fastrand v2.0.0
11302024-01-24T17:56:47.895Z Downloaded enum-as-inner v0.5.1
11312024-01-24T17:56:47.898Z Downloaded serde_spanned v0.6.4
11322024-01-24T17:56:47.898Z Downloaded crypto-bigint v0.5.2
11332024-01-24T17:56:47.908Z Downloaded unicode_categories v0.1.1
11342024-01-24T17:56:47.911Z Downloaded flume v0.11.0
11352024-01-24T17:56:47.918Z Downloaded structmeta v0.2.0
11362024-01-24T17:56:47.924Z Downloaded darling v0.20.3
11372024-01-24T17:56:47.927Z Downloaded sha2 v0.10.8
11382024-01-24T17:56:47.930Z Downloaded difflib v0.4.0
11392024-01-24T17:56:47.933Z Downloaded float-cmp v0.9.0
11402024-01-24T17:56:47.933Z Downloaded structopt-derive v0.4.18
11412024-01-24T17:56:47.936Z Downloaded structmeta-derive v0.2.0
11422024-01-24T17:56:47.939Z Downloaded strsim v0.8.0
11432024-01-24T17:56:47.939Z Downloaded unicode-bidi v0.3.13
11442024-01-24T17:56:47.942Z Downloaded mio v0.8.9
11452024-01-24T17:56:47.952Z Downloaded memchr v2.6.3
11462024-01-24T17:56:47.961Z Downloaded defmt v0.3.5
11472024-01-24T17:56:47.967Z Downloaded num-complex v0.4.4
11482024-01-24T17:56:47.970Z Downloaded unicode-ident v1.0.12
11492024-01-24T17:56:47.974Z Downloaded subprocess v0.2.9
11502024-01-24T17:56:47.982Z Downloaded slog-json v2.6.1
11512024-01-24T17:56:47.987Z Downloaded num_enum_derive v0.5.11
11522024-01-24T17:56:47.987Z Downloaded resolv-conf v0.7.0
11532024-01-24T17:56:47.993Z Downloaded sct v0.7.0
11542024-01-24T17:56:47.996Z Downloaded getrandom v0.2.10
11552024-01-24T17:56:47.999Z Downloaded tokio-rustls v0.25.0
11562024-01-24T17:56:48.002Z Downloaded tiny-keccak v2.0.2
11572024-01-24T17:56:48.006Z Downloaded pem-rfc7468 v0.7.0
11582024-01-24T17:56:48.009Z Downloaded criterion v0.5.1
11592024-01-24T17:56:48.021Z Downloaded itertools v0.11.0
11602024-01-24T17:56:48.034Z Downloaded crossbeam-channel v0.5.8
11612024-01-24T17:56:48.040Z Downloaded miniz_oxide v0.7.1
11622024-01-24T17:56:48.044Z Downloaded oorandom v11.1.3
11632024-01-24T17:56:48.048Z Downloaded rustc_version v0.4.0
11642024-01-24T17:56:48.048Z Downloaded rustc_version v0.1.7
11652024-01-24T17:56:48.051Z Downloaded olpc-cjson v0.1.3
11662024-01-24T17:56:48.051Z Downloaded zone v0.3.0
11672024-01-24T17:56:48.054Z Downloaded num_cpus v1.16.0
11682024-01-24T17:56:48.057Z Downloaded glob v0.3.1
11692024-01-24T17:56:48.063Z Downloaded tar v0.4.40
11702024-01-24T17:56:48.067Z Downloaded nom v7.1.3
11712024-01-24T17:56:48.073Z Downloaded futures v0.3.30
11722024-01-24T17:56:48.084Z Downloaded rand_core v0.6.4
11732024-01-24T17:56:48.094Z Downloaded proc-macro-error-attr v1.0.4
11742024-01-24T17:56:48.094Z Downloaded time-macros v0.2.13
11752024-01-24T17:56:48.094Z Downloaded strum_macros v0.25.2
11762024-01-24T17:56:48.103Z Downloaded phf v0.11.2
11772024-01-24T17:56:48.103Z Downloaded indicatif v0.17.7
11782024-01-24T17:56:48.106Z Downloaded phf_shared v0.11.2
11792024-01-24T17:56:48.106Z Downloaded http v1.0.0
11802024-01-24T17:56:48.109Z Downloaded toml v0.8.8
11812024-01-24T17:56:48.115Z Downloaded tinyvec v1.6.0
11822024-01-24T17:56:48.120Z Downloaded spin v0.9.8
11832024-01-24T17:56:48.124Z Downloaded foreign-types-macros v0.2.3
11842024-01-24T17:56:48.131Z Downloaded subtle v2.5.0
11852024-01-24T17:56:48.131Z Downloaded rustfmt-wrapper v0.2.0
11862024-01-24T17:56:48.135Z Downloaded num-iter v0.1.43
11872024-01-24T17:56:48.135Z Downloaded futures-io v0.3.30
11882024-01-24T17:56:48.136Z Downloaded opaque-debug v0.3.0
11892024-01-24T17:56:48.136Z Downloaded unicase v2.7.0
11902024-01-24T17:56:48.139Z Downloaded quick-error v1.2.3
11912024-01-24T17:56:48.139Z Downloaded toolchain_find v0.2.0
11922024-01-24T17:56:48.144Z Downloaded env_logger v0.10.0
11932024-01-24T17:56:48.147Z Downloaded vte v0.11.1
11942024-01-24T17:56:48.150Z Downloaded base64 v0.21.7
11952024-01-24T17:56:48.155Z Downloaded socket2 v0.4.9
11962024-01-24T17:56:48.158Z Downloaded crypto-common v0.1.6
11972024-01-24T17:56:48.161Z Downloaded rustls-pemfile v1.0.3
11982024-01-24T17:56:48.164Z Downloaded cc v1.0.83
11992024-01-24T17:56:48.168Z Downloaded bytes v1.5.0
12002024-01-24T17:56:48.175Z Downloaded vsss-rs v3.3.4
12012024-01-24T17:56:48.179Z Downloaded thiserror v1.0.49
12022024-01-24T17:56:48.186Z Downloaded tinyvec_macros v0.1.1
12032024-01-24T17:56:48.189Z Downloaded futures-task v0.3.30
12042024-01-24T17:56:48.189Z Downloaded dof v0.1.5
12052024-01-24T17:56:48.192Z Downloaded dirs-sys-next v0.1.2
12062024-01-24T17:56:48.200Z Downloaded socket2 v0.5.5
12072024-01-24T17:56:48.203Z Downloaded similar v2.3.0
12082024-01-24T17:56:48.206Z Downloaded ppv-lite86 v0.2.17
12092024-01-24T17:56:48.209Z Downloaded futures-macro v0.3.30
12102024-01-24T17:56:48.209Z Downloaded universal-hash v0.5.1
12112024-01-24T17:56:48.212Z Downloaded tokio-macros v2.2.0
12122024-01-24T17:56:48.212Z Downloaded phf_shared v0.10.0
12132024-01-24T17:56:48.215Z Downloaded mockall_derive v0.12.0
12142024-01-24T17:56:48.218Z Downloaded display-error-chain v0.2.0
12152024-01-24T17:56:48.218Z Downloaded slog-async v2.8.0
12162024-01-24T17:56:48.221Z Downloaded predicates v3.1.0
12172024-01-24T17:56:48.224Z Downloaded fs-err v2.11.0
12182024-01-24T17:56:48.227Z Downloaded form_urlencoded v1.2.1
12192024-01-24T17:56:48.230Z Downloaded fnv v1.0.7
12202024-01-24T17:56:48.230Z Downloaded fixedbitset v0.4.2
12212024-01-24T17:56:48.233Z Downloaded arc-swap v1.6.0
12222024-01-24T17:56:48.239Z Downloaded smallvec v1.11.2
12232024-01-24T17:56:48.242Z Downloaded indexmap v2.1.0
12242024-01-24T17:56:48.249Z Downloaded num-integer v0.1.45
12252024-01-24T17:56:48.252Z Downloaded tinytemplate v1.2.1
12262024-01-24T17:56:48.254Z Downloaded try-lock v0.2.4
12272024-01-24T17:56:48.260Z Downloaded rand_chacha v0.3.1
12282024-01-24T17:56:48.260Z Downloaded ff v0.13.0
12292024-01-24T17:56:48.264Z Downloaded heapless v0.7.16
12302024-01-24T17:56:48.267Z Downloaded cookie v0.18.0
12312024-01-24T17:56:48.271Z Downloaded fallible-iterator v0.2.0
12322024-01-24T17:56:48.274Z Downloaded usdt v0.3.5
12332024-01-24T17:56:48.277Z Downloaded untrusted v0.7.1
12342024-01-24T17:56:48.277Z Downloaded unicode-width v0.1.11
12352024-01-24T17:56:48.280Z Downloaded thread-id v4.2.0
12362024-01-24T17:56:48.283Z Downloaded thiserror-no-std v2.0.2
12372024-01-24T17:56:48.288Z Downloaded test-strategy v0.3.1
12382024-01-24T17:56:48.294Z Downloaded smallvec v0.6.14
12392024-01-24T17:56:48.297Z Downloaded ipnet v2.9.0
12402024-01-24T17:56:48.300Z Downloaded precomputed-hash v0.1.1
12412024-01-24T17:56:48.300Z Downloaded whoami v1.4.1
12422024-01-24T17:56:48.303Z Downloaded which v4.4.0
12432024-01-24T17:56:48.306Z Downloaded utf-8 v0.7.6
12442024-01-24T17:56:48.312Z Downloaded backtrace v0.3.69
12452024-01-24T17:56:48.315Z Downloaded serde_tokenstream v0.2.0
12462024-01-24T17:56:48.320Z Downloaded arrayvec v0.7.4
12472024-01-24T17:56:48.323Z Downloaded packed_struct v0.10.1
12482024-01-24T17:56:48.326Z Downloaded target-lexicon v0.12.12
12492024-01-24T17:56:48.330Z Downloaded snafu-derive v0.7.5
12502024-01-24T17:56:48.333Z Downloaded similar-asserts v1.5.0
12512024-01-24T17:56:48.336Z Downloaded native-tls v0.2.11
12522024-01-24T17:56:48.339Z Downloaded mockall v0.12.0
12532024-01-24T17:56:48.342Z Downloaded mime_guess v2.0.4
12542024-01-24T17:56:48.345Z Downloaded lock_api v0.4.10
12552024-01-24T17:56:48.348Z Downloaded libtest-mimic v0.6.1
12562024-01-24T17:56:48.351Z Downloaded doc-comment v0.3.3
12572024-01-24T17:56:48.354Z Downloaded plotters-svg v0.3.5
12582024-01-24T17:56:48.354Z Downloaded foreign-types-shared v0.1.1
12592024-01-24T17:56:48.363Z Downloaded tap v1.0.1
12602024-01-24T17:56:48.364Z Downloaded tabled_derive v0.6.0
12612024-01-24T17:56:48.366Z Downloaded synstructure v0.12.6
12622024-01-24T17:56:48.367Z Downloaded serde-hex v0.1.0
12632024-01-24T17:56:48.367Z Downloaded serde_with_macros v3.4.0
12642024-01-24T17:56:48.367Z Downloaded heapless v0.8.0
12652024-01-24T17:56:48.372Z Downloaded chacha20poly1305 v0.10.1
12662024-01-24T17:56:48.375Z Downloaded foreign-types-shared v0.3.1
12672024-01-24T17:56:48.378Z Downloaded thiserror-impl v1.0.49
12682024-01-24T17:56:48.381Z Downloaded basic-toml v0.1.8
12692024-01-24T17:56:48.397Z Downloaded ahash v0.8.6
12702024-01-24T17:56:48.401Z Downloaded dyn-clone v1.0.13
12712024-01-24T17:56:48.404Z Downloaded serde_plain v1.0.2
12722024-01-24T17:56:48.407Z Downloaded crossbeam-epoch v0.9.15
12732024-01-24T17:56:48.410Z Downloaded crc-any v2.4.3
12742024-01-24T17:56:48.414Z Downloaded clap v4.4.3
12752024-01-24T17:56:48.430Z Downloaded equivalent v1.0.1
12762024-01-24T17:56:48.433Z Downloaded endian-type v0.1.2
12772024-01-24T17:56:48.433Z Downloaded supports-color v2.1.0
12782024-01-24T17:56:48.436Z Downloaded spin v0.5.2
12792024-01-24T17:56:48.439Z Downloaded smawk v0.3.1
12802024-01-24T17:56:48.439Z Downloaded serde v1.0.195
12812024-01-24T17:56:48.445Z Downloaded const-oid v0.9.5
12822024-01-24T17:56:48.449Z Downloaded bitflags v2.4.0
12832024-01-24T17:56:48.456Z Downloaded block-padding v0.3.3
12842024-01-24T17:56:48.459Z Downloaded libloading v0.7.4
12852024-01-24T17:56:48.459Z Downloaded tempdir v0.3.7
12862024-01-24T17:56:48.462Z Downloaded log v0.4.20
12872024-01-24T17:56:48.465Z Downloaded target-spec v3.0.1
12882024-01-24T17:56:48.468Z Downloaded smf v0.2.2
12892024-01-24T17:56:48.471Z Downloaded signature v2.1.0
12902024-01-24T17:56:48.474Z Downloaded signature v1.6.4
12912024-01-24T17:56:48.474Z Downloaded clang-sys v1.6.1
12922024-01-24T17:56:48.478Z Downloaded num v0.4.1
12932024-01-24T17:56:48.481Z Downloaded nibble_vec v0.1.0
12942024-01-24T17:56:48.484Z Downloaded nanorand v0.7.0
12952024-01-24T17:56:48.486Z Downloaded managed v0.8.0
12962024-01-24T17:56:48.489Z Downloaded take_mut v0.2.2
12972024-01-24T17:56:48.489Z Downloaded bcs v0.1.6
12982024-01-24T17:56:48.492Z Downloaded memoffset v0.9.0
12992024-01-24T17:56:48.495Z Downloaded memoffset v0.7.1
13002024-01-24T17:56:48.498Z Downloaded md-5 v0.10.5
13012024-01-24T17:56:48.499Z Downloaded maybe-uninit v2.0.0
13022024-01-24T17:56:48.502Z Downloaded maplit v1.0.2
13032024-01-24T17:56:48.502Z Downloaded macaddr v1.0.1
13042024-01-24T17:56:48.509Z Downloaded assert_matches v1.5.0
13052024-01-24T17:56:48.516Z Downloaded assert_cmd v2.0.13
13062024-01-24T17:56:48.516Z Downloaded base64ct v1.6.0
13072024-01-24T17:56:48.516Z Downloaded crucible-workspace-hack v0.1.0
13082024-01-24T17:56:48.516Z Downloaded sha1 v0.10.6
13092024-01-24T17:56:48.520Z Downloaded serde_path_to_error v0.1.15
13102024-01-24T17:56:48.520Z Downloaded secrecy v0.8.0
13112024-01-24T17:56:48.523Z Downloaded hyper-rustls v0.25.0
13122024-01-24T17:56:48.527Z Downloaded crunchy v0.2.2
13132024-01-24T17:56:48.527Z Downloaded libefi-sys v0.1.0
13142024-01-24T17:56:48.531Z Downloaded anstyle v1.0.2
13152024-01-24T17:56:48.531Z Downloaded ansi_term v0.12.1
13162024-01-24T17:56:48.536Z Downloaded dtrace-parser v0.1.14
13172024-01-24T17:56:48.536Z Downloaded scheduled-thread-pool v0.2.7
13182024-01-24T17:56:48.542Z Downloaded same-file v1.0.6
13192024-01-24T17:56:48.542Z Downloaded ciborium v0.2.1
13202024-01-24T17:56:48.545Z Downloaded downcast v0.11.0
13212024-01-24T17:56:48.545Z Downloaded usdt-macro v0.3.5
13222024-01-24T17:56:48.553Z Downloaded lalrpop-util v0.19.12
13232024-01-24T17:56:48.553Z Downloaded humantime v2.1.0
13242024-01-24T17:56:48.563Z Downloaded lazy_static v1.4.0
13252024-01-24T17:56:48.563Z Downloaded bit-set v0.5.3
13262024-01-24T17:56:48.563Z Downloaded bytecount v0.6.3
13272024-01-24T17:56:48.563Z Downloaded async-trait v0.1.77
13282024-01-24T17:56:48.569Z Downloaded anstyle-parse v0.2.1
13292024-01-24T17:56:48.569Z Downloaded lru-cache v0.1.2
13302024-01-24T17:56:48.569Z Downloaded itoa v1.0.9
13312024-01-24T17:56:48.576Z Downloaded ipnetwork v0.20.0
13322024-01-24T17:56:48.576Z Downloaded impl-trait-for-tuples v0.2.2
13332024-01-24T17:56:48.581Z Downloaded console v0.15.8
13342024-01-24T17:56:48.581Z Downloaded clap_derive v4.4.2
13352024-01-24T17:56:48.584Z Downloaded kstat-rs v0.2.3
13362024-01-24T17:56:48.589Z Downloaded buf-list v1.0.3
13372024-01-24T17:56:48.595Z Downloaded indoc v1.0.9
13382024-01-24T17:56:48.595Z Downloaded hyper-tls v0.5.0
13392024-01-24T17:56:48.598Z Downloaded hyper-staticfile v0.9.5
13402024-01-24T17:56:48.601Z Downloaded argon2 v0.5.2
13412024-01-24T17:56:48.606Z Downloaded signal-hook-tokio v0.3.1
13422024-01-24T17:56:48.606Z Downloaded keccak v0.1.4
13432024-01-24T17:56:48.612Z Downloaded is-terminal v0.4.9
13442024-01-24T17:56:48.612Z Downloaded inout v0.1.3
13452024-01-24T17:56:48.612Z Downloaded hyper-rustls v0.24.2
13462024-01-24T17:56:48.625Z Downloaded hubpack v0.1.2
13472024-01-24T17:56:48.625Z Downloaded heck v0.3.3
13482024-01-24T17:56:48.638Z Downloaded swrite v0.1.0
13492024-01-24T17:56:48.638Z Downloaded corncobs v0.1.3
13502024-01-24T17:56:48.638Z Downloaded clap_builder v4.4.2
13512024-01-24T17:56:48.642Z Downloaded anyhow v1.0.75
13522024-01-24T17:56:48.642Z Downloaded bitflags v1.3.2
13532024-01-24T17:56:48.645Z Downloaded ascii-canvas v3.0.0
13542024-01-24T17:56:48.648Z Downloaded match_cfg v0.1.0
13552024-01-24T17:56:48.648Z Downloaded block-buffer v0.10.4
13562024-01-24T17:56:48.651Z Downloaded bitfield v0.14.0
13572024-01-24T17:56:48.654Z Downloaded approx v0.5.1
13582024-01-24T17:56:48.657Z Downloaded adler v1.0.2
13592024-01-24T17:56:48.660Z Downloaded iana-time-zone v0.1.57
13602024-01-24T17:56:48.663Z Downloaded anstream v0.5.0
13612024-01-24T17:56:48.666Z Downloaded anes v0.1.6
13622024-01-24T17:56:48.670Z Downloaded aead v0.5.2
13632024-01-24T17:56:48.672Z Downloaded ron v0.8.1
13642024-01-24T17:56:48.681Z Downloaded hex v0.4.3
13652024-01-24T17:56:48.684Z Downloaded crc v3.0.1
13662024-01-24T17:56:48.687Z Downloaded arrayref v0.3.7
13672024-01-24T17:56:48.690Z Downloaded serde-big-array v0.4.1
13682024-01-24T17:56:48.691Z Downloaded httptest v0.15.5
13692024-01-24T17:56:48.693Z Downloaded httparse v1.8.0
13702024-01-24T17:56:48.697Z Downloaded criterion-plot v0.5.0
13712024-01-24T17:56:48.700Z Downloaded constant_time_eq v0.2.6
13722024-01-24T17:56:48.703Z Downloaded blake2b_simd v1.0.1
13732024-01-24T17:56:48.706Z Downloaded array-init v0.0.4
13742024-01-24T17:56:48.706Z Downloaded async-recursion v1.0.5
13752024-01-24T17:56:48.709Z Downloaded camino-tempfile v1.1.1
13762024-01-24T17:56:48.713Z Downloaded byteorder v1.5.0
13772024-01-24T17:56:48.716Z Downloaded backoff v0.4.0
13782024-01-24T17:56:48.720Z Downloaded multer v3.0.0
13792024-01-24T17:56:48.723Z Downloaded nu-ansi-term v0.49.0
13802024-01-24T17:56:48.726Z Downloaded hmac v0.12.1
13812024-01-24T17:56:48.729Z Downloaded bit-vec v0.6.3
13822024-01-24T17:56:48.733Z Downloaded bb8 v0.8.1
13832024-01-24T17:56:48.736Z Downloaded autocfg v1.1.0
13842024-01-24T17:56:48.736Z Downloaded rust-argon2 v1.0.1
13852024-01-24T17:56:48.742Z Downloaded relative-path v1.9.0
13862024-01-24T17:56:48.746Z Downloaded hubpack_derive v0.1.1
13872024-01-24T17:56:48.746Z Downloaded async-stream-impl v0.3.5
13882024-01-24T17:56:48.746Z Downloaded sec1 v0.7.3
13892024-01-24T17:56:48.751Z Downloaded rustls-pki-types v1.1.0
13902024-01-24T17:56:48.751Z Downloaded rustls-pemfile v2.0.0
13912024-01-24T17:56:48.757Z Downloaded rpassword v7.3.1
13922024-01-24T17:56:48.757Z Downloaded constant_time_eq v0.3.0
13932024-01-24T17:56:48.760Z Downloaded cipher v0.4.4
13942024-01-24T17:56:48.761Z Downloaded ciborium-ll v0.2.1
13952024-01-24T17:56:48.761Z Downloaded newtype_derive v0.1.6
13962024-01-24T17:56:48.764Z Downloaded newline-converter v0.3.0
13972024-01-24T17:56:48.770Z Downloaded ident_case v1.0.1
13982024-01-24T17:56:48.770Z Downloaded http-range v0.1.5
13992024-01-24T17:56:48.770Z Downloaded cpufeatures v0.2.9
14002024-01-24T17:56:48.770Z Downloaded nested v0.1.1
14012024-01-24T17:56:48.774Z Downloaded itertools v0.12.0
14022024-01-24T17:56:48.783Z Downloaded http-body v0.4.5
14032024-01-24T17:56:48.787Z Downloaded hostname v0.3.1
14042024-01-24T17:56:48.790Z Downloaded cobs v0.2.3
14052024-01-24T17:56:48.793Z Downloaded cassowary v0.3.0
14062024-01-24T17:56:48.793Z Downloaded colored v2.0.4
14072024-01-24T17:56:48.797Z Downloaded cargo_metadata v0.18.1
14082024-01-24T17:56:48.800Z Downloaded cargo-platform v0.1.3
14092024-01-24T17:56:48.803Z Downloaded new_debug_unreachable v1.0.4
14102024-01-24T17:56:48.803Z Downloaded crc-catalog v2.2.0
14112024-01-24T17:56:48.807Z Downloaded colorchoice v1.0.0
14122024-01-24T17:56:48.807Z Downloaded clap_lex v0.5.1
14132024-01-24T17:56:48.810Z Downloaded chacha20 v0.9.1
14142024-01-24T17:56:48.811Z Downloaded http v0.2.11
14152024-01-24T17:56:48.817Z Downloaded convert_case v0.4.0
14162024-01-24T17:56:48.825Z Downloaded ciborium-io v0.2.1
14172024-01-24T17:56:48.825Z Downloaded headers-core v0.2.0
14182024-01-24T17:56:48.828Z Downloaded bzip2 v0.4.4
14192024-01-24T17:56:48.829Z Downloaded headers v0.3.9
14202024-01-24T17:56:48.834Z Downloaded cfg-if v1.0.0
14212024-01-24T17:56:48.838Z Downloaded cast v0.3.0
14222024-01-24T17:56:48.838Z Downloaded cancel-safe-futures v0.1.5
14232024-01-24T17:56:48.843Z Downloaded hashbrown v0.14.2
14242024-01-24T17:56:48.853Z Downloaded cexpr v0.6.0
14252024-01-24T17:56:49.529Z Compiling proc-macro2 v1.0.74
14262024-01-24T17:56:49.529Z Compiling unicode-ident v1.0.12
14272024-01-24T17:56:49.535Z Compiling libc v0.2.152
14282024-01-24T17:56:49.535Z Compiling cfg-if v1.0.0
14292024-01-24T17:56:49.536Z Compiling serde v1.0.195
14302024-01-24T17:56:49.536Z Compiling autocfg v1.1.0
14312024-01-24T17:56:49.560Z Compiling version_check v0.9.4
14322024-01-24T17:56:49.573Z Compiling syn v1.0.109
14332024-01-24T17:56:49.573Z Running `/home/build/.rustup/toolchains/1.74.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.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=deb0da5fb078c51d -C extra-filename=-deb0da5fb078c51d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14342024-01-24T17:56:49.575Z Running `/home/build/.rustup/toolchains/1.74.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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14352024-01-24T17:56:49.575Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/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=6a6a237160f0cbb5 -C extra-filename=-6a6a237160f0cbb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14362024-01-24T17:56:49.576Z Running `/home/build/.rustup/toolchains/1.74.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=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14372024-01-24T17:56:49.584Z Running `/home/build/.rustup/toolchains/1.74.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=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14382024-01-24T17:56:49.585Z Running `/home/build/.rustup/toolchains/1.74.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=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14392024-01-24T17:56:49.585Z Running `/home/build/.rustup/toolchains/1.74.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.195/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=b033cd8f784e7dd8 -C extra-filename=-b033cd8f784e7dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14402024-01-24T17:56:49.586Z Running `/home/build/.rustup/toolchains/1.74.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=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14412024-01-24T17:56:49.857Z Compiling memchr v2.6.3
14422024-01-24T17:56:49.903Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14432024-01-24T17:56:49.915Z Compiling log v0.4.20
14442024-01-24T17:56:49.995Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14452024-01-24T17:56:50.618Z Compiling scopeguard v1.2.0
14462024-01-24T17:56:50.621Z Running `/home/build/.rustup/toolchains/1.74.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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14472024-01-24T17:56:50.730Z Compiling once_cell v1.19.0
14482024-01-24T17:56:50.733Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="unstable"' -C metadata=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14492024-01-24T17:56:50.781Z Compiling smallvec v1.11.2
14502024-01-24T17:56:50.796Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14512024-01-24T17:56:50.905Z Compiling lock_api v0.4.10
14522024-01-24T17:56:50.917Z Running `/home/build/.rustup/toolchains/1.74.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=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14532024-01-24T17:56:51.403Z Compiling itoa v1.0.9
14542024-01-24T17:56:51.407Z Running `/home/build/.rustup/toolchains/1.74.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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14552024-01-24T17:56:51.458Z Compiling parking_lot_core v0.9.8
14562024-01-24T17:56:51.461Z Running `/home/build/.rustup/toolchains/1.74.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=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14572024-01-24T17:56:51.795Z Compiling libm v0.2.7
14582024-01-24T17:56:51.800Z Running `/home/build/.rustup/toolchains/1.74.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=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14592024-01-24T17:56:51.881Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d/build-script-build`
14602024-01-24T17:56:51.881Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5/build-script-build`
14612024-01-24T17:56:51.881Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8/build-script-build`
14622024-01-24T17:56:51.881Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
14632024-01-24T17:56:51.885Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
14642024-01-24T17:56:52.033Z Compiling num-traits v0.2.16
14652024-01-24T17:56:52.038Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14662024-01-24T17:56:52.105Z Compiling byteorder v1.5.0
14672024-01-24T17:56:52.108Z Running `/home/build/.rustup/toolchains/1.74.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=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14682024-01-24T17:56:52.165Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d26aefcc4de11e53 -C extra-filename=-d26aefcc4de11e53 --out-dir /work/oxidecomputer/omicron/target/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`
14692024-01-24T17:56:52.168Z Running `/home/build/.rustup/toolchains/1.74.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.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=71ee4d0da25619ef -C extra-filename=-71ee4d0da25619ef --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro`
14702024-01-24T17:56:52.168Z Running `/home/build/.rustup/toolchains/1.74.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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
14712024-01-24T17:56:52.393Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
14722024-01-24T17:56:52.438Z Compiling thiserror v1.0.49
14732024-01-24T17:56:52.444Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb787b185170f0b2 -C extra-filename=-eb787b185170f0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14742024-01-24T17:56:52.527Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
14752024-01-24T17:56:52.561Z Running `/home/build/.rustup/toolchains/1.74.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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14762024-01-24T17:56:52.677Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
14772024-01-24T17:56:52.849Z Compiling pin-project-lite v0.2.13
14782024-01-24T17:56:52.859Z Running `/home/build/.rustup/toolchains/1.74.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14792024-01-24T17:56:52.960Z Compiling spin v0.5.2
14802024-01-24T17:56:52.963Z Running `/home/build/.rustup/toolchains/1.74.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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14812024-01-24T17:56:53.019Z Compiling ryu v1.0.15
14822024-01-24T17:56:53.023Z Running `/home/build/.rustup/toolchains/1.74.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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14832024-01-24T17:56:53.295Z Compiling futures-core v0.3.30
14842024-01-24T17:56:53.298Z Running `/home/build/.rustup/toolchains/1.74.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=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14852024-01-24T17:56:53.329Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2/build-script-build`
14862024-01-24T17:56:53.516Z Compiling quote v1.0.35
14872024-01-24T17:56:53.520Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=146df160e3d540a3 -C extra-filename=-146df160e3d540a3 --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-71ee4d0da25619ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14882024-01-24T17:56:53.568Z Compiling serde_json v1.0.111
14892024-01-24T17:56:53.573Z Running `/home/build/.rustup/toolchains/1.74.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.111/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=0a2020bdcca47d2b -C extra-filename=-0a2020bdcca47d2b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-0a2020bdcca47d2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14902024-01-24T17:56:53.652Z Compiling hashbrown v0.14.2
14912024-01-24T17:56:53.656Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=f0335255f70f2164 -C extra-filename=-f0335255f70f2164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-01-24T17:56:53.864Z Compiling fnv v1.0.7
14932024-01-24T17:56:53.867Z Running `/home/build/.rustup/toolchains/1.74.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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14942024-01-24T17:56:54.060Z Compiling syn v2.0.46
14952024-01-24T17:56:54.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=62de4e73251d5b39 -C extra-filename=-62de4e73251d5b39 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14962024-01-24T17:56:54.197Z Compiling getrandom v0.2.10
14972024-01-24T17:56:54.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=0404c7768b906e03 -C extra-filename=-0404c7768b906e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14982024-01-24T17:56:54.579Z Running `/home/build/.rustup/toolchains/1.74.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=dcbbb9b7f306ce44 -C extra-filename=-dcbbb9b7f306ce44 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
14992024-01-24T17:56:54.602Z Running `/home/build/.rustup/toolchains/1.74.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=48c3bec1ed4e5fab -C extra-filename=-48c3bec1ed4e5fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15002024-01-24T17:56:54.735Z Compiling cc v1.0.83
15012024-01-24T17:56:54.738Z Running `/home/build/.rustup/toolchains/1.74.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=7e802a53f4eac952 -C extra-filename=-7e802a53f4eac952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15022024-01-24T17:56:54.798Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.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_int_to_from_bytes --cfg has_float_to_from_bytes`
15032024-01-24T17:56:54.854Z Compiling signal-hook-registry v1.4.1
15042024-01-24T17:56:54.858Z Running `/home/build/.rustup/toolchains/1.74.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=38640df2e03fc928 -C extra-filename=-38640df2e03fc928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15052024-01-24T17:56:55.015Z Compiling mio v0.8.9
15062024-01-24T17:56:55.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=db9c338b076acc72 -C extra-filename=-db9c338b076acc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15072024-01-24T17:56:55.711Z Compiling parking_lot v0.12.1
15082024-01-24T17:56:55.715Z Running `/home/build/.rustup/toolchains/1.74.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=aee7eb93d952742f -C extra-filename=-aee7eb93d952742f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-48c3bec1ed4e5fab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15092024-01-24T17:56:55.738Z Compiling rand_core v0.6.4
15102024-01-24T17:56:55.775Z Running `/home/build/.rustup/toolchains/1.74.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=595de3a4e24d6123 -C extra-filename=-595de3a4e24d6123 --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-01-24T17:56:56.299Z Compiling num_cpus v1.16.0
15122024-01-24T17:56:56.303Z Running `/home/build/.rustup/toolchains/1.74.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=b2be53810e5075d2 -C extra-filename=-b2be53810e5075d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-01-24T17:56:56.924Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-0a2020bdcca47d2b/build-script-build`
15142024-01-24T17:56:56.928Z Compiling equivalent v1.0.1
15152024-01-24T17:56:56.929Z Running `/home/build/.rustup/toolchains/1.74.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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15162024-01-24T17:56:56.929Z Compiling socket2 v0.5.5
15172024-01-24T17:56:56.929Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8389728073b7de3f -C extra-filename=-8389728073b7de3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15182024-01-24T17:56:56.931Z Compiling heck v0.4.1
15192024-01-24T17:56:56.931Z Running `/home/build/.rustup/toolchains/1.74.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=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15202024-01-24T17:56:57.197Z Compiling futures-sink v0.3.30
15212024-01-24T17:56:57.231Z Running `/home/build/.rustup/toolchains/1.74.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=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15222024-01-24T17:56:57.440Z Compiling slab v0.4.9
15232024-01-24T17:56:57.443Z Compiling errno v0.3.8
15242024-01-24T17:56:57.473Z Running `/home/build/.rustup/toolchains/1.74.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=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-01-24T17:56:57.474Z Running `/home/build/.rustup/toolchains/1.74.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=9f8a26a9f4d69998 -C extra-filename=-9f8a26a9f4d69998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15262024-01-24T17:56:57.508Z Compiling lazy_static v1.4.0
15272024-01-24T17:56:57.508Z Running `/home/build/.rustup/toolchains/1.74.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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15282024-01-24T17:56:57.679Z Compiling pin-utils v0.1.0
15292024-01-24T17:56:57.683Z Running `/home/build/.rustup/toolchains/1.74.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=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-01-24T17:56:57.823Z Compiling regex-syntax v0.8.2
15312024-01-24T17:56:57.826Z Running `/home/build/.rustup/toolchains/1.74.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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15322024-01-24T17:56:57.827Z Compiling futures-channel v0.3.30
15332024-01-24T17:56:57.827Z Running `/home/build/.rustup/toolchains/1.74.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=f881803d4674264d -C extra-filename=-f881803d4674264d --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15342024-01-24T17:56:58.065Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
15352024-01-24T17:56:58.145Z Compiling futures-io v0.3.30
15362024-01-24T17:56:58.174Z Running `/home/build/.rustup/toolchains/1.74.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=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15372024-01-24T17:56:58.265Z Running `/home/build/.rustup/toolchains/1.74.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=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15382024-01-24T17:56:58.307Z Compiling futures-task v0.3.30
15392024-01-24T17:56:58.353Z Running `/home/build/.rustup/toolchains/1.74.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=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15402024-01-24T17:56:58.532Z Compiling typenum v1.16.0
15412024-01-24T17:56:58.535Z Running `/home/build/.rustup/toolchains/1.74.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=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15422024-01-24T17:56:58.630Z Compiling aho-corasick v1.0.4
15432024-01-24T17:56:58.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15442024-01-24T17:56:58.712Z Compiling generic-array v0.14.7
15452024-01-24T17:56:58.715Z Running `/home/build/.rustup/toolchains/1.74.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=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15462024-01-24T17:56:58.784Z Compiling subtle v2.5.0
15472024-01-24T17:56:58.818Z Running `/home/build/.rustup/toolchains/1.74.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=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15482024-01-24T17:56:59.326Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15492024-01-24T17:56:59.358Z Compiling iana-time-zone v0.1.57
15502024-01-24T17:56:59.361Z Running `/home/build/.rustup/toolchains/1.74.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15512024-01-24T17:56:59.441Z Compiling pkg-config v0.3.27
15522024-01-24T17:56:59.446Z Running `/home/build/.rustup/toolchains/1.74.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=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-01-24T17:56:59.875Z Compiling rustix v0.38.30
15542024-01-24T17:56:59.878Z Running `/home/build/.rustup/toolchains/1.74.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.30/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=12a9bc463e8bd620 -C extra-filename=-12a9bc463e8bd620 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15552024-01-24T17:57:00.058Z Compiling tinyvec_macros v0.1.1
15562024-01-24T17:57:00.062Z Running `/home/build/.rustup/toolchains/1.74.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=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15572024-01-24T17:57:00.200Z Compiling tinyvec v1.6.0
15582024-01-24T17:57:00.213Z Running `/home/build/.rustup/toolchains/1.74.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=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15592024-01-24T17:57:00.385Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15602024-01-24T17:57:00.725Z Running `/home/build/.rustup/toolchains/1.74.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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-01-24T17:57:01.204Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620/build-script-build`
15622024-01-24T17:57:01.383Z Compiling tracing-core v0.1.31
15632024-01-24T17:57:01.389Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-01-24T17:57:01.734Z Compiling spin v0.9.8
15652024-01-24T17:57:01.740Z Running `/home/build/.rustup/toolchains/1.74.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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15662024-01-24T17:57:02.338Z Compiling const-oid v0.9.5
15672024-01-24T17:57:02.343Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-01-24T17:57:02.918Z Compiling base64 v0.21.7
15692024-01-24T17:57:02.922Z Running `/home/build/.rustup/toolchains/1.74.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=64492b43562e8960 -C extra-filename=-64492b43562e8960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-01-24T17:57:03.177Z Compiling unicode-normalization v0.1.22
15712024-01-24T17:57:03.181Z Running `/home/build/.rustup/toolchains/1.74.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15722024-01-24T17:57:03.826Z Compiling regex-automata v0.4.3
15732024-01-24T17:57:03.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=83edf1a3a1698551 -C extra-filename=-83edf1a3a1698551 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15742024-01-24T17:57:04.230Z Compiling unicode-bidi v0.3.13
15752024-01-24T17:57:04.234Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-01-24T17:57:05.062Z Compiling bitflags v1.3.2
15772024-01-24T17:57:05.110Z Running `/home/build/.rustup/toolchains/1.74.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=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15782024-01-24T17:57:05.247Z Compiling ring v0.17.7
15792024-01-24T17:57:05.251Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=41547514f0da7d1f -C extra-filename=-41547514f0da7d1f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15802024-01-24T17:57:05.692Z Compiling percent-encoding v2.3.1
15812024-01-24T17:57:05.699Z Running `/home/build/.rustup/toolchains/1.74.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=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15822024-01-24T17:57:06.361Z Compiling unicode-width v0.1.11
15832024-01-24T17:57:06.364Z Running `/home/build/.rustup/toolchains/1.74.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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15842024-01-24T17:57:06.397Z Compiling serde_derive_internals v0.26.0
15852024-01-24T17:57:06.401Z Running `/home/build/.rustup/toolchains/1.74.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=8581a22c705d466d -C extra-filename=-8581a22c705d466d --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15862024-01-24T17:57:06.613Z Compiling dyn-clone v1.0.13
15872024-01-24T17:57:06.617Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-01-24T17:57:06.886Z Compiling schemars v0.8.16
15892024-01-24T17:57:06.890Z Running `/home/build/.rustup/toolchains/1.74.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="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15902024-01-24T17:57:06.943Z Compiling ppv-lite86 v0.2.17
15912024-01-24T17:57:06.947Z Running `/home/build/.rustup/toolchains/1.74.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=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-01-24T17:57:07.426Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f/build-script-build`
15932024-01-24T17:57:07.532Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
15942024-01-24T17:57:07.994Z Compiling form_urlencoded v1.2.1
15952024-01-24T17:57:08.005Z Running `/home/build/.rustup/toolchains/1.74.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=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-01-24T17:57:08.053Z Compiling httparse v1.8.0
15972024-01-24T17:57:08.057Z Running `/home/build/.rustup/toolchains/1.74.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=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-01-24T17:57:08.196Z Compiling rand_chacha v0.3.1
15992024-01-24T17:57:08.200Z Running `/home/build/.rustup/toolchains/1.74.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=07b056034bd98ac0 -C extra-filename=-07b056034bd98ac0 --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-01-24T17:57:08.809Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16012024-01-24T17:57:08.857Z Compiling rand v0.8.5
16022024-01-24T17:57:08.865Z Running `/home/build/.rustup/toolchains/1.74.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=4b1e30a3c77dcb0b -C extra-filename=-4b1e30a3c77dcb0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-01-24T17:57:09.547Z Compiling semver v1.0.21
16042024-01-24T17:57:09.550Z Running `/home/build/.rustup/toolchains/1.74.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.21/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=671f19a05d3257cd -C extra-filename=-671f19a05d3257cd --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-01-24T17:57:10.375Z Compiling untrusted v0.9.0
16062024-01-24T17:57:10.378Z Running `/home/build/.rustup/toolchains/1.74.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=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:57:10.649Z Compiling regex v1.10.2
16082024-01-24T17:57:10.652Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0391852763f12a6f -C extra-filename=-0391852763f12a6f --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-01-24T17:57:10.901Z Compiling vcpkg v0.2.15
16102024-01-24T17:57:10.904Z Running `/home/build/.rustup/toolchains/1.74.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=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-01-24T17:57:11.162Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd/build-script-build`
16122024-01-24T17:57:11.268Z Running `/home/build/.rustup/toolchains/1.74.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=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/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`
16132024-01-24T17:57:12.264Z Compiling idna v0.5.0
16142024-01-24T17:57:12.268Z Running `/home/build/.rustup/toolchains/1.74.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=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-01-24T17:57:12.415Z Compiling socket2 v0.4.9
16162024-01-24T17:57:12.418Z Running `/home/build/.rustup/toolchains/1.74.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=6de2735f70908e7e -C extra-filename=-6de2735f70908e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-01-24T17:57:12.521Z Compiling ahash v0.8.6
16182024-01-24T17:57:12.528Z Running `/home/build/.rustup/toolchains/1.74.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.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16192024-01-24T17:57:13.188Z Compiling ucd-trie v0.1.6
16202024-01-24T17:57:13.195Z Running `/home/build/.rustup/toolchains/1.74.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=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-01-24T17:57:13.819Z Compiling url v2.5.0
16222024-01-24T17:57:13.823Z Running `/home/build/.rustup/toolchains/1.74.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=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-01-24T17:57:14.192Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build`
16242024-01-24T17:57:14.361Z Compiling try-lock v0.2.4
16252024-01-24T17:57:14.404Z Running `/home/build/.rustup/toolchains/1.74.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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-01-24T17:57:14.528Z Compiling openssl-sys v0.9.96
16272024-01-24T17:57:14.532Z Running `/home/build/.rustup/toolchains/1.74.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.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=315d59f559e7b6e4 -C extra-filename=-315d59f559e7b6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-01-24T17:57:14.580Z Compiling either v1.9.0
16292024-01-24T17:57:14.585Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-01-24T17:57:15.044Z Compiling httpdate v1.0.3
16312024-01-24T17:57:15.048Z Running `/home/build/.rustup/toolchains/1.74.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=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-01-24T17:57:15.105Z Compiling adler v1.0.2
16332024-01-24T17:57:15.109Z Running `/home/build/.rustup/toolchains/1.74.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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-01-24T17:57:15.421Z Compiling winnow v0.5.15
16352024-01-24T17:57:15.425Z Running `/home/build/.rustup/toolchains/1.74.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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-01-24T17:57:15.748Z Compiling miniz_oxide v0.7.1
16372024-01-24T17:57:15.782Z Running `/home/build/.rustup/toolchains/1.74.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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16382024-01-24T17:57:16.261Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4/build-script-main`
16392024-01-24T17:57:16.377Z Compiling want v0.3.1
16402024-01-24T17:57:16.381Z Running `/home/build/.rustup/toolchains/1.74.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=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-01-24T17:57:16.840Z Compiling tower-service v0.3.2
16422024-01-24T17:57:16.845Z Running `/home/build/.rustup/toolchains/1.74.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=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-01-24T17:57:17.034Z Compiling async-trait v0.1.77
16442024-01-24T17:57:17.037Z Running `/home/build/.rustup/toolchains/1.74.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.77/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=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-01-24T17:57:17.157Z Compiling strsim v0.10.0
16462024-01-24T17:57:17.161Z Running `/home/build/.rustup/toolchains/1.74.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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-01-24T17:57:17.966Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build`
16482024-01-24T17:57:18.075Z Compiling ring v0.16.20
16492024-01-24T17:57:18.079Z Running `/home/build/.rustup/toolchains/1.74.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=589ce787b31694d0 -C extra-filename=-589ce787b31694d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-01-24T17:57:18.451Z Compiling openssl-probe v0.1.5
16512024-01-24T17:57:18.454Z Running `/home/build/.rustup/toolchains/1.74.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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-01-24T17:57:18.484Z Compiling foreign-types-shared v0.1.1
16532024-01-24T17:57:18.515Z Compiling serde_derive v1.0.195
16542024-01-24T17:57:18.518Z Running `/home/build/.rustup/toolchains/1.74.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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-01-24T17:57:18.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.195/src/lib.rs --error-format=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=3f3f31ed33cce9d9 -C extra-filename=-3f3f31ed33cce9d9 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-01-24T17:57:18.651Z Compiling thiserror-impl v1.0.49
16572024-01-24T17:57:18.655Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c86ac611ca954e -C extra-filename=-80c86ac611ca954e --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-01-24T17:57:18.806Z Compiling zeroize_derive v1.4.2
16592024-01-24T17:57:18.809Z Running `/home/build/.rustup/toolchains/1.74.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=d1088fb5459dcbf0 -C extra-filename=-d1088fb5459dcbf0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-01-24T17:57:18.973Z Compiling tokio-macros v2.2.0
16612024-01-24T17:57:18.977Z Running `/home/build/.rustup/toolchains/1.74.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=d9e8afe8c017ead0 -C extra-filename=-d9e8afe8c017ead0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-01-24T17:57:19.222Z Compiling futures-macro v0.3.30
16632024-01-24T17:57:19.226Z Running `/home/build/.rustup/toolchains/1.74.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=74392c77a27fd3b1 -C extra-filename=-74392c77a27fd3b1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-01-24T17:57:20.066Z Compiling tracing-attributes v0.1.26
16652024-01-24T17:57:20.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e023848bb38c7bd7 -C extra-filename=-e023848bb38c7bd7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-01-24T17:57:20.111Z Compiling schemars_derive v0.8.16
16672024-01-24T17:57:20.115Z Running `/home/build/.rustup/toolchains/1.74.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=6428cf4d60dbb493 -C extra-filename=-6428cf4d60dbb493 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-8581a22c705d466d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-01-24T17:57:21.766Z Compiling zerocopy-derive v0.7.31
16692024-01-24T17:57:21.770Z Running `/home/build/.rustup/toolchains/1.74.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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c8196c3a66b19db -C extra-filename=-9c8196c3a66b19db --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-01-24T17:57:22.007Z Compiling zeroize v1.7.0
16712024-01-24T17:57:22.046Z Running `/home/build/.rustup/toolchains/1.74.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=68651fb2271832c6 -C extra-filename=-68651fb2271832c6 --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-d1088fb5459dcbf0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-01-24T17:57:22.227Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=3a486ebe7244ab62 -C extra-filename=-3a486ebe7244ab62 --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-0404c7768b906e03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
16732024-01-24T17:57:22.588Z Running `/home/build/.rustup/toolchains/1.74.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=293859237790d0c2 -C extra-filename=-293859237790d0c2 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
16742024-01-24T17:57:23.270Z Compiling futures-util v0.3.30
16752024-01-24T17:57:23.275Z Running `/home/build/.rustup/toolchains/1.74.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=cae882ec07323c8e -C extra-filename=-cae882ec07323c8e --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-74392c77a27fd3b1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-01-24T17:57:24.751Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39f1521536167e1a -C extra-filename=-39f1521536167e1a --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-80c86ac611ca954e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-01-24T17:57:24.961Z Compiling crypto-common v0.1.6
16782024-01-24T17:57:24.965Z Running `/home/build/.rustup/toolchains/1.74.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=bc9d6b1a6c03ad4b -C extra-filename=-bc9d6b1a6c03ad4b --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16792024-01-24T17:57:25.076Z Compiling block-buffer v0.10.4
16802024-01-24T17:57:25.114Z Running `/home/build/.rustup/toolchains/1.74.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=7c8e9a3c9984392e -C extra-filename=-7c8e9a3c9984392e --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-293859237790d0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-01-24T17:57:25.296Z Compiling pest v2.7.2
16822024-01-24T17:57:25.299Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=776261007e47061b -C extra-filename=-776261007e47061b --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-39f1521536167e1a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-01-24T17:57:25.516Z Compiling digest v0.10.7
16842024-01-24T17:57:25.526Z Running `/home/build/.rustup/toolchains/1.74.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=098a84d07964159a -C extra-filename=-098a84d07964159a --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-7c8e9a3c9984392e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16852024-01-24T17:57:26.252Z Compiling zerocopy v0.7.31
16862024-01-24T17:57:26.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=8c2553462cff5f47 -C extra-filename=-8c2553462cff5f47 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9c8196c3a66b19db.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-01-24T17:57:26.311Z Compiling cpufeatures v0.2.9
16882024-01-24T17:57:26.365Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=161a8fd22ed990c1 -C extra-filename=-161a8fd22ed990c1 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:57:26.472Z Compiling openssl v0.10.60
16902024-01-24T17:57:26.503Z Running `/home/build/.rustup/toolchains/1.74.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.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16912024-01-24T17:57:26.632Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0/build-script-build`
16922024-01-24T17:57:27.201Z Compiling tracing v0.1.37
16932024-01-24T17:57:27.206Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=bce6351cf9e30709 -C extra-filename=-bce6351cf9e30709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e023848bb38c7bd7.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-01-24T17:57:27.767Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
16952024-01-24T17:57:27.827Z Compiling foreign-types v0.3.2
16962024-01-24T17:57:27.827Z Running `/home/build/.rustup/toolchains/1.74.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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-01-24T17:57:27.829Z Running `/home/build/.rustup/toolchains/1.74.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.77/src/lib.rs --error-format=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=2ef3d8409111332a -C extra-filename=-2ef3d8409111332a --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-01-24T17:57:28.029Z Compiling openssl-macros v0.1.1
16992024-01-24T17:57:28.032Z Running `/home/build/.rustup/toolchains/1.74.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=a99055ae0b1dbc14 -C extra-filename=-a99055ae0b1dbc14 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-01-24T17:57:28.900Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=c7811a1e3c94d9e9 -C extra-filename=-c7811a1e3c94d9e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17012024-01-24T17:57:29.030Z Running `/home/build/.rustup/toolchains/1.74.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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab236b88a8321ed8 -C extra-filename=-ab236b88a8321ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.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`
17022024-01-24T17:57:29.553Z Compiling mime v0.3.17
17032024-01-24T17:57:29.563Z Running `/home/build/.rustup/toolchains/1.74.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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-01-24T17:57:29.953Z Compiling hashbrown v0.13.2
17052024-01-24T17:57:29.966Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=d55d6e4697367108 -C extra-filename=-d55d6e4697367108 --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-c7811a1e3c94d9e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-01-24T17:57:29.984Z Compiling untrusted v0.7.1
17072024-01-24T17:57:30.029Z Running `/home/build/.rustup/toolchains/1.74.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=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-01-24T17:57:30.183Z Compiling ipnet v2.9.0
17092024-01-24T17:57:30.188Z Running `/home/build/.rustup/toolchains/1.74.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=8300448f6a8e23c1 -C extra-filename=-8300448f6a8e23c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-01-24T17:57:30.320Z Running `/home/build/.rustup/toolchains/1.74.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=a1b6eeacb3871e46 -C extra-filename=-a1b6eeacb3871e46 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -l static=ring-core -l static=ring-test`
17112024-01-24T17:57:30.558Z Compiling rustls v0.21.9
17122024-01-24T17:57:30.565Z Running `/home/build/.rustup/toolchains/1.74.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=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-01-24T17:57:31.181Z Compiling native-tls v0.2.11
17142024-01-24T17:57:31.185Z Running `/home/build/.rustup/toolchains/1.74.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=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-01-24T17:57:31.467Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17162024-01-24T17:57:31.473Z Compiling rustls-webpki v0.101.7
17172024-01-24T17:57:31.504Z Running `/home/build/.rustup/toolchains/1.74.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=db250e62a7bd9631 -C extra-filename=-db250e62a7bd9631 --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-3a486ebe7244ab62.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
17182024-01-24T17:57:31.841Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17192024-01-24T17:57:31.848Z Compiling backtrace v0.3.69
17202024-01-24T17:57:31.851Z Running `/home/build/.rustup/toolchains/1.74.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=dddf8e6c36f92b93 -C extra-filename=-dddf8e6c36f92b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-01-24T17:57:32.040Z Compiling crossbeam-utils v0.8.16
17222024-01-24T17:57:32.079Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-01-24T17:57:32.371Z Compiling gimli v0.28.0
17242024-01-24T17:57:32.375Z Running `/home/build/.rustup/toolchains/1.74.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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:57:32.648Z Compiling unicode-xid v0.2.4
17262024-01-24T17:57:32.651Z Running `/home/build/.rustup/toolchains/1.74.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=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-01-24T17:57:32.706Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93/build-script-build`
17282024-01-24T17:57:32.753Z Compiling object v0.32.1
17292024-01-24T17:57:32.788Z Running `/home/build/.rustup/toolchains/1.74.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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17302024-01-24T17:57:32.807Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
17312024-01-24T17:57:32.855Z Compiling encoding_rs v0.8.33
17322024-01-24T17:57:32.861Z Running `/home/build/.rustup/toolchains/1.74.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-01-24T17:57:32.913Z Compiling rustc-demangle v0.1.23
17342024-01-24T17:57:32.917Z Running `/home/build/.rustup/toolchains/1.74.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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-01-24T17:57:33.571Z Compiling anyhow v1.0.75
17362024-01-24T17:57:33.575Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-01-24T17:57:33.831Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=bbb5132e521ef90c -C extra-filename=-bbb5132e521ef90c --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-3f3f31ed33cce9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-01-24T17:57:34.503Z Compiling sct v0.7.0
17392024-01-24T17:57:34.523Z Running `/home/build/.rustup/toolchains/1.74.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=218b7876738679b2 -C extra-filename=-218b7876738679b2 --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-a1b6eeacb3871e46.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
17402024-01-24T17:57:34.588Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
17412024-01-24T17:57:34.730Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-01-24T17:57:34.849Z Running `/home/build/.rustup/toolchains/1.74.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=0ad605307619fb24 -C extra-filename=-0ad605307619fb24 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-db250e62a7bd9631.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-218b7876738679b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
17432024-01-24T17:57:34.990Z Compiling utf8parse v0.2.1
17442024-01-24T17:57:35.023Z Running `/home/build/.rustup/toolchains/1.74.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=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-01-24T17:57:35.273Z Compiling crc32fast v1.3.2
17462024-01-24T17:57:35.287Z Running `/home/build/.rustup/toolchains/1.74.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=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17472024-01-24T17:57:36.290Z Compiling slog v2.7.0
17482024-01-24T17:57:36.312Z Running `/home/build/.rustup/toolchains/1.74.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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-01-24T17:57:36.737Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
17502024-01-24T17:57:36.805Z Compiling rustls-pemfile v1.0.3
17512024-01-24T17:57:36.808Z Running `/home/build/.rustup/toolchains/1.74.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=a82cf625c5179fd3 -C extra-filename=-a82cf625c5179fd3 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-01-24T17:57:36.839Z Compiling base64ct v1.6.0
17532024-01-24T17:57:36.842Z Running `/home/build/.rustup/toolchains/1.74.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=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-01-24T17:57:37.239Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
17552024-01-24T17:57:37.348Z Compiling webpki-roots v0.25.2
17562024-01-24T17:57:37.370Z Running `/home/build/.rustup/toolchains/1.74.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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:57:37.442Z Running `/home/build/.rustup/toolchains/1.74.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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/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`
17582024-01-24T17:57:37.608Z Running `/home/build/.rustup/toolchains/1.74.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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
17592024-01-24T17:57:37.879Z Compiling io-lifetimes v1.0.11
17602024-01-24T17:57:37.883Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-01-24T17:57:38.160Z Compiling rustversion v1.0.14
17622024-01-24T17:57:38.163Z Running `/home/build/.rustup/toolchains/1.74.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=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-01-24T17:57:38.790Z Compiling anstyle v1.0.2
17642024-01-24T17:57:38.793Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-01-24T17:57:38.978Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build`
17662024-01-24T17:57:39.364Z Compiling num-integer v0.1.45
17672024-01-24T17:57:39.445Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-01-24T17:57:39.448Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
17692024-01-24T17:57:39.491Z Compiling addr2line v0.21.0
17702024-01-24T17:57:39.518Z Running `/home/build/.rustup/toolchains/1.74.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=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-01-24T17:57:39.524Z Compiling rustix v0.37.23
17722024-01-24T17:57:39.524Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-01-24T17:57:39.968Z Compiling time-core v0.1.1
17742024-01-24T17:57:39.999Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:57:40.255Z Compiling time-macros v0.2.13
17762024-01-24T17:57:40.280Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-01-24T17:57:40.552Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build`
17782024-01-24T17:57:40.589Z Running `/home/build/.rustup/toolchains/1.74.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=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --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`
17792024-01-24T17:57:40.696Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build`
17802024-01-24T17:57:40.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=63c4cffcb5672a28 -C extra-filename=-63c4cffcb5672a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
17812024-01-24T17:57:40.893Z Compiling pem-rfc7468 v0.7.0
17822024-01-24T17:57:40.894Z Running `/home/build/.rustup/toolchains/1.74.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=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-01-24T17:57:41.003Z Compiling synstructure v0.12.6
17842024-01-24T17:57:41.007Z Running `/home/build/.rustup/toolchains/1.74.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=a4bc9f6eb9eb2574 -C extra-filename=-a4bc9f6eb9eb2574 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17852024-01-24T17:57:41.174Z Compiling futures-executor v0.3.30
17862024-01-24T17:57:41.178Z Running `/home/build/.rustup/toolchains/1.74.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=2e5a29c29805e28f -C extra-filename=-2e5a29c29805e28f --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-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-01-24T17:57:42.171Z Compiling pest_meta v2.7.2
17882024-01-24T17:57:42.174Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=301df22dc94cdb86 -C extra-filename=-301df22dc94cdb86 --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-776261007e47061b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-01-24T17:57:42.229Z Compiling der_derive v0.7.2
17902024-01-24T17:57:42.266Z Running `/home/build/.rustup/toolchains/1.74.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=2487c37a4d7b0fa2 -C extra-filename=-2487c37a4d7b0fa2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-01-24T17:57:43.413Z Running `/home/build/.rustup/toolchains/1.74.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=0ef1a01fccdf4b46 -C extra-filename=-0ef1a01fccdf4b46 --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-01-24T17:57:44.040Z Compiling bytes v1.5.0
17932024-01-24T17:57:44.047Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f330c6a80382bd7c -C extra-filename=-f330c6a80382bd7c --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-01-24T17:57:44.098Z Compiling bitflags v2.4.0
17952024-01-24T17:57:44.132Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=9eb20d7fca4b492d -C extra-filename=-9eb20d7fca4b492d --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-01-24T17:57:44.357Z Running `/home/build/.rustup/toolchains/1.74.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.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=56211de996b66a0b -C extra-filename=-56211de996b66a0b --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
17972024-01-24T17:57:44.783Z Compiling indexmap v2.1.0
17982024-01-24T17:57:44.811Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c943ba830b137e7e -C extra-filename=-c943ba830b137e7e --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f0335255f70f2164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-01-24T17:57:46.528Z Compiling tokio v1.35.1
18002024-01-24T17:57:46.529Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/lib.rs --error-format=json --json=diagnostic-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=001e2d05e03417dd -C extra-filename=-001e2d05e03417dd --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-f330c6a80382bd7c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-b2be53810e5075d2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-d9e8afe8c017ead0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-01-24T17:57:46.531Z Compiling chrono v0.4.31
18022024-01-24T17:57:46.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=19af4405c7685bad -C extra-filename=-19af4405c7685bad --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-01-24T17:57:46.976Z Compiling uuid v1.6.1
18042024-01-24T17:57:46.985Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=15741305ea5ab4a2 -C extra-filename=-15741305ea5ab4a2 --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-0404c7768b906e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18052024-01-24T17:57:47.092Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=7705a8053629c355 -C extra-filename=-7705a8053629c355 --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-9eb20d7fca4b492d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18062024-01-24T17:57:49.596Z Compiling http v0.2.11
18072024-01-24T17:57:49.621Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=c017b73f3a0cdcd8 -C extra-filename=-c017b73f3a0cdcd8 --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-f330c6a80382bd7c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-01-24T17:57:49.664Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=de71bbc1c906c6cb -C extra-filename=-de71bbc1c906c6cb --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-01-24T17:57:49.762Z Compiling toml_datetime v0.6.5
18102024-01-24T17:57:49.766Z Running `/home/build/.rustup/toolchains/1.74.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=67a21e8197fc46f9 -C extra-filename=-67a21e8197fc46f9 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-01-24T17:57:50.282Z Running `/home/build/.rustup/toolchains/1.74.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="uuid1"' -C metadata=2caa0a955fc64ed9 -C extra-filename=-2caa0a955fc64ed9 --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-f330c6a80382bd7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-6428cf4d60dbb493.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18122024-01-24T17:57:50.489Z Compiling serde_spanned v0.6.4
18132024-01-24T17:57:50.493Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=989a855cc0e67a7d -C extra-filename=-989a855cc0e67a7d --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18142024-01-24T17:57:50.766Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c97780b25910d897 -C extra-filename=-c97780b25910d897 --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-9eb20d7fca4b492d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-a99055ae0b1dbc14.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.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`
18152024-01-24T17:57:50.867Z Compiling toml_edit v0.19.15
18162024-01-24T17:57:50.871Z Running `/home/build/.rustup/toolchains/1.74.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=0ace68b599eb7d55 -C extra-filename=-0ace68b599eb7d55 --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-c943ba830b137e7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-989a855cc0e67a7d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-01-24T17:57:50.907Z Compiling serde_urlencoded v0.7.1
18182024-01-24T17:57:50.911Z Running `/home/build/.rustup/toolchains/1.74.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=fe35645c79c4b11d -C extra-filename=-fe35645c79c4b11d --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-01-24T17:57:51.794Z Compiling openapiv3 v2.0.0
18202024-01-24T17:57:51.798Z Running `/home/build/.rustup/toolchains/1.74.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=86af8c07f51e3ace -C extra-filename=-86af8c07f51e3ace --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-c943ba830b137e7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-01-24T17:57:52.170Z Compiling http-body v0.4.5
18222024-01-24T17:57:52.184Z Running `/home/build/.rustup/toolchains/1.74.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=7a0cb8c699bc4291 -C extra-filename=-7a0cb8c699bc4291 --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-f330c6a80382bd7c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-01-24T17:57:52.891Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=630139d359f9182e -C extra-filename=-630139d359f9182e --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-0ef1a01fccdf4b46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-01-24T17:57:53.018Z Compiling rustc_version v0.4.0
18252024-01-24T17:57:53.031Z Running `/home/build/.rustup/toolchains/1.74.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=479f274cfc1ece21 -C extra-filename=-479f274cfc1ece21 --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-de71bbc1c906c6cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-01-24T17:57:53.916Z Compiling hex v0.4.3
18272024-01-24T17:57:53.920Z Running `/home/build/.rustup/toolchains/1.74.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=9a2559a08d4b9450 -C extra-filename=-9a2559a08d4b9450 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-01-24T17:57:54.265Z Compiling unicode-segmentation v1.10.1
18292024-01-24T17:57:54.287Z Running `/home/build/.rustup/toolchains/1.74.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-01-24T17:57:54.594Z Compiling num_threads v0.1.6
18312024-01-24T17:57:54.598Z Running `/home/build/.rustup/toolchains/1.74.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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-01-24T17:57:54.793Z Compiling flagset v0.4.3
18332024-01-24T17:57:54.803Z Running `/home/build/.rustup/toolchains/1.74.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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-01-24T17:57:54.943Z Compiling deranged v0.3.8
18352024-01-24T17:57:54.953Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-01-24T17:57:55.130Z Compiling der v0.7.8
18372024-01-24T17:57:55.149Z Running `/home/build/.rustup/toolchains/1.74.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=bf493eafd3b323b0 -C extra-filename=-bf493eafd3b323b0 --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2487c37a4d7b0fa2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-01-24T17:57:55.761Z Compiling pest_generator v2.7.2
18392024-01-24T17:57:56.180Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=df84062e8cb7dccd -C extra-filename=-df84062e8cb7dccd --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-776261007e47061b.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-301df22dc94cdb86.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-01-24T17:57:57.038Z Compiling zerocopy-derive v0.2.0
18412024-01-24T17:57:57.053Z Running `/home/build/.rustup/toolchains/1.74.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=6e2b1fefe622db34 -C extra-filename=-6e2b1fefe622db34 --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-71ee4d0da25619ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-a4bc9f6eb9eb2574.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-01-24T17:57:57.965Z Compiling time v0.3.27
18432024-01-24T17:57:57.974Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=669ce683fdc86f01 -C extra-filename=-669ce683fdc86f01 --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-01-24T17:57:59.294Z Compiling tokio-util v0.7.10
18452024-01-24T17:57:59.308Z Running `/home/build/.rustup/toolchains/1.74.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=7f088374fddd247a -C extra-filename=-7f088374fddd247a --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-f330c6a80382bd7c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-01-24T17:58:00.378Z Compiling tokio-rustls v0.24.1
18472024-01-24T17:58:00.413Z Running `/home/build/.rustup/toolchains/1.74.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=fd754138e22213d3 -C extra-filename=-fd754138e22213d3 --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-0ad605307619fb24.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
18482024-01-24T17:58:00.793Z Running `/home/build/.rustup/toolchains/1.74.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=a6e0a46eb2b103de -C extra-filename=-a6e0a46eb2b103de --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.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`
18492024-01-24T17:58:00.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6524826703a70ac9 -C extra-filename=-6524826703a70ac9 --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-63c4cffcb5672a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18502024-01-24T17:58:01.105Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
18512024-01-24T17:58:01.831Z Compiling h2 v0.3.24
18522024-01-24T17:58:01.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f414342bbc1132d7 -C extra-filename=-f414342bbc1132d7 --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-f330c6a80382bd7c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18532024-01-24T17:58:02.000Z Compiling tokio-native-tls v0.3.1
18542024-01-24T17:58:02.003Z Running `/home/build/.rustup/toolchains/1.74.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=9631175f0d5c9122 -C extra-filename=-9631175f0d5c9122 --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-a6e0a46eb2b103de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
18552024-01-24T17:58:02.422Z Compiling flate2 v1.0.28
18562024-01-24T17:58:02.426Z Running `/home/build/.rustup/toolchains/1.74.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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-01-24T17:58:02.485Z Compiling anstyle-parse v0.2.1
18582024-01-24T17:58:02.528Z Running `/home/build/.rustup/toolchains/1.74.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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18592024-01-24T17:58:03.043Z Compiling anstyle-query v1.0.0
18602024-01-24T17:58:03.046Z Running `/home/build/.rustup/toolchains/1.74.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=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-01-24T17:58:03.256Z Compiling colorchoice v1.0.0
18622024-01-24T17:58:03.265Z Running `/home/build/.rustup/toolchains/1.74.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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-01-24T17:58:03.370Z Compiling siphasher v0.3.11
18642024-01-24T17:58:03.403Z Running `/home/build/.rustup/toolchains/1.74.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=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:03.525Z Compiling anstream v0.5.0
18662024-01-24T17:58:03.530Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-01-24T17:58:04.028Z Compiling terminal_size v0.2.6
18682024-01-24T17:58:04.032Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40c1ea29a9e13e33 -C extra-filename=-40c1ea29a9e13e33 --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-6524826703a70ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-01-24T17:58:04.081Z Compiling zerocopy v0.3.0
18702024-01-24T17:58:04.085Z Running `/home/build/.rustup/toolchains/1.74.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=b712261f2627302b -C extra-filename=-b712261f2627302b --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6e2b1fefe622db34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-01-24T17:58:04.337Z Compiling pest_derive v2.7.2
18722024-01-24T17:58:04.747Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=70ad31cedd436bfd -C extra-filename=-70ad31cedd436bfd --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-776261007e47061b.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-df84062e8cb7dccd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-01-24T17:58:04.751Z Compiling spki v0.7.2
18742024-01-24T17:58:04.751Z Running `/home/build/.rustup/toolchains/1.74.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=737465ad39d0a1ed -C extra-filename=-737465ad39d0a1ed --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-bf493eafd3b323b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-01-24T17:58:04.758Z Compiling futures v0.3.30
18762024-01-24T17:58:04.758Z Running `/home/build/.rustup/toolchains/1.74.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=c21ecd57664edbf3 -C extra-filename=-c21ecd57664edbf3 --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-01-24T17:58:04.848Z Compiling memoffset v0.9.0
18782024-01-24T17:58:04.872Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-01-24T17:58:05.221Z Compiling usdt-impl v0.3.5
18802024-01-24T17:58:05.235Z Running `/home/build/.rustup/toolchains/1.74.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=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18812024-01-24T17:58:05.370Z Compiling clap_lex v0.5.1
18822024-01-24T17:58:05.411Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:05.458Z Compiling bit-vec v0.6.3
18842024-01-24T17:58:05.458Z Running `/home/build/.rustup/toolchains/1.74.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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:05.501Z Compiling stable_deref_trait v1.2.0
18862024-01-24T17:58:05.516Z Running `/home/build/.rustup/toolchains/1.74.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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:06.798Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
18882024-01-24T17:58:06.798Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
18892024-01-24T17:58:06.798Z Compiling clap_builder v4.4.2
18902024-01-24T17:58:06.798Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=9d29b6baa6bc9a3b -C extra-filename=-9d29b6baa6bc9a3b --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-40c1ea29a9e13e33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-01-24T17:58:06.802Z Compiling dtrace-parser v0.1.14
18922024-01-24T17:58:06.802Z Running `/home/build/.rustup/toolchains/1.74.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=1491bd1ec14f821e -C extra-filename=-1491bd1ec14f821e --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-776261007e47061b.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-70ad31cedd436bfd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-01-24T17:58:06.802Z Compiling dof v0.1.5
18942024-01-24T17:58:06.802Z Running `/home/build/.rustup/toolchains/1.74.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=855fe812e99a4112 -C extra-filename=-855fe812e99a4112 --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-39f1521536167e1a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b712261f2627302b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-01-24T17:58:06.802Z Compiling toml v0.7.8
18962024-01-24T17:58:06.802Z Running `/home/build/.rustup/toolchains/1.74.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=14acef0c772255d5 -C extra-filename=-14acef0c772255d5 --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-bbb5132e521ef90c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-989a855cc0e67a7d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0ace68b599eb7d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-01-24T17:58:06.802Z Compiling toml_edit v0.21.0
18982024-01-24T17:58:06.802Z Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=0de2cde2d569c651 -C extra-filename=-0de2cde2d569c651 --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-c943ba830b137e7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-989a855cc0e67a7d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-01-24T17:58:07.188Z Compiling clap_derive v4.4.2
19002024-01-24T17:58:07.194Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c0bbbe9f3d756ad1 -C extra-filename=-c0bbbe9f3d756ad1 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-01-24T17:58:07.725Z Compiling thread-id v4.2.0
19022024-01-24T17:58:07.734Z Running `/home/build/.rustup/toolchains/1.74.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=d10efd05e810885b -C extra-filename=-d10efd05e810885b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-01-24T17:58:07.902Z Compiling crossbeam-epoch v0.9.15
19042024-01-24T17:58:07.930Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-01-24T17:58:08.769Z Compiling data-encoding v2.4.0
19062024-01-24T17:58:08.775Z Running `/home/build/.rustup/toolchains/1.74.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-01-24T17:58:09.185Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
19082024-01-24T17:58:09.371Z Running `/home/build/.rustup/toolchains/1.74.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=36ac632f8285dae2 -C extra-filename=-36ac632f8285dae2 --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-855fe812e99a4112.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1491bd1ec14f821e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d10efd05e810885b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
19092024-01-24T17:58:09.588Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --out-dir /work/oxidecomputer/omicron/target/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 --cfg stable_const`
19102024-01-24T17:58:09.770Z Compiling pkcs8 v0.10.2
19112024-01-24T17:58:09.774Z Running `/home/build/.rustup/toolchains/1.74.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=3c7a0b1f20625620 -C extra-filename=-3c7a0b1f20625620 --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-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-01-24T17:58:10.724Z Compiling serde_tokenstream v0.1.7
19132024-01-24T17:58:10.728Z Running `/home/build/.rustup/toolchains/1.74.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=5ddb09fdb3317bb7 -C extra-filename=-5ddb09fdb3317bb7 --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-71ee4d0da25619ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-01-24T17:58:11.658Z Compiling strum_macros v0.25.2
19152024-01-24T17:58:11.661Z Running `/home/build/.rustup/toolchains/1.74.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=a42bd8afcc69c082 -C extra-filename=-a42bd8afcc69c082 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-01-24T17:58:11.914Z Compiling zerocopy-derive v0.6.4
19172024-01-24T17:58:11.919Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2565838f41f9ca3f -C extra-filename=-2565838f41f9ca3f --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-01-24T17:58:12.368Z Compiling itertools v0.10.5
19192024-01-24T17:58:12.373Z Running `/home/build/.rustup/toolchains/1.74.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=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-01-24T17:58:12.848Z Compiling num-iter v0.1.43
19212024-01-24T17:58:12.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19222024-01-24T17:58:13.577Z Compiling hyper v0.14.27
19232024-01-24T17:58:13.851Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=0f9924476dfc457b -C extra-filename=-0f9924476dfc457b --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-f330c6a80382bd7c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f414342bbc1132d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a0cb8c699bc4291.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-01-24T17:58:16.325Z Compiling managed v0.8.0
19252024-01-24T17:58:16.325Z Running `/home/build/.rustup/toolchains/1.74.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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:16.743Z Compiling clap v4.4.3
19272024-01-24T17:58:16.743Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=b80335d8da9eb430 -C extra-filename=-b80335d8da9eb430 --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-9d29b6baa6bc9a3b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c0bbbe9f3d756ad1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-01-24T17:58:16.792Z Compiling fixedbitset v0.4.2
19292024-01-24T17:58:16.792Z Running `/home/build/.rustup/toolchains/1.74.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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-01-24T17:58:17.506Z Compiling signal-hook v0.3.17
19312024-01-24T17:58:17.993Z Running `/home/build/.rustup/toolchains/1.74.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=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19322024-01-24T17:58:17.993Z Compiling petgraph v0.6.4
19332024-01-24T17:58:17.993Z Running `/home/build/.rustup/toolchains/1.74.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=c093c1e5e1e76ff6 -C extra-filename=-c093c1e5e1e76ff6 --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-01-24T17:58:17.993Z Compiling zerocopy v0.6.4
19352024-01-24T17:58:17.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93b428b3b632602f -C extra-filename=-93b428b3b632602f --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2565838f41f9ca3f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-01-24T17:58:17.993Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
19372024-01-24T17:58:17.994Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
19382024-01-24T17:58:18.253Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-01-24T17:58:19.308Z Compiling bit-set v0.5.3
19402024-01-24T17:58:20.010Z Running `/home/build/.rustup/toolchains/1.74.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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-01-24T17:58:20.010Z Compiling phf_shared v0.10.0
19422024-01-24T17:58:20.010Z Running `/home/build/.rustup/toolchains/1.74.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=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-01-24T17:58:20.010Z Compiling ipnetwork v0.20.0
19442024-01-24T17:58:20.010Z Running `/home/build/.rustup/toolchains/1.74.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=e721e405448591eb -C extra-filename=-e721e405448591eb --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-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-01-24T17:58:20.047Z Compiling sha2 v0.10.8
19462024-01-24T17:58:20.048Z Running `/home/build/.rustup/toolchains/1.74.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=74ac8a7266ded6e8 -C extra-filename=-74ac8a7266ded6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-01-24T17:58:20.393Z Compiling new_debug_unreachable v1.0.4
19482024-01-24T17:58:20.393Z Running `/home/build/.rustup/toolchains/1.74.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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-01-24T17:58:20.393Z Compiling precomputed-hash v0.1.1
19502024-01-24T17:58:20.393Z Running `/home/build/.rustup/toolchains/1.74.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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-01-24T17:58:20.393Z Compiling minimal-lexical v0.2.1
19522024-01-24T17:58:20.394Z Running `/home/build/.rustup/toolchains/1.74.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=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-01-24T17:58:20.985Z Compiling string_cache v0.8.7
19542024-01-24T17:58:20.985Z Running `/home/build/.rustup/toolchains/1.74.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=ea52b7d040012c9b -C extra-filename=-ea52b7d040012c9b --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-01-24T17:58:20.985Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28`
19562024-01-24T17:58:21.265Z Running `/home/build/.rustup/toolchains/1.74.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=a7c8c56f1e9fd121 -C extra-filename=-a7c8c56f1e9fd121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-01-24T17:58:21.266Z Compiling usdt-attr-macro v0.3.5
19582024-01-24T17:58:21.266Z Running `/home/build/.rustup/toolchains/1.74.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=93ecf37880b14a58 -C extra-filename=-93ecf37880b14a58 --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5ddb09fdb3317bb7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-36ac632f8285dae2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-01-24T17:58:21.308Z Compiling nom v7.1.3
19602024-01-24T17:58:21.308Z Running `/home/build/.rustup/toolchains/1.74.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=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-01-24T17:58:21.308Z Compiling usdt-macro v0.3.5
19622024-01-24T17:58:21.308Z Running `/home/build/.rustup/toolchains/1.74.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=081d0b2ded77899e -C extra-filename=-081d0b2ded77899e --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5ddb09fdb3317bb7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-36ac632f8285dae2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-01-24T17:58:22.217Z Compiling hmac v0.12.1
19642024-01-24T17:58:22.299Z Running `/home/build/.rustup/toolchains/1.74.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=5553209348ffce43 -C extra-filename=-5553209348ffce43 --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-098a84d07964159a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-01-24T17:58:41.621Z Compiling bzip2-sys v0.1.11+1.0.8
19662024-01-24T17:58:41.621Z Running `/home/build/.rustup/toolchains/1.74.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=f0bd49df7daf2b08 -C extra-filename=-f0bd49df7daf2b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-01-24T17:58:41.622Z Compiling doc-comment v0.3.3
19682024-01-24T17:58:41.622Z Running `/home/build/.rustup/toolchains/1.74.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=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-01-24T17:58:41.622Z Compiling heapless v0.7.16
19702024-01-24T17:58:41.622Z Running `/home/build/.rustup/toolchains/1.74.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=c336c97b83f2d318 -C extra-filename=-c336c97b83f2d318 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-c336c97b83f2d318 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-479f274cfc1ece21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-01-24T17:58:41.622Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08/build-script-build`
19722024-01-24T17:58:41.622Z Compiling usdt v0.3.5
19732024-01-24T17:58:41.622Z Running `/home/build/.rustup/toolchains/1.74.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=5a9ce6e0eb093df6 -C extra-filename=-5a9ce6e0eb093df6 --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-1491bd1ec14f821e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-93ecf37880b14a58.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-36ac632f8285dae2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-081d0b2ded77899e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-01-24T17:58:41.622Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
19752024-01-24T17:58:41.622Z Compiling pin-project-internal v1.1.3
19762024-01-24T17:58:41.622Z Running `/home/build/.rustup/toolchains/1.74.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=a4dee13c559955d3 -C extra-filename=-a4dee13c559955d3 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-01-24T17:58:41.622Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19782024-01-24T17:58:41.622Z Running `/home/build/.rustup/toolchains/1.74.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=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-01-24T17:58:41.628Z Compiling lalrpop-util v0.19.12
19802024-01-24T17:58:41.628Z Running `/home/build/.rustup/toolchains/1.74.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=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-01-24T17:58:41.628Z Compiling regex-automata v0.1.10
19822024-01-24T17:58:41.628Z Running `/home/build/.rustup/toolchains/1.74.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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-01-24T17:58:41.628Z Compiling matches v0.1.10
19842024-01-24T17:58:41.628Z Running `/home/build/.rustup/toolchains/1.74.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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-01-24T17:58:41.628Z Running `/home/build/.rustup/toolchains/1.74.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=f41510f67d0ae9ef -C extra-filename=-f41510f67d0ae9ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.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-0363be87c905e536/out/lib -l static=bz2`
19862024-01-24T17:58:41.628Z Compiling idna v0.2.3
19872024-01-24T17:58:41.629Z Running `/home/build/.rustup/toolchains/1.74.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=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-01-24T17:58:41.629Z Compiling bstr v0.2.17
19892024-01-24T17:58:41.629Z Running `/home/build/.rustup/toolchains/1.74.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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-01-24T17:58:41.629Z Compiling hyper-tls v0.5.0
19912024-01-24T17:58:41.629Z Running `/home/build/.rustup/toolchains/1.74.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=d55b6d741a43850e -C extra-filename=-d55b6d741a43850e --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-f330c6a80382bd7c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a6e0a46eb2b103de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9631175f0d5c9122.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19922024-01-24T17:58:41.629Z Compiling hyper-rustls v0.24.2
19932024-01-24T17:58:41.629Z Running `/home/build/.rustup/toolchains/1.74.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=114c4c1f96b176f3 -C extra-filename=-114c4c1f96b176f3 --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fd754138e22213d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
19942024-01-24T17:58:41.629Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
19952024-01-24T17:58:41.629Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-c336c97b83f2d318/build-script-build`
19962024-01-24T17:58:42.997Z Compiling reqwest v0.11.22
19972024-01-24T17:58:42.998Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=11a80715c1a0ba09 -C extra-filename=-11a80715c1a0ba09 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f414342bbc1132d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-7a0cb8c699bc4291.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-114c4c1f96b176f3.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-d55b6d741a43850e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a6e0a46eb2b103de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a82cf625c5179fd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-9631175f0d5c9122.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fd754138e22213d3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
19982024-01-24T17:58:43.371Z Running `/home/build/.rustup/toolchains/1.74.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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-01-24T17:58:43.371Z Compiling signal-hook-mio v0.2.3
20002024-01-24T17:58:43.371Z Running `/home/build/.rustup/toolchains/1.74.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=0cee8f234e4adae3 -C extra-filename=-0cee8f234e4adae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-01-24T17:58:43.371Z Compiling block-padding v0.3.3
20022024-01-24T17:58:43.371Z Running `/home/build/.rustup/toolchains/1.74.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=c9c5c61376f9f115 -C extra-filename=-c9c5c61376f9f115 --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-293859237790d0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-01-24T17:58:43.371Z Compiling enum-as-inner v0.5.1
20042024-01-24T17:58:43.371Z Running `/home/build/.rustup/toolchains/1.74.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=00ef148ed3c98d15 -C extra-filename=-00ef148ed3c98d15 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-01-24T17:58:43.371Z Compiling diesel_table_macro_syntax v0.1.0
20062024-01-24T17:58:43.371Z Running `/home/build/.rustup/toolchains/1.74.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=6e4762b391953155 -C extra-filename=-6e4762b391953155 --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-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-01-24T17:58:43.375Z Compiling scheduled-thread-pool v0.2.7
20082024-01-24T17:58:43.375Z Running `/home/build/.rustup/toolchains/1.74.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=62e6c19147fca4ef -C extra-filename=-62e6c19147fca4ef --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-aee7eb93d952742f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-01-24T17:58:43.375Z Compiling hash32 v0.2.1
20102024-01-24T17:58:43.376Z Running `/home/build/.rustup/toolchains/1.74.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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-01-24T17:58:43.376Z Compiling num-bigint v0.4.4
20122024-01-24T17:58:43.376Z Running `/home/build/.rustup/toolchains/1.74.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=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-01-24T17:58:43.376Z Compiling static_assertions v1.1.0
20142024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-01-24T17:58:43.377Z Compiling smoltcp v0.9.1
20162024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.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=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-01-24T17:58:43.377Z Compiling regex-automata v0.3.8
20182024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-01-24T17:58:43.377Z Compiling predicates-core v1.0.6
20202024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.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=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20212024-01-24T17:58:43.377Z Compiling trust-dns-proto v0.22.0
20222024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.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=2e745b3f8431406e -C extra-filename=-2e745b3f8431406e --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-2ef3d8409111332a.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-01-24T17:58:43.377Z Running `/home/build/.rustup/toolchains/1.74.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=c5f980ec3699dd59 -C extra-filename=-c5f980ec3699dd59 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
20242024-01-24T17:58:43.377Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
20252024-01-24T17:58:43.378Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20262024-01-24T17:58:43.379Z Compiling r2d2 v0.8.10
20272024-01-24T17:58:43.380Z Running `/home/build/.rustup/toolchains/1.74.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=e7af36b2f3f41786 -C extra-filename=-e7af36b2f3f41786 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-62e6c19147fca4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-01-24T17:58:43.380Z Compiling pin-project v1.1.3
20292024-01-24T17:58:43.380Z Running `/home/build/.rustup/toolchains/1.74.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=eb1e71e977cb5743 -C extra-filename=-eb1e71e977cb5743 --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-a4dee13c559955d3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-01-24T17:58:43.380Z Compiling diesel_derives v2.1.2
20312024-01-24T17:58:43.380Z Running `/home/build/.rustup/toolchains/1.74.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=ab0b1138fb77991a -C extra-filename=-ab0b1138fb77991a --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-6e4762b391953155.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-01-24T17:58:43.380Z Compiling inout v0.1.3
20332024-01-24T17:58:43.381Z Running `/home/build/.rustup/toolchains/1.74.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=ffae7e649762a29d -C extra-filename=-ffae7e649762a29d --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-c9c5c61376f9f115.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-01-24T17:58:43.381Z Running `/home/build/.rustup/toolchains/1.74.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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --out-dir /work/oxidecomputer/omicron/target/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`
20352024-01-24T17:58:43.382Z Compiling crossterm v0.27.0
20362024-01-24T17:58:43.382Z Running `/home/build/.rustup/toolchains/1.74.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=d91c0ba1a08543dd -C extra-filename=-d91c0ba1a08543dd --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-9eb20d7fca4b492d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-0cee8f234e4adae3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-01-24T17:58:43.382Z Compiling bzip2 v0.4.4
20382024-01-24T17:58:43.382Z Running `/home/build/.rustup/toolchains/1.74.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=7cdb34d422734d66 -C extra-filename=-7cdb34d422734d66 --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-f41510f67d0ae9ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.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-0363be87c905e536/out/lib`
20392024-01-24T17:58:43.383Z Compiling md-5 v0.10.5
20402024-01-24T17:58:43.384Z Running `/home/build/.rustup/toolchains/1.74.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=ccd7a32ad8d043a9 -C extra-filename=-ccd7a32ad8d043a9 --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-098a84d07964159a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-01-24T17:58:43.384Z Compiling bstr v1.6.0
20422024-01-24T17:58:43.384Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-01-24T17:58:43.384Z Compiling hubpack_derive v0.1.1
20442024-01-24T17:58:43.384Z Running `/home/build/.rustup/toolchains/1.74.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=0563dee018a3bc68 -C extra-filename=-0563dee018a3bc68 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-01-24T17:58:43.387Z Compiling snafu-derive v0.7.5
20462024-01-24T17:58:43.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=5195312e4cc5703c -C extra-filename=-5195312e4cc5703c --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-01-24T17:58:43.387Z Compiling console v0.15.8
20482024-01-24T17:58:43.387Z Running `/home/build/.rustup/toolchains/1.74.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=5e14df9aa3579516 -C extra-filename=-5e14df9aa3579516 --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-01-24T17:58:43.387Z Compiling stringprep v0.1.3
20502024-01-24T17:58:43.387Z Running `/home/build/.rustup/toolchains/1.74.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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-01-24T17:58:43.388Z Compiling ff v0.13.0
20522024-01-24T17:58:43.388Z Running `/home/build/.rustup/toolchains/1.74.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=55b34ee6c43ae463 -C extra-filename=-55b34ee6c43ae463 --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-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-01-24T17:58:43.388Z Compiling float-cmp v0.9.0
20542024-01-24T17:58:43.388Z Running `/home/build/.rustup/toolchains/1.74.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=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-01-24T17:58:43.388Z Compiling normalize-line-endings v0.3.0
20562024-01-24T17:58:43.388Z Running `/home/build/.rustup/toolchains/1.74.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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-01-24T17:58:43.389Z Compiling fallible-iterator v0.2.0
20582024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:43.389Z Compiling difflib v0.4.0
20602024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:43.389Z Compiling base16ct v0.2.0
20622024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:58:43.389Z Compiling predicates v3.1.0
20642024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=d097575204250cf4 -C extra-filename=-d097575204250cf4 --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-01-24T17:58:43.389Z Compiling postgres-protocol v0.6.6
20662024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=ac4cf83fe27cfe48 -C extra-filename=-ac4cf83fe27cfe48 --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-64492b43562e8960.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ccd7a32ad8d043a9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-01-24T17:58:43.389Z Compiling sec1 v0.7.3
20682024-01-24T17:58:43.389Z Running `/home/build/.rustup/toolchains/1.74.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=0d969a25ba0b1c7e -C extra-filename=-0d969a25ba0b1c7e --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-01-24T17:58:43.390Z Compiling group v0.13.0
20702024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=5d8fd96594c20530 -C extra-filename=-5d8fd96594c20530 --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-55b34ee6c43ae463.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-01-24T17:58:43.390Z Compiling hubpack v0.1.2
20722024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=dd7935dcdfd7cf0f -C extra-filename=-dd7935dcdfd7cf0f --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-0563dee018a3bc68.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-01-24T17:58:43.390Z Compiling zip v0.6.6
20742024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=47055d131dc991f3 -C extra-filename=-47055d131dc991f3 --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7cdb34d422734d66.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.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-0363be87c905e536/out/lib`
20752024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=10660ccf09fc089a -C extra-filename=-10660ccf09fc089a --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c5f980ec3699dd59.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20762024-01-24T17:58:43.390Z Compiling cipher v0.4.4
20772024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=464c14e3646e4b42 -C extra-filename=-464c14e3646e4b42 --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-bc9d6b1a6c03ad4b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=56f3a8f0dbe9956d -C extra-filename=-56f3a8f0dbe9956d --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.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`
20792024-01-24T17:58:43.390Z Compiling similar v2.3.0
20802024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-01-24T17:58:43.390Z Compiling hkdf v0.12.4
20822024-01-24T17:58:43.390Z Running `/home/build/.rustup/toolchains/1.74.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=99f0cc142149875c -C extra-filename=-99f0cc142149875c --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-5553209348ffce43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-01-24T17:58:43.390Z Compiling phf_shared v0.11.2
20842024-01-24T17:58:43.391Z Running `/home/build/.rustup/toolchains/1.74.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=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-01-24T17:58:43.392Z Compiling crypto-bigint v0.5.2
20862024-01-24T17:58:43.392Z Running `/home/build/.rustup/toolchains/1.74.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=90cf653d25075931 -C extra-filename=-90cf653d25075931 --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-01-24T17:58:43.392Z Compiling snafu v0.7.5
20882024-01-24T17:58:43.392Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=464c3b73e7236c93 -C extra-filename=-464c3b73e7236c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5195312e4cc5703c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-01-24T17:58:43.393Z Compiling serde_repr v0.1.16
20902024-01-24T17:58:43.393Z Running `/home/build/.rustup/toolchains/1.74.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=b973d1b1aef5a8a5 -C extra-filename=-b973d1b1aef5a8a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-01-24T17:58:43.393Z Compiling phf v0.11.2
20922024-01-24T17:58:43.393Z Running `/home/build/.rustup/toolchains/1.74.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=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-01-24T17:58:43.538Z Compiling yasna v0.5.2
20942024-01-24T17:58:43.538Z Running `/home/build/.rustup/toolchains/1.74.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=e585ed2c467540bb -C extra-filename=-e585ed2c467540bb --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-01-24T17:58:43.538Z Compiling postgres-types v0.2.6
20962024-01-24T17:58:43.538Z Compiling whoami v1.4.1
20972024-01-24T17:58:43.538Z Running `/home/build/.rustup/toolchains/1.74.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=d14137bf474a2d3d -C extra-filename=-d14137bf474a2d3d --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-f330c6a80382bd7c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-ac4cf83fe27cfe48.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20982024-01-24T17:58:43.538Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-01-24T17:58:43.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21002024-01-24T17:58:43.874Z Running `/home/build/.rustup/toolchains/1.74.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=a8dce2a06c108a43 -C extra-filename=-a8dce2a06c108a43 --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-dd7935dcdfd7cf0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-b973d1b1aef5a8a5.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-10660ccf09fc089a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-01-24T17:58:44.225Z Compiling tokio-stream v0.1.14
21022024-01-24T17:58:44.231Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=1c4c4ff8d24fd6ae -C extra-filename=-1c4c4ff8d24fd6ae --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-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-01-24T17:58:45.812Z Compiling elliptic-curve v0.13.8
21042024-01-24T17:58:45.850Z Running `/home/build/.rustup/toolchains/1.74.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=6b1c2940db0b2fdc -C extra-filename=-6b1c2940db0b2fdc --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-90cf653d25075931.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d969a25ba0b1c7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-01-24T17:58:45.850Z Compiling tokio-postgres v0.7.10
21062024-01-24T17:58:45.858Z Running `/home/build/.rustup/toolchains/1.74.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=b5b0e0e8d1afae0f -C extra-filename=-b5b0e0e8d1afae0f --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-2ef3d8409111332a.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-ac4cf83fe27cfe48.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d14137bf474a2d3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-01-24T17:58:46.549Z Compiling serde_tokenstream v0.2.0
21082024-01-24T17:58:46.557Z Running `/home/build/.rustup/toolchains/1.74.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=8800a54136a8e09f -C extra-filename=-8800a54136a8e09f --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-01-24T17:58:47.134Z Compiling regress v0.7.1
21102024-01-24T17:58:47.141Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=51b191ee83324b72 -C extra-filename=-51b191ee83324b72 --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-d55d6e4697367108.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-01-24T17:58:47.235Z Compiling getopts v0.2.21
21122024-01-24T17:58:47.240Z Running `/home/build/.rustup/toolchains/1.74.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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-01-24T17:58:47.461Z Compiling unsafe-libyaml v0.2.10
21142024-01-24T17:58:47.467Z Running `/home/build/.rustup/toolchains/1.74.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=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-01-24T17:58:49.035Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21162024-01-24T17:58:49.039Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=7c6bad2b6fea9ca8 -C extra-filename=-7c6bad2b6fea9ca8 --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-f330c6a80382bd7c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
21172024-01-24T17:58:49.712Z Compiling fastrand v2.0.0
21182024-01-24T17:58:49.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-01-24T17:58:50.613Z Compiling serde_yaml v0.9.25
21202024-01-24T17:58:51.033Z Running `/home/build/.rustup/toolchains/1.74.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=4062d3ee6e3dbbcc -C extra-filename=-4062d3ee6e3dbbcc --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-c943ba830b137e7e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-01-24T17:58:51.037Z Compiling tempfile v3.9.0
21222024-01-24T17:58:51.037Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=073ba3aba3496df3 -C extra-filename=-073ba3aba3496df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7705a8053629c355.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-01-24T17:58:51.052Z Compiling dirs-sys-next v0.1.2
21242024-01-24T17:58:51.055Z Running `/home/build/.rustup/toolchains/1.74.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=b1395140b603132d -C extra-filename=-b1395140b603132d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-01-24T17:58:52.124Z Compiling dirs-next v2.0.0
21262024-01-24T17:58:52.128Z Running `/home/build/.rustup/toolchains/1.74.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=2f34d113fa6b2dd3 -C extra-filename=-2f34d113fa6b2dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-b1395140b603132d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-01-24T17:58:52.326Z Compiling toml v0.8.8
21282024-01-24T17:58:52.332Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="display"' --cfg 'feature="parse"' -C metadata=dbb6510e2fe43538 -C extra-filename=-dbb6510e2fe43538 --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-bbb5132e521ef90c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-989a855cc0e67a7d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-01-24T17:58:52.419Z Compiling ident_case v1.0.1
21302024-01-24T17:58:52.423Z Running `/home/build/.rustup/toolchains/1.74.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=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-01-24T17:58:52.708Z Compiling term v0.7.0
21322024-01-24T17:58:52.714Z Running `/home/build/.rustup/toolchains/1.74.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=6a9714dafe5130d1 -C extra-filename=-6a9714dafe5130d1 --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-2f34d113fa6b2dd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-01-24T17:58:53.820Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21342024-01-24T17:58:53.826Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=93ff6fba576e8cb3 -C extra-filename=-93ff6fba576e8cb3 --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-01-24T17:58:54.494Z Compiling match_cfg v0.1.0
21362024-01-24T17:58:54.498Z Running `/home/build/.rustup/toolchains/1.74.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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-01-24T17:58:54.650Z Compiling camino v1.1.6
21382024-01-24T17:58:54.661Z Running `/home/build/.rustup/toolchains/1.74.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=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-01-24T17:58:56.212Z Compiling hostname v0.3.1
21402024-01-24T17:58:56.238Z Compiling rustls-pki-types v1.1.0
21412024-01-24T17:58:56.238Z Running `/home/build/.rustup/toolchains/1.74.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=39848b3a4263f74c -C extra-filename=-39848b3a4263f74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-01-24T17:58:56.238Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eeccc4e3c9bdc54b -C extra-filename=-eeccc4e3c9bdc54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-01-24T17:58:56.238Z Compiling quick-error v1.2.3
21442024-01-24T17:58:56.238Z Running `/home/build/.rustup/toolchains/1.74.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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-01-24T17:58:56.246Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
21462024-01-24T17:58:56.247Z Compiling atty v0.2.14
21472024-01-24T17:58:56.247Z Running `/home/build/.rustup/toolchains/1.74.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=fed362899b4e2bd7 -C extra-filename=-fed362899b4e2bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-01-24T17:58:56.247Z Running `/home/build/.rustup/toolchains/1.74.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=079cd341a2bbb95f -C extra-filename=-079cd341a2bbb95f --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-bbb5132e521ef90c.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`
21492024-01-24T17:58:56.248Z Compiling paste v1.0.14
21502024-01-24T17:58:56.248Z Running `/home/build/.rustup/toolchains/1.74.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=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-01-24T17:58:56.390Z Compiling crossbeam-channel v0.5.8
21522024-01-24T17:58:56.435Z Running `/home/build/.rustup/toolchains/1.74.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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-01-24T17:58:56.532Z Compiling sha1 v0.10.6
21542024-01-24T17:58:56.536Z Running `/home/build/.rustup/toolchains/1.74.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=c72172416b9847c1 -C extra-filename=-c72172416b9847c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552024-01-24T17:58:56.593Z Compiling rustls v0.22.2
21562024-01-24T17:58:56.596Z Running `/home/build/.rustup/toolchains/1.74.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=fd391898a2e69fd1 -C extra-filename=-fd391898a2e69fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-01-24T17:58:57.056Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
21582024-01-24T17:58:57.152Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1/build-script-build`
21592024-01-24T17:58:57.255Z Running `/home/build/.rustup/toolchains/1.74.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=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --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`
21602024-01-24T17:58:57.267Z Compiling rustls-webpki v0.102.1
21612024-01-24T17:58:57.268Z Running `/home/build/.rustup/toolchains/1.74.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=446dd1b05e4e7b7d -C extra-filename=-446dd1b05e4e7b7d --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-3a486ebe7244ab62.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
21622024-01-24T17:58:57.269Z Compiling thread_local v1.1.7
21632024-01-24T17:58:57.304Z Running `/home/build/.rustup/toolchains/1.74.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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-01-24T17:58:57.637Z Compiling instant v0.1.12
21652024-01-24T17:58:57.641Z Running `/home/build/.rustup/toolchains/1.74.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=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-01-24T17:58:57.876Z Compiling slog-async v2.8.0
21672024-01-24T17:58:57.887Z Running `/home/build/.rustup/toolchains/1.74.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=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-01-24T17:58:57.944Z Compiling rustls-pemfile v2.0.0
21692024-01-24T17:58:58.018Z Running `/home/build/.rustup/toolchains/1.74.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.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=2d52e8b8bf19ea0f -C extra-filename=-2d52e8b8bf19ea0f --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-64492b43562e8960.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-01-24T17:58:58.174Z Compiling multer v3.0.0
21712024-01-24T17:58:58.177Z Running `/home/build/.rustup/toolchains/1.74.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=805d3ae66b726d7e -C extra-filename=-805d3ae66b726d7e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-01-24T17:58:58.212Z Compiling diesel v2.1.4
21732024-01-24T17:58:58.230Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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 --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=ee5d007f49d6d292 -C extra-filename=-ee5d007f49d6d292 --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-9eb20d7fca4b492d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ab0b1138fb77991a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-e7af36b2f3f41786.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
21742024-01-24T17:58:58.310Z Compiling take_mut v0.2.2
21752024-01-24T17:58:58.314Z Running `/home/build/.rustup/toolchains/1.74.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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-01-24T17:58:58.563Z Compiling debug-ignore v1.0.5
21772024-01-24T17:58:58.572Z Running `/home/build/.rustup/toolchains/1.74.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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-01-24T17:58:58.651Z Running `/home/build/.rustup/toolchains/1.74.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=2c31f8ebc9efc1a9 -C extra-filename=-2c31f8ebc9efc1a9 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-446dd1b05e4e7b7d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
21792024-01-24T17:58:58.781Z Compiling slog-term v2.9.0
21802024-01-24T17:58:58.784Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e/build-script-build`
21812024-01-24T17:58:58.784Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1313c0d8c09cf74 -C extra-filename=-d1313c0d8c09cf74 --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-fed362899b4e2bd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-01-24T17:58:58.845Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
21832024-01-24T17:58:58.914Z Compiling darling_core v0.20.3
21842024-01-24T17:58:58.917Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=7e547cd6a77cbc9d -C extra-filename=-7e547cd6a77cbc9d --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-01-24T17:58:58.993Z Running `/home/build/.rustup/toolchains/1.74.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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
21862024-01-24T17:58:59.362Z Compiling slog-json v2.6.1
21872024-01-24T17:58:59.367Z Running `/home/build/.rustup/toolchains/1.74.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=ef8028e931015119 -C extra-filename=-ef8028e931015119 --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-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-01-24T17:58:59.953Z Compiling http v1.0.0
21892024-01-24T17:58:59.971Z Running `/home/build/.rustup/toolchains/1.74.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=b33c7f44e548fdd8 -C extra-filename=-b33c7f44e548fdd8 --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-f330c6a80382bd7c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-01-24T17:59:00.796Z Compiling async-stream-impl v0.3.5
21912024-01-24T17:59:00.814Z Running `/home/build/.rustup/toolchains/1.74.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=bb0201a2e5e40974 -C extra-filename=-bb0201a2e5e40974 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-01-24T17:59:00.839Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
21932024-01-24T17:59:00.886Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-01-24T17:59:01.103Z Compiling atomic-waker v1.1.1
21952024-01-24T17:59:01.111Z Running `/home/build/.rustup/toolchains/1.74.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=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:59:01.843Z Compiling waitgroup v0.1.2
21972024-01-24T17:59:01.864Z Running `/home/build/.rustup/toolchains/1.74.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=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-01-24T17:59:01.864Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
21992024-01-24T17:59:01.864Z Compiling slog-bunyan v2.5.0
22002024-01-24T17:59:01.865Z Running `/home/build/.rustup/toolchains/1.74.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=7ad72f9b2180d594 -C extra-filename=-7ad72f9b2180d594 --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-39848b3a4263f74c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ef8028e931015119.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-01-24T17:59:01.865Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22022024-01-24T17:59:01.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=43a54447da25f493 -C extra-filename=-43a54447da25f493 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-01-24T17:59:01.918Z Compiling serde_path_to_error v0.1.15
22042024-01-24T17:59:01.927Z Running `/home/build/.rustup/toolchains/1.74.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.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=dfda74f941e3e6af -C extra-filename=-dfda74f941e3e6af --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-01-24T17:59:03.346Z Running `/home/build/.rustup/toolchains/1.74.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=11400a69a4d47f0c -C extra-filename=-11400a69a4d47f0c --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-f330c6a80382bd7c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b33c7f44e548fdd8.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-01-24T17:59:03.439Z Compiling async-stream v0.3.5
22072024-01-24T17:59:03.444Z Running `/home/build/.rustup/toolchains/1.74.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=ead50cdd7e2ae7f3 -C extra-filename=-ead50cdd7e2ae7f3 --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-bb0201a2e5e40974.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-01-24T17:59:03.941Z Compiling strum v0.25.0
22092024-01-24T17:59:03.976Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=1109241962057dec -C extra-filename=-1109241962057dec --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-a42bd8afcc69c082.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-01-24T17:59:04.220Z Compiling structmeta-derive v0.2.0
22112024-01-24T17:59:04.242Z Running `/home/build/.rustup/toolchains/1.74.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=69c9d94723588349 -C extra-filename=-69c9d94723588349 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-01-24T17:59:04.365Z Compiling wait-timeout v0.2.0
22132024-01-24T17:59:04.369Z Running `/home/build/.rustup/toolchains/1.74.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=6994f79223f2cbd5 -C extra-filename=-6994f79223f2cbd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-01-24T17:59:05.280Z Compiling rusty-fork v0.3.0
22152024-01-24T17:59:05.283Z Running `/home/build/.rustup/toolchains/1.74.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=409f1d584b06645f -C extra-filename=-409f1d584b06645f --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-01-24T17:59:05.312Z Compiling rand_xorshift v0.3.0
22172024-01-24T17:59:05.357Z Running `/home/build/.rustup/toolchains/1.74.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=950c208c76eddda3 -C extra-filename=-950c208c76eddda3 --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-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-01-24T17:59:05.808Z Compiling tokio-rustls v0.25.0
22192024-01-24T17:59:05.812Z Running `/home/build/.rustup/toolchains/1.74.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=4db2bee2b20b7b54 -C extra-filename=-4db2bee2b20b7b54 --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-2c31f8ebc9efc1a9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
22202024-01-24T17:59:05.838Z Compiling regex-syntax v0.7.5
22212024-01-24T17:59:05.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-01-24T17:59:06.549Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=0e7ef460b46300aa -C extra-filename=-0e7ef460b46300aa --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-ead50cdd7e2ae7f3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-43a54447da25f493.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-39848b3a4263f74c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-11400a69a4d47f0c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-dfda74f941e3e6af.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7ad72f9b2180d594.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ef8028e931015119.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4db2bee2b20b7b54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
22232024-01-24T17:59:06.638Z Compiling unarray v0.1.4
22242024-01-24T17:59:06.660Z Running `/home/build/.rustup/toolchains/1.74.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=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-01-24T17:59:06.889Z Compiling proptest v1.4.0
22262024-01-24T17:59:06.898Z Running `/home/build/.rustup/toolchains/1.74.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=e38f99cb5ec0d1de -C extra-filename=-e38f99cb5ec0d1de --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9eb20d7fca4b492d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-950c208c76eddda3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-409f1d584b06645f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-01-24T17:59:09.397Z Compiling darling_macro v0.20.3
22282024-01-24T17:59:09.401Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1afde420bd5ff068 -C extra-filename=-1afde420bd5ff068 --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-7e547cd6a77cbc9d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-01-24T17:59:09.877Z Compiling structmeta v0.2.0
22302024-01-24T17:59:09.883Z Running `/home/build/.rustup/toolchains/1.74.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=3827815eeb2eb351 -C extra-filename=-3827815eeb2eb351 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-69c9d94723588349.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-01-24T17:59:10.544Z Compiling backoff v0.4.0
22322024-01-24T17:59:10.553Z Running `/home/build/.rustup/toolchains/1.74.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=256d7e2f9540dc42 -C extra-filename=-256d7e2f9540dc42 --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-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-01-24T17:59:11.120Z Compiling test-strategy v0.3.1
22342024-01-24T17:59:11.125Z Running `/home/build/.rustup/toolchains/1.74.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=942493d6afb74a22 -C extra-filename=-942493d6afb74a22 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-01-24T17:59:11.468Z Compiling darling v0.20.3
22362024-01-24T17:59:11.487Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=f1365d9b5e9fea6c -C extra-filename=-f1365d9b5e9fea6c --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-7e547cd6a77cbc9d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1afde420bd5ff068.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-01-24T17:59:11.657Z Compiling serde_with_macros v3.4.0
22382024-01-24T17:59:11.660Z Running `/home/build/.rustup/toolchains/1.74.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.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=e9d06907e9c79f5b -C extra-filename=-e9d06907e9c79f5b --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-f1365d9b5e9fea6c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-01-24T17:59:16.550Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22402024-01-24T17:59:16.554Z Running `/home/build/.rustup/toolchains/1.74.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=7479e66e94582fe0 -C extra-filename=-7479e66e94582fe0 --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-9a2559a08d4b9450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-01-24T17:59:16.596Z Compiling serde_with v3.4.0
22422024-01-24T17:59:16.600Z Running `/home/build/.rustup/toolchains/1.74.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.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="macros"' --cfg 'feature="std"' -C metadata=f2ee53a2cb7ec53c -C extra-filename=-f2ee53a2cb7ec53c --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-bbb5132e521ef90c.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e9d06907e9c79f5b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-01-24T17:59:16.807Z Compiling macaddr v1.0.1
22442024-01-24T17:59:16.813Z Running `/home/build/.rustup/toolchains/1.74.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=be0c30097f6e3cb5 -C extra-filename=-be0c30097f6e3cb5 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-01-24T17:59:17.602Z Compiling camino-tempfile v1.1.1
22462024-01-24T17:59:17.612Z Running `/home/build/.rustup/toolchains/1.74.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=8c37b13341bb3b68 -C extra-filename=-8c37b13341bb3b68 --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-079cd341a2bbb95f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-01-24T17:59:17.729Z Compiling parse-display-derive v0.8.2
22482024-01-24T17:59:17.766Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=f4ba71be4b43a06c -C extra-filename=-f4ba71be4b43a06c --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-01-24T17:59:18.324Z Compiling is-terminal v0.4.9
22502024-01-24T17:59:18.339Z Running `/home/build/.rustup/toolchains/1.74.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=9585d6bcb984cbaa -C extra-filename=-9585d6bcb984cbaa --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-7705a8053629c355.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-01-24T17:59:18.506Z Compiling same-file v1.0.6
22522024-01-24T17:59:18.525Z Running `/home/build/.rustup/toolchains/1.74.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=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:59:18.528Z Compiling proc-macro-error-attr v1.0.4
22542024-01-24T17:59:18.532Z Running `/home/build/.rustup/toolchains/1.74.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=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-01-24T17:59:18.889Z Compiling walkdir v2.4.0
22562024-01-24T17:59:18.894Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-01-24T17:59:19.145Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
22582024-01-24T17:59:19.265Z Compiling proc-macro-error v1.0.4
22592024-01-24T17:59:19.273Z Running `/home/build/.rustup/toolchains/1.74.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=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-01-24T17:59:19.874Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
22612024-01-24T17:59:20.111Z Running `/home/build/.rustup/toolchains/1.74.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=a65fac4fe6d7e0a5 -C extra-filename=-a65fac4fe6d7e0a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-01-24T17:59:20.313Z Compiling xattr v1.0.1
22632024-01-24T17:59:20.322Z Running `/home/build/.rustup/toolchains/1.74.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=0db6b032d6ea8eb6 -C extra-filename=-0db6b032d6ea8eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-01-24T17:59:20.344Z Compiling filetime v0.2.23
22652024-01-24T17:59:20.372Z Running `/home/build/.rustup/toolchains/1.74.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=22693fcd42416a9b -C extra-filename=-22693fcd42416a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-01-24T17:59:20.720Z Compiling tar v0.4.40
22672024-01-24T17:59:20.723Z Running `/home/build/.rustup/toolchains/1.74.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=60ec22e42775f3c6 -C extra-filename=-60ec22e42775f3c6 --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-22693fcd42416a9b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-0db6b032d6ea8eb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-01-24T17:59:20.877Z Compiling termtree v0.4.1
22692024-01-24T17:59:20.921Z Running `/home/build/.rustup/toolchains/1.74.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=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-01-24T17:59:21.298Z Compiling predicates-tree v1.0.9
22712024-01-24T17:59:21.302Z Running `/home/build/.rustup/toolchains/1.74.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=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-01-24T17:59:21.710Z Running `/home/build/.rustup/toolchains/1.74.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=4aee7789a7204eaf -C extra-filename=-4aee7789a7204eaf --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-a65fac4fe6d7e0a5.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
22732024-01-24T17:59:22.181Z Compiling proc-macro-crate v1.3.1
22742024-01-24T17:59:22.215Z Running `/home/build/.rustup/toolchains/1.74.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=9dce576bd1655296 -C extra-filename=-9dce576bd1655296 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0ace68b599eb7d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-01-24T17:59:22.961Z Compiling heapless v0.8.0
22762024-01-24T17:59:22.965Z Running `/home/build/.rustup/toolchains/1.74.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=032ca00bcef39cf3 -C extra-filename=-032ca00bcef39cf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-01-24T17:59:23.735Z Compiling hash32 v0.3.1
22782024-01-24T17:59:23.739Z Running `/home/build/.rustup/toolchains/1.74.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=f3e82812a85a875b -C extra-filename=-f3e82812a85a875b --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-01-24T17:59:23.999Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3/build-script-build`
22802024-01-24T17:59:24.487Z Compiling num_enum_derive v0.5.11
22812024-01-24T17:59:24.487Z Running `/home/build/.rustup/toolchains/1.74.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=b7a6a07644abe5e6 -C extra-filename=-b7a6a07644abe5e6 --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-9dce576bd1655296.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-01-24T17:59:24.496Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22832024-01-24T17:59:24.496Z Running `/home/build/.rustup/toolchains/1.74.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=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-01-24T17:59:24.496Z Compiling smoltcp v0.11.0
22852024-01-24T17:59:24.497Z Running `/home/build/.rustup/toolchains/1.74.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=7948c97bae278fef -C extra-filename=-7948c97bae278fef --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-01-24T17:59:24.497Z Running `/home/build/.rustup/toolchains/1.74.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=0eb71b76a816b909 -C extra-filename=-0eb71b76a816b909 --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-f3e82812a85a875b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-01-24T17:59:24.786Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
22882024-01-24T17:59:24.831Z Compiling crucible-workspace-hack v0.1.0
22892024-01-24T17:59:24.859Z Running `/home/build/.rustup/toolchains/1.74.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=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-01-24T17:59:25.400Z Compiling cobs v0.2.3
22912024-01-24T17:59:25.408Z Running `/home/build/.rustup/toolchains/1.74.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=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:59:25.706Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef/build-script-build`
22932024-01-24T17:59:25.753Z Compiling embedded-io v0.4.0
22942024-01-24T17:59:25.789Z Running `/home/build/.rustup/toolchains/1.74.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=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-01-24T17:59:25.797Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22962024-01-24T17:59:25.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=e97953b832fa6d81 -C extra-filename=-e97953b832fa6d81 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-93ff6fba576e8cb3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972024-01-24T17:59:26.411Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22982024-01-24T17:59:26.416Z Running `/home/build/.rustup/toolchains/1.74.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=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-01-24T17:59:26.417Z Compiling parse-display v0.8.2
23002024-01-24T17:59:26.417Z Running `/home/build/.rustup/toolchains/1.74.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.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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=9c951f70953cf1ef -C extra-filename=-9c951f70953cf1ef --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-f4ba71be4b43a06c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-01-24T17:59:26.417Z Compiling postcard v1.0.8
23022024-01-24T17:59:26.417Z Running `/home/build/.rustup/toolchains/1.74.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=55889a0d7559064e -C extra-filename=-55889a0d7559064e --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-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-01-24T17:59:26.417Z Running `/home/build/.rustup/toolchains/1.74.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=5afd63cc3a677340 -C extra-filename=-5afd63cc3a677340 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0eb71b76a816b909.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-01-24T17:59:26.417Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
23052024-01-24T17:59:26.447Z Compiling foreign-types-macros v0.2.3
23062024-01-24T17:59:26.447Z Running `/home/build/.rustup/toolchains/1.74.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=5f926005d691e74c -C extra-filename=-5f926005d691e74c --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-01-24T17:59:26.613Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
23082024-01-24T17:59:26.629Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23092024-01-24T17:59:26.635Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=5b167de2a1acb27f -C extra-filename=-5b167de2a1acb27f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-01-24T17:59:27.234Z Compiling foreign-types-shared v0.3.1
23112024-01-24T17:59:27.237Z Running `/home/build/.rustup/toolchains/1.74.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=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-01-24T17:59:27.423Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23132024-01-24T17:59:27.427Z Running `/home/build/.rustup/toolchains/1.74.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=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-01-24T17:59:27.626Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23152024-01-24T17:59:27.659Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=8ecf415fda16518a -C extra-filename=-8ecf415fda16518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-01-24T17:59:27.902Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f/build-script-build`
23172024-01-24T17:59:28.011Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
23182024-01-24T17:59:28.012Z Running `/home/build/.rustup/toolchains/1.74.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=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/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`
23192024-01-24T17:59:28.091Z Running `/home/build/.rustup/toolchains/1.74.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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/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-01-24T17:59:28.249Z Running `/home/build/.rustup/toolchains/1.74.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=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --out-dir /work/oxidecomputer/omicron/target/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`
23212024-01-24T17:59:28.280Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23222024-01-24T17:59:28.280Z Running `/home/build/.rustup/toolchains/1.74.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=a5464232b0fb28d3 -C extra-filename=-a5464232b0fb28d3 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-01-24T17:59:28.568Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23242024-01-24T17:59:28.572Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=445c654fbfbedc70 -C extra-filename=-445c654fbfbedc70 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-01-24T17:59:28.918Z Compiling foreign-types v0.5.0
23262024-01-24T17:59:28.919Z Running `/home/build/.rustup/toolchains/1.74.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=9d290d22cc64a862 -C extra-filename=-9d290d22cc64a862 --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-5f926005d691e74c.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-01-24T17:59:29.064Z Compiling num_enum v0.5.11
23282024-01-24T17:59:29.071Z Running `/home/build/.rustup/toolchains/1.74.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=bdc976e7884c4246 -C extra-filename=-bdc976e7884c4246 --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-b7a6a07644abe5e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-01-24T17:59:29.101Z Compiling cstr-argument v0.1.2
23302024-01-24T17:59:29.110Z Running `/home/build/.rustup/toolchains/1.74.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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-01-24T17:59:29.312Z Compiling pretty-hex v0.2.1
23322024-01-24T17:59:29.315Z Running `/home/build/.rustup/toolchains/1.74.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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-01-24T17:59:29.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23342024-01-24T17:59:29.522Z Running `/home/build/.rustup/toolchains/1.74.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=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-01-24T17:59:29.610Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23362024-01-24T17:59:29.614Z Running `/home/build/.rustup/toolchains/1.74.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=f0ef2f5d10bc3bef -C extra-filename=-f0ef2f5d10bc3bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bdc976e7884c4246.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-01-24T17:59:29.987Z Running `/home/build/.rustup/toolchains/1.74.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=1e009e83e9f49f2b -C extra-filename=-1e009e83e9f49f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a5464232b0fb28d3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
23382024-01-24T17:59:30.095Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
23392024-01-24T17:59:30.144Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402024-01-24T17:59:30.147Z Running `/home/build/.rustup/toolchains/1.74.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=82070b8565defc0e -C extra-filename=-82070b8565defc0e --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9d290d22cc64a862.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412024-01-24T17:59:30.191Z Compiling colored v2.0.4
23422024-01-24T17:59:30.194Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9833e1d82e58ce29 -C extra-filename=-9833e1d82e58ce29 --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-9585d6bcb984cbaa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-01-24T17:59:30.227Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23442024-01-24T17:59:30.257Z Running `/home/build/.rustup/toolchains/1.74.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=305a3b0da76da73f -C extra-filename=-305a3b0da76da73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-01-24T17:59:30.378Z Compiling zone_cfg_derive v0.3.0
23462024-01-24T17:59:30.911Z Running `/home/build/.rustup/toolchains/1.74.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.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=6c27379c05eff07e -C extra-filename=-6c27379c05eff07e --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-01-24T17:59:30.920Z Running `/home/build/.rustup/toolchains/1.74.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=482b60cc90c2e278 -C extra-filename=-482b60cc90c2e278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-9833e1d82e58ce29.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f0ef2f5d10bc3bef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bdc976e7884c4246.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-82070b8565defc0e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-1e009e83e9f49f2b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
23482024-01-24T17:59:31.129Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
23492024-01-24T17:59:31.134Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=0a234d9cb49653f2 -C extra-filename=-0a234d9cb49653f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-01-24T17:59:31.467Z Compiling num-derive v0.4.0
23512024-01-24T17:59:31.506Z Running `/home/build/.rustup/toolchains/1.74.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=7621227bb2a4d8b5 -C extra-filename=-7621227bb2a4d8b5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-01-24T17:59:31.876Z Compiling mockall_derive v0.12.0
23532024-01-24T17:59:31.880Z Running `/home/build/.rustup/toolchains/1.74.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.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=0a901d1431ff5367 -C extra-filename=-0a901d1431ff5367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-01-24T17:59:33.334Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23552024-01-24T17:59:33.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=0363548e689682e1 -C extra-filename=-0363548e689682e1 --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-8ecf415fda16518a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-55889a0d7559064e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562024-01-24T17:59:35.154Z Compiling downcast v0.11.0
23572024-01-24T17:59:35.157Z Running `/home/build/.rustup/toolchains/1.74.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=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-01-24T17:59:35.501Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23592024-01-24T17:59:35.512Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=e903b03dab5ea879 -C extra-filename=-e903b03dab5ea879 --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-93ff6fba576e8cb3.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e97953b832fa6d81.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-01-24T17:59:35.521Z Compiling fragile v2.0.0
23612024-01-24T17:59:35.563Z Running `/home/build/.rustup/toolchains/1.74.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=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-01-24T17:59:35.694Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23632024-01-24T17:59:35.698Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=3e052fe6872914ad -C extra-filename=-3e052fe6872914ad --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e903b03dab5ea879.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-01-24T17:59:35.861Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=ba783be5ad4fc65c -C extra-filename=-ba783be5ad4fc65c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-445c654fbfbedc70.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-0363548e689682e1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-55889a0d7559064e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
23652024-01-24T17:59:36.239Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23662024-01-24T17:59:36.242Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=403be6afb99b102e -C extra-filename=-403be6afb99b102e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ba783be5ad4fc65c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-305a3b0da76da73f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-01-24T17:59:36.600Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
23682024-01-24T17:59:36.629Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=93008d3e8f7a6184 -C extra-filename=-93008d3e8f7a6184 --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-7621227bb2a4d8b5.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-01-24T17:59:37.003Z Compiling zone v0.3.0
23702024-01-24T17:59:37.007Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' -C metadata=05958554c2b92fac -C extra-filename=-05958554c2b92fac --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c27379c05eff07e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-01-24T17:59:37.665Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
23722024-01-24T17:59:37.674Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=2acbbd27a1b6163e -C extra-filename=-2acbbd27a1b6163e --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-0a234d9cb49653f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-01-24T17:59:38.241Z Compiling smf v0.2.2
23742024-01-24T17:59:38.245Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e72cac7db9a599f9 -C extra-filename=-e72cac7db9a599f9 --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-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-01-24T17:59:38.356Z Compiling pem v3.0.2
23762024-01-24T17:59:38.390Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9c1463b07ede707 -C extra-filename=-e9c1463b07ede707 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-01-24T17:59:39.607Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23782024-01-24T17:59:39.611Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=0d1a710ff63d68de -C extra-filename=-0d1a710ff63d68de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-482b60cc90c2e278.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ba783be5ad4fc65c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-403be6afb99b102e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-55889a0d7559064e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-01-24T17:59:39.638Z Compiling headers-core v0.2.0
23802024-01-24T17:59:39.642Z Running `/home/build/.rustup/toolchains/1.74.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=92ec5165840f7392 -C extra-filename=-92ec5165840f7392 --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-c017b73f3a0cdcd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-01-24T17:59:39.679Z Compiling rcgen v0.12.0
23822024-01-24T17:59:39.702Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=5f9748195928ca00 -C extra-filename=-5f9748195928ca00 --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-e9c1463b07ede707.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
23832024-01-24T17:59:39.889Z Compiling headers v0.3.9
23842024-01-24T17:59:39.897Z Running `/home/build/.rustup/toolchains/1.74.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=b4b33478393acc04 -C extra-filename=-b4b33478393acc04 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-92ec5165840f7392.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-01-24T17:59:40.544Z Compiling atomicwrites v0.4.3
23862024-01-24T17:59:40.577Z Running `/home/build/.rustup/toolchains/1.74.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=bec18ccb4b8dadcd -C extra-filename=-bec18ccb4b8dadcd --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-7705a8053629c355.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-01-24T17:59:41.160Z Compiling subprocess v0.2.9
23882024-01-24T17:59:41.185Z Running `/home/build/.rustup/toolchains/1.74.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=2cbcbc06071e569a -C extra-filename=-2cbcbc06071e569a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-01-24T17:59:41.368Z Compiling linked-hash-map v0.5.6
23902024-01-24T17:59:41.417Z Running `/home/build/.rustup/toolchains/1.74.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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-01-24T17:59:42.074Z Compiling lru-cache v0.1.2
23922024-01-24T17:59:42.085Z Running `/home/build/.rustup/toolchains/1.74.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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-01-24T17:59:42.285Z Compiling itertools v0.12.0
23942024-01-24T17:59:42.290Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-01-24T17:59:43.358Z Compiling password-hash v0.5.0
23962024-01-24T17:59:43.369Z Running `/home/build/.rustup/toolchains/1.74.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=162706469340f092 -C extra-filename=-162706469340f092 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-01-24T17:59:44.072Z Compiling blake2 v0.10.6
23982024-01-24T17:59:44.075Z Running `/home/build/.rustup/toolchains/1.74.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=4cbc4b8f7247e1eb -C extra-filename=-4cbc4b8f7247e1eb --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-098a84d07964159a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-01-24T17:59:44.672Z Compiling cancel-safe-futures v0.1.5
24002024-01-24T17:59:44.681Z Running `/home/build/.rustup/toolchains/1.74.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=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-01-24T17:59:45.151Z Compiling argon2 v0.5.2
24022024-01-24T17:59:45.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=6f86fa6fcf728419 -C extra-filename=-6f86fa6fcf728419 --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4cbc4b8f7247e1eb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-162706469340f092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-01-24T17:59:45.362Z Compiling swrite v0.1.0
24042024-01-24T17:59:45.368Z Running `/home/build/.rustup/toolchains/1.74.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=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-01-24T17:59:45.548Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
24062024-01-24T17:59:45.595Z Compiling arc-swap v1.6.0
24072024-01-24T17:59:45.598Z Running `/home/build/.rustup/toolchains/1.74.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-01-24T17:59:46.644Z Compiling slog-scope v4.4.0
24092024-01-24T17:59:46.649Z Running `/home/build/.rustup/toolchains/1.74.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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-01-24T17:59:46.733Z Compiling mockall v0.12.0
24112024-01-24T17:59:46.738Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b417be544ae8718 -C extra-filename=-6b417be544ae8718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-0a901d1431ff5367.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-01-24T17:59:46.773Z Running `/home/build/.rustup/toolchains/1.74.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=1f48590fc2de5e9f -C extra-filename=-1f48590fc2de5e9f --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-01-24T17:59:47.287Z Compiling toml v0.5.11
24142024-01-24T17:59:47.296Z Running `/home/build/.rustup/toolchains/1.74.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=810a1d082a2b9ccd -C extra-filename=-810a1d082a2b9ccd --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-01-24T17:59:47.491Z Compiling slog-stdlog v4.1.1
24162024-01-24T17:59:47.504Z Running `/home/build/.rustup/toolchains/1.74.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=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-01-24T17:59:47.504Z Compiling ciborium-io v0.2.1
24182024-01-24T17:59:47.504Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=d49eee1efaa6b1db -C extra-filename=-d49eee1efaa6b1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-01-24T17:59:47.773Z Compiling half v1.8.2
24202024-01-24T17:59:47.788Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7359904ad2efc1d4 -C extra-filename=-7359904ad2efc1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-01-24T17:59:47.788Z Compiling libsw v3.3.1
24222024-01-24T17:59:47.788Z Running `/home/build/.rustup/toolchains/1.74.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=d69473aa6a82bf26 -C extra-filename=-d69473aa6a82bf26 --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-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-01-24T17:59:48.061Z Compiling slog-envlogger v2.2.0
24242024-01-24T17:59:48.070Z Running `/home/build/.rustup/toolchains/1.74.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=0c42a218ab298948 -C extra-filename=-0c42a218ab298948 --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-01-24T17:59:48.569Z Compiling derive-where v1.2.7
24262024-01-24T17:59:48.570Z Running `/home/build/.rustup/toolchains/1.74.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=ee305a31aaa4c98d -C extra-filename=-ee305a31aaa4c98d --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-01-24T17:59:48.733Z Compiling ciborium-ll v0.2.1
24282024-01-24T17:59:48.737Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68e1dd17bbdf709c -C extra-filename=-68e1dd17bbdf709c --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-d49eee1efaa6b1db.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7359904ad2efc1d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-01-24T17:59:48.924Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24302024-01-24T17:59:48.928Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=0af94f8084a98461 -C extra-filename=-0af94f8084a98461 --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-86af8c07f51e3ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3e052fe6872914ad.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-4062d3ee6e3dbbcc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-01-24T17:59:49.315Z Compiling ciborium v0.2.1
24322024-01-24T17:59:49.781Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a14c35af7a1581ae -C extra-filename=-a14c35af7a1581ae --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-d49eee1efaa6b1db.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-68e1dd17bbdf709c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-01-24T17:59:49.781Z Compiling home v0.5.5
24342024-01-24T17:59:49.781Z Running `/home/build/.rustup/toolchains/1.74.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=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-01-24T17:59:49.851Z Compiling owo-colors v3.5.0
24362024-01-24T17:59:49.868Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0c0181394299090 -C extra-filename=-a0c0181394299090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-01-24T17:59:50.486Z Compiling linear-map v1.2.0
24382024-01-24T17:59:50.489Z Running `/home/build/.rustup/toolchains/1.74.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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-01-24T17:59:51.387Z Compiling resolv-conf v0.7.0
24402024-01-24T17:59:51.387Z Running `/home/build/.rustup/toolchains/1.74.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=da4a03c8c99392de -C extra-filename=-da4a03c8c99392de --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-39848b3a4263f74c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-01-24T17:59:51.872Z Compiling trust-dns-resolver v0.22.0
24422024-01-24T17:59:51.876Z Running `/home/build/.rustup/toolchains/1.74.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=874f960a9e46c54c -C extra-filename=-874f960a9e46c54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-da4a03c8c99392de.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-01-24T17:59:52.531Z Compiling heck v0.3.3
24442024-01-24T17:59:52.536Z Running `/home/build/.rustup/toolchains/1.74.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=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-01-24T17:59:53.210Z Compiling textwrap v0.11.0
24462024-01-24T17:59:53.219Z Running `/home/build/.rustup/toolchains/1.74.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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-01-24T17:59:53.693Z Compiling strsim v0.8.0
24482024-01-24T17:59:53.696Z Running `/home/build/.rustup/toolchains/1.74.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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-01-24T17:59:54.053Z Compiling ansi_term v0.12.1
24502024-01-24T17:59:54.060Z Running `/home/build/.rustup/toolchains/1.74.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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-01-24T17:59:54.079Z Compiling libefi-sys v0.1.0
24522024-01-24T17:59:54.090Z Running `/home/build/.rustup/toolchains/1.74.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=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-01-24T17:59:54.667Z Compiling vec_map v0.8.2
24542024-01-24T17:59:54.702Z Running `/home/build/.rustup/toolchains/1.74.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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-01-24T17:59:54.779Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
24562024-01-24T17:59:54.784Z Compiling structopt-derive v0.4.18
24572024-01-24T17:59:54.784Z Running `/home/build/.rustup/toolchains/1.74.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=97ad6bddeb15414b -C extra-filename=-97ad6bddeb15414b --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582024-01-24T17:59:55.321Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
24592024-01-24T17:59:55.773Z Running `/home/build/.rustup/toolchains/1.74.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=a6f52d9e6c68463a -C extra-filename=-a6f52d9e6c68463a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-01-24T17:59:55.774Z Compiling slog-dtrace v0.2.3
24612024-01-24T17:59:55.774Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b014a69ed7c98d0 -C extra-filename=-5b014a69ed7c98d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-01-24T17:59:55.774Z Compiling clap v2.34.0
24632024-01-24T17:59:55.774Z Running `/home/build/.rustup/toolchains/1.74.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=69207c209b95e54b -C extra-filename=-69207c209b95e54b --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-01-24T17:59:55.779Z Running `/home/build/.rustup/toolchains/1.74.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=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/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`
24652024-01-24T17:59:55.779Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0/build-script-build`
24662024-01-24T17:59:55.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24672024-01-24T17:59:55.779Z Running `/home/build/.rustup/toolchains/1.74.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=f16ce26363217c0d -C extra-filename=-f16ce26363217c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bdc976e7884c4246.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-01-24T17:59:55.779Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a/build-script-build`
24692024-01-24T17:59:55.835Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7396e353f89f41ec -C extra-filename=-7396e353f89f41ec --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-19af4405c7685bad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-01-24T17:59:56.420Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24712024-01-24T17:59:56.427Z Running `/home/build/.rustup/toolchains/1.74.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=44d9e5579044bf48 -C extra-filename=-44d9e5579044bf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-01-24T17:59:56.769Z Compiling fxhash v0.2.1
24732024-01-24T17:59:56.775Z Running `/home/build/.rustup/toolchains/1.74.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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-01-24T17:59:56.847Z Compiling nibble_vec v0.1.0
24752024-01-24T17:59:56.859Z Running `/home/build/.rustup/toolchains/1.74.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=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-01-24T17:59:57.042Z Compiling termcolor v1.2.0
24772024-01-24T17:59:57.063Z Running `/home/build/.rustup/toolchains/1.74.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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-01-24T17:59:57.481Z Compiling semver v0.1.20
24792024-01-24T17:59:57.481Z Running `/home/build/.rustup/toolchains/1.74.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=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-01-24T17:59:57.481Z Compiling endian-type v0.1.2
24812024-01-24T17:59:57.481Z Running `/home/build/.rustup/toolchains/1.74.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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-01-24T17:59:57.556Z Compiling radix_trie v0.2.1
24832024-01-24T17:59:57.572Z Running `/home/build/.rustup/toolchains/1.74.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=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842024-01-24T17:59:58.247Z Compiling rustc_version v0.1.7
24852024-01-24T17:59:58.250Z Running `/home/build/.rustup/toolchains/1.74.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=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-01-24T17:59:58.459Z Compiling newline-converter v0.3.0
24872024-01-24T17:59:58.465Z Running `/home/build/.rustup/toolchains/1.74.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=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-01-24T17:59:58.679Z Compiling topological-sort v0.2.2
24892024-01-24T17:59:58.708Z Running `/home/build/.rustup/toolchains/1.74.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=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-01-24T17:59:58.741Z Compiling expectorate v1.1.0
24912024-01-24T17:59:58.757Z Running `/home/build/.rustup/toolchains/1.74.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=d3c077db9d645a7c -C extra-filename=-d3c077db9d645a7c --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-5e14df9aa3579516.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-01-24T17:59:58.981Z Compiling omicron-zone-package v0.10.1
24932024-01-24T17:59:58.991Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=ad5cb04d52d4e288 -C extra-filename=-ad5cb04d52d4e288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a1b6eeacb3871e46.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14acef0c772255d5.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
24942024-01-24T17:59:59.016Z Compiling newtype_derive v0.1.6
24952024-01-24T17:59:59.020Z Running `/home/build/.rustup/toolchains/1.74.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=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-01-24T17:59:59.059Z Compiling radium v0.7.0
24972024-01-24T17:59:59.063Z Running `/home/build/.rustup/toolchains/1.74.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=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-01-24T17:59:59.604Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
24992024-01-24T17:59:59.717Z Compiling maybe-uninit v2.0.0
25002024-01-24T17:59:59.726Z Running `/home/build/.rustup/toolchains/1.74.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=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-01-24T17:59:59.911Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
25022024-01-24T17:59:59.946Z Compiling tap v1.0.1
25032024-01-24T17:59:59.996Z Running `/home/build/.rustup/toolchains/1.74.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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-01-24T18:00:00.240Z Compiling wyz v0.5.1
25052024-01-24T18:00:00.243Z Running `/home/build/.rustup/toolchains/1.74.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=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-01-24T18:00:00.312Z Running `/home/build/.rustup/toolchains/1.74.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=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --out-dir /work/oxidecomputer/omicron/target/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`
25072024-01-24T18:00:00.650Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
25082024-01-24T18:00:00.760Z Running `/home/build/.rustup/toolchains/1.74.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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/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`
25092024-01-24T18:00:00.991Z Compiling structopt v0.3.26
25102024-01-24T18:00:01.460Z Running `/home/build/.rustup/toolchains/1.74.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=9f0f56e0f86cc67c -C extra-filename=-9f0f56e0f86cc67c --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-69207c209b95e54b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-97ad6bddeb15414b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-01-24T18:00:01.461Z Compiling semver-parser v0.10.2
25122024-01-24T18:00:01.461Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cf3eb0af6b68ace -C extra-filename=-2cf3eb0af6b68ace --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-776261007e47061b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-01-24T18:00:01.461Z Compiling funty v2.0.0
25142024-01-24T18:00:01.461Z Running `/home/build/.rustup/toolchains/1.74.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=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-01-24T18:00:01.463Z Running `/home/build/.rustup/toolchains/1.74.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=76881e4dde9aa3e6 -C extra-filename=-76881e4dde9aa3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f16ce26363217c0d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9f0f56e0f86cc67c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -l static=pci`
25162024-01-24T18:00:02.089Z Compiling num-bigint-dig v0.8.4
25172024-01-24T18:00:02.093Z Running `/home/build/.rustup/toolchains/1.74.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=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-01-24T18:00:02.672Z Compiling packed_struct v0.10.1
25192024-01-24T18:00:02.678Z Running `/home/build/.rustup/toolchains/1.74.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=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-01-24T18:00:02.742Z Compiling crc-catalog v2.2.0
25212024-01-24T18:00:03.206Z Running `/home/build/.rustup/toolchains/1.74.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-01-24T18:00:03.209Z Compiling crc v3.0.1
25232024-01-24T18:00:03.209Z Running `/home/build/.rustup/toolchains/1.74.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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-01-24T18:00:03.464Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
25252024-01-24T18:00:03.495Z Compiling bitvec v1.0.1
25262024-01-24T18:00:03.499Z Running `/home/build/.rustup/toolchains/1.74.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=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-01-24T18:00:03.537Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
25282024-01-24T18:00:03.587Z Compiling semver v0.11.0
25292024-01-24T18:00:03.602Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2122a575961c9000 -C extra-filename=-2122a575961c9000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-2cf3eb0af6b68ace.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-01-24T18:00:04.497Z Compiling steno v0.4.0
25312024-01-24T18:00:04.508Z Running `/home/build/.rustup/toolchains/1.74.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=c7354964fdbe8aeb -C extra-filename=-c7354964fdbe8aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-01-24T18:00:04.799Z Running `/home/build/.rustup/toolchains/1.74.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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --out-dir /work/oxidecomputer/omicron/target/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`
25332024-01-24T18:00:04.931Z Compiling packed_struct_codegen v0.10.1
25342024-01-24T18:00:04.936Z Running `/home/build/.rustup/toolchains/1.74.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=dacfb473efe83672 -C extra-filename=-dacfb473efe83672 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-01-24T18:00:04.962Z Compiling indexmap v1.9.3
25362024-01-24T18:00:05.013Z Running `/home/build/.rustup/toolchains/1.74.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=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-01-24T18:00:05.585Z Compiling num-rational v0.4.1
25382024-01-24T18:00:05.592Z Running `/home/build/.rustup/toolchains/1.74.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=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-01-24T18:00:06.254Z Compiling nodrop v0.1.14
25402024-01-24T18:00:06.267Z Running `/home/build/.rustup/toolchains/1.74.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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-01-24T18:00:06.873Z Compiling convert_case v0.4.0
25422024-01-24T18:00:06.895Z Running `/home/build/.rustup/toolchains/1.74.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=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-01-24T18:00:06.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25442024-01-24T18:00:06.921Z Running `/home/build/.rustup/toolchains/1.74.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=ce0fe9132545b132 -C extra-filename=-ce0fe9132545b132 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ce0fe9132545b132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c7811a1e3c94d9e9.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9eb20d7fca4b492d.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-9d29b6baa6bc9a3b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d14137bf474a2d3d.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7705a8053629c355.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ea52b7d040012c9b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14acef0c772255d5.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0ace68b599eb7d55.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25452024-01-24T18:00:07.094Z Compiling array-init v0.0.4
25462024-01-24T18:00:07.098Z Running `/home/build/.rustup/toolchains/1.74.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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-01-24T18:00:07.481Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ce0fe9132545b132/build-script-build`
25482024-01-24T18:00:07.941Z Running `/home/build/.rustup/toolchains/1.74.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=bb2c73aa6c7358a1 -C extra-filename=-bb2c73aa6c7358a1 --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-c7811a1e3c94d9e9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9eb20d7fca4b492d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-9d29b6baa6bc9a3b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d14137bf474a2d3d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7705a8053629c355.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ea52b7d040012c9b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14acef0c772255d5.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-67a21e8197fc46f9.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0ace68b599eb7d55.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25492024-01-24T18:00:07.949Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25502024-01-24T18:00:07.949Z Running `/home/build/.rustup/toolchains/1.74.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=98683cd435e04844 -C extra-filename=-98683cd435e04844 --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-bb2c73aa6c7358a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25512024-01-24T18:00:08.042Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25522024-01-24T18:00:08.047Z Running `/home/build/.rustup/toolchains/1.74.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=26fc37d71a37943b -C extra-filename=-26fc37d71a37943b --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-6f86fa6fcf728419.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25532024-01-24T18:00:08.804Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25542024-01-24T18:00:08.816Z Running `/home/build/.rustup/toolchains/1.74.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=95b8bfcde90abb59 -C extra-filename=-95b8bfcde90abb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d69473aa6a82bf26.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25552024-01-24T18:00:09.135Z Compiling derive_more v0.99.17
25562024-01-24T18:00:09.175Z Running `/home/build/.rustup/toolchains/1.74.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=5c89d35aa6685bfa -C extra-filename=-5c89d35aa6685bfa --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-01-24T18:00:09.280Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
25582024-01-24T18:00:09.724Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
25592024-01-24T18:00:09.771Z Compiling smallvec v0.6.14
25602024-01-24T18:00:09.832Z Running `/home/build/.rustup/toolchains/1.74.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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-01-24T18:00:10.003Z Compiling toolchain_find v0.2.0
25622024-01-24T18:00:10.014Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2539e5851c4e5994 -C extra-filename=-2539e5851c4e5994 --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2122a575961c9000.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-01-24T18:00:10.512Z Running `/home/build/.rustup/toolchains/1.74.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=c8b471686688e879 -C extra-filename=-c8b471686688e879 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
25642024-01-24T18:00:10.530Z Running `/home/build/.rustup/toolchains/1.74.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=3566f4f79ec83928 -C extra-filename=-3566f4f79ec83928 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dacfb473efe83672.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-01-24T18:00:10.999Z Compiling pkcs1 v0.7.5
25662024-01-24T18:00:10.999Z Running `/home/build/.rustup/toolchains/1.74.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=9e07138b996871f3 -C extra-filename=-9e07138b996871f3 --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-bf493eafd3b323b0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-01-24T18:00:11.039Z Compiling signature v2.1.0
25682024-01-24T18:00:11.039Z Running `/home/build/.rustup/toolchains/1.74.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=f2bbbd4ee1d95e56 -C extra-filename=-f2bbbd4ee1d95e56 --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-098a84d07964159a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-01-24T18:00:11.415Z Compiling bitfield v0.14.0
25702024-01-24T18:00:11.871Z Running `/home/build/.rustup/toolchains/1.74.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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-01-24T18:00:11.957Z Compiling glob v0.3.1
25722024-01-24T18:00:12.382Z Running `/home/build/.rustup/toolchains/1.74.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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-01-24T18:00:12.838Z Compiling hashbrown v0.12.3
25742024-01-24T18:00:12.838Z Running `/home/build/.rustup/toolchains/1.74.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=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-01-24T18:00:13.666Z Compiling serde-hex v0.1.0
25762024-01-24T18:00:13.671Z Running `/home/build/.rustup/toolchains/1.74.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=38af2465baf91c60 -C extra-filename=-38af2465baf91c60 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-01-24T18:00:14.238Z Running `/home/build/.rustup/toolchains/1.74.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=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
25782024-01-24T18:00:15.766Z Compiling rsa v0.9.2
25792024-01-24T18:00:15.797Z Running `/home/build/.rustup/toolchains/1.74.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=fa21e1b7cc49432f -C extra-filename=-fa21e1b7cc49432f --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-c8b471686688e879.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-9e07138b996871f3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f2bbbd4ee1d95e56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-01-24T18:00:16.373Z Compiling rustfmt-wrapper v0.2.0
25812024-01-24T18:00:16.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2d0625a488b96f2 -C extra-filename=-a2d0625a488b96f2 --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-bbb5132e521ef90c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-810a1d082a2b9ccd.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-2539e5851c4e5994.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-01-24T18:00:17.440Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25832024-01-24T18:00:17.444Z Running `/home/build/.rustup/toolchains/1.74.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=71e3abbea24daaf8 -C extra-filename=-71e3abbea24daaf8 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3566f4f79ec83928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-01-24T18:00:17.528Z Running `/home/build/.rustup/toolchains/1.74.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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
25852024-01-24T18:00:18.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25862024-01-24T18:00:18.775Z Running `/home/build/.rustup/toolchains/1.74.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=83948929f70ab159 -C extra-filename=-83948929f70ab159 --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-bb2c73aa6c7358a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25872024-01-24T18:00:20.689Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25882024-01-24T18:00:20.696Z Running `/home/build/.rustup/toolchains/1.74.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=c1993d354b18caee -C extra-filename=-c1993d354b18caee --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-01-24T18:00:21.054Z Compiling env_logger v0.10.0
25902024-01-24T18:00:21.086Z Running `/home/build/.rustup/toolchains/1.74.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=f0f649097759109b -C extra-filename=-f0f649097759109b --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-9585d6bcb984cbaa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-01-24T18:00:21.223Z Compiling x509-cert v0.2.4
25922024-01-24T18:00:21.226Z Running `/home/build/.rustup/toolchains/1.74.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=6d111b59e919d350 -C extra-filename=-6d111b59e919d350 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-01-24T18:00:22.079Z Compiling ron v0.8.1
25942024-01-24T18:00:22.085Z Running `/home/build/.rustup/toolchains/1.74.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=3b462b96a4f2179b -C extra-filename=-3b462b96a4f2179b --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-64492b43562e8960.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9eb20d7fca4b492d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-01-24T18:00:25.288Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25962024-01-24T18:00:25.409Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=d40f44b9558ba0db -C extra-filename=-d40f44b9558ba0db --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-7c6bad2b6fea9ca8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3e052fe6872914ad.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0af94f8084a98461.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
25972024-01-24T18:00:25.409Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25982024-01-24T18:00:25.409Z Running `/home/build/.rustup/toolchains/1.74.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=33429eb96ac543e1 -C extra-filename=-33429eb96ac543e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-256d7e2f9540dc42.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25992024-01-24T18:00:25.410Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002024-01-24T18:00:25.410Z Running `/home/build/.rustup/toolchains/1.74.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=ef0761b57c637100 -C extra-filename=-ef0761b57c637100 --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-19af4405c7685bad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26012024-01-24T18:00:25.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26022024-01-24T18:00:25.410Z Running `/home/build/.rustup/toolchains/1.74.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=a30f9fd02fbaf7b1 -C extra-filename=-a30f9fd02fbaf7b1 --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-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26032024-01-24T18:00:25.999Z Compiling num-complex v0.4.4
26042024-01-24T18:00:26.041Z Running `/home/build/.rustup/toolchains/1.74.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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-01-24T18:00:26.879Z Compiling crc-any v2.4.3
26062024-01-24T18:00:26.883Z Running `/home/build/.rustup/toolchains/1.74.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072024-01-24T18:00:27.204Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26082024-01-24T18:00:27.207Z Running `/home/build/.rustup/toolchains/1.74.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=bcbcaee7ed59e6d5 -C extra-filename=-bcbcaee7ed59e6d5 --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-3b462b96a4f2179b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-01-24T18:00:27.772Z Compiling num v0.4.1
26102024-01-24T18:00:27.778Z Running `/home/build/.rustup/toolchains/1.74.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=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-01-24T18:00:27.937Z Compiling object v0.30.4
26122024-01-24T18:00:27.944Z Running `/home/build/.rustup/toolchains/1.74.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=5fe9ed4054a487a1 -C extra-filename=-5fe9ed4054a487a1 --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132024-01-24T18:00:27.954Z Compiling path-slash v0.1.5
26142024-01-24T18:00:27.966Z Running `/home/build/.rustup/toolchains/1.74.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=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-01-24T18:00:28.287Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-01-24T18:00:28.304Z Running `/home/build/.rustup/toolchains/1.74.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=8d10d30cbd0617a9 -C extra-filename=-8d10d30cbd0617a9 --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-bb2c73aa6c7358a1.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26172024-01-24T18:00:28.504Z Compiling utf-8 v0.7.6
26182024-01-24T18:00:28.586Z Running `/home/build/.rustup/toolchains/1.74.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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-01-24T18:00:28.798Z Compiling buf-list v1.0.3
26202024-01-24T18:00:28.802Z Running `/home/build/.rustup/toolchains/1.74.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=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-01-24T18:00:29.055Z Compiling tungstenite v0.20.1
26222024-01-24T18:00:29.063Z Running `/home/build/.rustup/toolchains/1.74.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=dd47f0352ed1af62 -C extra-filename=-dd47f0352ed1af62 --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-01-24T18:00:29.908Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
26242024-01-24T18:00:30.024Z Compiling display-error-chain v0.2.0
26252024-01-24T18:00:30.048Z Running `/home/build/.rustup/toolchains/1.74.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=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-01-24T18:00:30.094Z Running `/home/build/.rustup/toolchains/1.74.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=b2ed2d49ec0ba90a -C extra-filename=-b2ed2d49ec0ba90a --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-f330c6a80382bd7c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
26272024-01-24T18:00:30.286Z Compiling parking_lot_core v0.8.6
26282024-01-24T18:00:30.299Z Running `/home/build/.rustup/toolchains/1.74.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=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-01-24T18:00:31.021Z Compiling tokio-tungstenite v0.20.1
26302024-01-24T18:00:31.026Z Running `/home/build/.rustup/toolchains/1.74.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=07fe2c593d5cd2f9 -C extra-filename=-07fe2c593d5cd2f9 --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-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dd47f0352ed1af62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-01-24T18:00:31.126Z Compiling keccak v0.1.4
26322024-01-24T18:00:31.163Z Running `/home/build/.rustup/toolchains/1.74.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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-01-24T18:00:31.877Z Compiling sha3 v0.10.8
26342024-01-24T18:00:31.881Z Running `/home/build/.rustup/toolchains/1.74.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=0ed79203f3b0abb3 -C extra-filename=-0ed79203f3b0abb3 --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-098a84d07964159a.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-01-24T18:00:32.718Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
26362024-01-24T18:00:32.764Z Compiling secrecy v0.8.0
26372024-01-24T18:00:32.768Z Running `/home/build/.rustup/toolchains/1.74.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=1959fc6623356475 -C extra-filename=-1959fc6623356475 --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-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-01-24T18:00:32.954Z Running `/home/build/.rustup/toolchains/1.74.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=10ff818452942b45 -C extra-filename=-10ff818452942b45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-01-24T18:00:33.203Z Compiling trust-dns-client v0.22.0
26402024-01-24T18:00:33.207Z Running `/home/build/.rustup/toolchains/1.74.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=1632187e92218f20 -C extra-filename=-1632187e92218f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-01-24T18:00:33.498Z Compiling parking_lot v0.11.2
26422024-01-24T18:00:33.503Z Running `/home/build/.rustup/toolchains/1.74.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=b59e0bc1a83e922c -C extra-filename=-b59e0bc1a83e922c --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-10ff818452942b45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-01-24T18:00:34.032Z Compiling pretty-hex v0.4.1
26442024-01-24T18:00:34.058Z Running `/home/build/.rustup/toolchains/1.74.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=c78ed4cdfb819d52 -C extra-filename=-c78ed4cdfb819d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-01-24T18:00:34.414Z Compiling sled v0.34.7
26462024-01-24T18:00:34.427Z Running `/home/build/.rustup/toolchains/1.74.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=fabc30ef8cc9c909 -C extra-filename=-fabc30ef8cc9c909 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b59e0bc1a83e922c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-01-24T18:00:34.774Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26482024-01-24T18:00:34.777Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b19fe76aaf86b1c -C extra-filename=-6b19fe76aaf86b1c --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-6b19fe76aaf86b1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a2d0625a488b96f2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
26492024-01-24T18:00:35.188Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-01-24T18:00:35.649Z Running `/home/build/.rustup/toolchains/1.74.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=b195095508500a56 -C extra-filename=-b195095508500a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-b195095508500a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a2d0625a488b96f2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
26512024-01-24T18:00:36.299Z Compiling trust-dns-server v0.22.1
26522024-01-24T18:00:36.303Z Running `/home/build/.rustup/toolchains/1.74.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=b29bc9b2f81b58a1 -C extra-filename=-b29bc9b2f81b58a1 --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-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-810a1d082a2b9ccd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-01-24T18:00:38.271Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26542024-01-24T18:00:38.276Z Running `/home/build/.rustup/toolchains/1.74.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=f89714557ef5d4b1 -C extra-filename=-f89714557ef5d4b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-01-24T18:00:38.880Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562024-01-24T18:00:38.893Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=3600b63e724f2542 -C extra-filename=-3600b63e724f2542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6b417be544ae8718.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-403be6afb99b102e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26572024-01-24T18:00:43.653Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26582024-01-24T18:00:43.656Z Running `/home/build/.rustup/toolchains/1.74.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=f8bc6f637d7fb57e -C extra-filename=-f8bc6f637d7fb57e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bec18ccb4b8dadcd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26592024-01-24T18:00:47.402Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602024-01-24T18:00:47.408Z Running `/home/build/.rustup/toolchains/1.74.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=68f6df8905687350 -C extra-filename=-68f6df8905687350 --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26612024-01-24T18:00:47.912Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26622024-01-24T18:00:47.934Z Running `/home/build/.rustup/toolchains/1.74.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=a4cbec5e1f79b4f9 -C extra-filename=-a4cbec5e1f79b4f9 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-f0f649097759109b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-71e3abbea24daaf8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3566f4f79ec83928.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa21e1b7cc49432f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-38af2465baf91c60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-01-24T18:00:48.153Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26642024-01-24T18:00:48.156Z Running `/home/build/.rustup/toolchains/1.74.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=1edc37ea4e06aeab -C extra-filename=-1edc37ea4e06aeab --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-f330c6a80382bd7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-83948929f70ab159.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26652024-01-24T18:00:48.484Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26662024-01-24T18:00:48.502Z Running `/home/build/.rustup/toolchains/1.74.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=b89d6b91837099e4 -C extra-filename=-b89d6b91837099e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26672024-01-24T18:00:54.236Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26682024-01-24T18:00:54.392Z Running `/home/build/.rustup/toolchains/1.74.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=48c34a1413272f39 -C extra-filename=-48c34a1413272f39 --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-71e3abbea24daaf8.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-a4cbec5e1f79b4f9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-5fe9ed4054a487a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa21e1b7cc49432f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-bcbcaee7ed59e6d5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14acef0c772255d5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.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-0363be87c905e536/out/lib`
26692024-01-24T18:00:54.657Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702024-01-24T18:00:54.832Z Running `/home/build/.rustup/toolchains/1.74.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=a8a5c8ded201e686 -C extra-filename=-a8a5c8ded201e686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26712024-01-24T18:01:09.841Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1/build-script-build`
26722024-01-24T18:01:09.889Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732024-01-24T18:01:09.889Z Running `/home/build/.rustup/toolchains/1.74.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=acd50c042dcdb83d -C extra-filename=-acd50c042dcdb83d --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26742024-01-24T18:01:09.889Z Compiling platforms v3.0.2
26752024-01-24T18:01:09.889Z Running `/home/build/.rustup/toolchains/1.74.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=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-01-24T18:01:09.988Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26772024-01-24T18:01:09.989Z Running `/home/build/.rustup/toolchains/1.74.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=14e9ec018df2b421 -C extra-filename=-14e9ec018df2b421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f16ce26363217c0d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-44d9e5579044bf48.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
26782024-01-24T18:01:09.990Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26792024-01-24T18:01:09.990Z Running `/home/build/.rustup/toolchains/1.74.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=f37a225ce220b4fd -C extra-filename=-f37a225ce220b4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26802024-01-24T18:01:09.990Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-b195095508500a56/build-script-build`
26812024-01-24T18:01:09.990Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-6b19fe76aaf86b1c/build-script-build`
26822024-01-24T18:01:09.990Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da62d2a105e12035 -C extra-filename=-da62d2a105e12035 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
26832024-01-24T18:01:09.991Z Running `/home/build/.rustup/toolchains/1.74.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=382c3b47d64e79d3 -C extra-filename=-382c3b47d64e79d3 --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-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26842024-01-24T18:01:09.992Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
26852024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=8b47fc77808949d9 -C extra-filename=-8b47fc77808949d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26862024-01-24T18:01:09.992Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
26872024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=dee5a8119fb3b542 -C extra-filename=-dee5a8119fb3b542 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-01-24T18:01:09.992Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26902024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=929c2e2d69e1eab9 -C extra-filename=-929c2e2d69e1eab9 --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
26912024-01-24T18:01:09.992Z Compiling globset v0.4.13
26922024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=369954cc625f5aa3 -C extra-filename=-369954cc625f5aa3 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-01-24T18:01:09.992Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26942024-01-24T18:01:09.992Z Running `/home/build/.rustup/toolchains/1.74.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=34f4fe9fdb46cd5a -C extra-filename=-34f4fe9fdb46cd5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26952024-01-24T18:01:10.574Z Compiling olpc-cjson v0.1.3
26962024-01-24T18:01:10.586Z Running `/home/build/.rustup/toolchains/1.74.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=fdf592b823526457 -C extra-filename=-fdf592b823526457 --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-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-01-24T18:01:11.156Z Compiling serde_plain v1.0.2
26982024-01-24T18:01:11.177Z Running `/home/build/.rustup/toolchains/1.74.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=d436c3cd6697785e -C extra-filename=-d436c3cd6697785e --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-01-24T18:01:11.748Z Compiling async-recursion v1.0.5
27002024-01-24T18:01:11.754Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6dfad0a1f2aeabc -C extra-filename=-c6dfad0a1f2aeabc --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-01-24T18:01:11.870Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022024-01-24T18:01:11.879Z Running `/home/build/.rustup/toolchains/1.74.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=f1294c5c104b66b7 -C extra-filename=-f1294c5c104b66b7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-01-24T18:01:13.358Z Compiling vte_generate_state_changes v0.1.1
27042024-01-24T18:01:13.365Z Running `/home/build/.rustup/toolchains/1.74.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=fa025ddce7394ad1 -C extra-filename=-fa025ddce7394ad1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-01-24T18:01:13.603Z Compiling memoffset v0.7.1
27062024-01-24T18:01:13.607Z Running `/home/build/.rustup/toolchains/1.74.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=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-01-24T18:01:13.913Z Compiling unicase v2.7.0
27082024-01-24T18:01:14.049Z Running `/home/build/.rustup/toolchains/1.74.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=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-01-24T18:01:14.218Z Compiling typed-path v0.7.0
27102024-01-24T18:01:14.225Z Running `/home/build/.rustup/toolchains/1.74.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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-01-24T18:01:14.473Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
27122024-01-24T18:01:14.603Z Compiling vte v0.11.1
27132024-01-24T18:01:14.607Z Running `/home/build/.rustup/toolchains/1.74.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=87febe1d9989598c -C extra-filename=-87febe1d9989598c --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-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-fa025ddce7394ad1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142024-01-24T18:01:14.771Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
27152024-01-24T18:01:15.010Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162024-01-24T18:01:20.457Z Running `/home/build/.rustup/toolchains/1.74.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=ce3ee4a697e2f601 -C extra-filename=-ce3ee4a697e2f601 --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-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f1294c5c104b66b7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-01-24T18:01:20.457Z Compiling curve25519-dalek v4.1.1
27182024-01-24T18:01:20.457Z Running `/home/build/.rustup/toolchains/1.74.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=cfac4eace9ef6d5f -C extra-filename=-cfac4eace9ef6d5f --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-cfac4eace9ef6d5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-479f274cfc1ece21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-01-24T18:01:20.464Z Compiling fd-lock v3.0.13
27202024-01-24T18:01:20.465Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16a451c65c7df50c -C extra-filename=-16a451c65c7df50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7705a8053629c355.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-01-24T18:01:20.465Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-cfac4eace9ef6d5f/build-script-build`
27222024-01-24T18:01:20.465Z Running `/home/build/.rustup/toolchains/1.74.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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --out-dir /work/oxidecomputer/omicron/target/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`
27232024-01-24T18:01:20.465Z Running `/home/build/.rustup/toolchains/1.74.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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --out-dir /work/oxidecomputer/omicron/target/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`
27242024-01-24T18:01:20.465Z Compiling tough v0.16.0
27252024-01-24T18:01:20.465Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=3e670d09b1355024 -C extra-filename=-3e670d09b1355024 --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-c6dfad0a1f2aeabc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-369954cc625f5aa3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-fdf592b823526457.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d436c3cd6697785e.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27262024-01-24T18:01:20.465Z Compiling strip-ansi-escapes v0.2.0
27272024-01-24T18:01:20.465Z Running `/home/build/.rustup/toolchains/1.74.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=1accdc57ec76344e -C extra-filename=-1accdc57ec76344e --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-87febe1d9989598c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-01-24T18:01:20.467Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27292024-01-24T18:01:20.468Z Running `/home/build/.rustup/toolchains/1.74.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=056fca1f96e48bcf -C extra-filename=-056fca1f96e48bcf --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-e721e405448591eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
27302024-01-24T18:01:20.468Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27312024-01-24T18:01:20.468Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d36f53e7bfa164bb -C extra-filename=-d36f53e7bfa164bb --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-d36f53e7bfa164bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-a2d0625a488b96f2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27322024-01-24T18:01:23.019Z Compiling crossbeam-deque v0.8.3
27332024-01-24T18:01:23.030Z Running `/home/build/.rustup/toolchains/1.74.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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-01-24T18:01:23.613Z Compiling universal-hash v0.5.1
27352024-01-24T18:01:23.636Z Running `/home/build/.rustup/toolchains/1.74.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=1c5a9adc6f6418c9 -C extra-filename=-1c5a9adc6f6418c9 --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-bc9d6b1a6c03ad4b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-01-24T18:01:23.947Z Compiling thiserror-impl-no-std v2.0.2
27372024-01-24T18:01:23.951Z Running `/home/build/.rustup/toolchains/1.74.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=06a9c28d4b62cec2 -C extra-filename=-06a9c28d4b62cec2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382024-01-24T18:01:24.630Z Compiling curve25519-dalek-derive v0.1.0
27392024-01-24T18:01:24.669Z Running `/home/build/.rustup/toolchains/1.74.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=171f338dedda6f25 -C extra-filename=-171f338dedda6f25 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-01-24T18:01:26.052Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27412024-01-24T18:01:26.055Z Running `/home/build/.rustup/toolchains/1.74.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=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422024-01-24T18:01:26.682Z Compiling opaque-debug v0.3.0
27432024-01-24T18:01:26.686Z Running `/home/build/.rustup/toolchains/1.74.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=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-01-24T18:01:26.856Z Compiling nu-ansi-term v0.49.0
27452024-01-24T18:01:26.867Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462024-01-24T18:01:27.666Z Compiling salty v0.2.0
27472024-01-24T18:01:27.678Z Running `/home/build/.rustup/toolchains/1.74.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=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482024-01-24T18:01:27.723Z Compiling signature v1.6.4
27492024-01-24T18:01:27.770Z Running `/home/build/.rustup/toolchains/1.74.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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-01-24T18:01:28.078Z Compiling rayon-core v1.12.0
27512024-01-24T18:01:28.081Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-01-24T18:01:28.101Z Compiling ed25519 v1.5.3
27532024-01-24T18:01:28.125Z Running `/home/build/.rustup/toolchains/1.74.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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-01-24T18:01:28.589Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
27552024-01-24T18:01:28.647Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
27562024-01-24T18:01:28.651Z Running `/home/build/.rustup/toolchains/1.74.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=a7351515c0293301 -C extra-filename=-a7351515c0293301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-171f338dedda6f25.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.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"'`
27572024-01-24T18:01:28.719Z Compiling reedline v0.28.0
27582024-01-24T18:01:28.729Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=2d213bf42739b203 -C extra-filename=-2d213bf42739b203 --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-19af4405c7685bad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-16a451c65c7df50c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-1accdc57ec76344e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-01-24T18:01:28.730Z Compiling poly1305 v0.8.0
27602024-01-24T18:01:28.730Z Running `/home/build/.rustup/toolchains/1.74.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=2f851431d105b2c7 -C extra-filename=-2f851431d105b2c7 --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-161a8fd22ed990c1.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-1c5a9adc6f6418c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-01-24T18:01:29.997Z Compiling thiserror-no-std v2.0.2
27622024-01-24T18:01:30.003Z Running `/home/build/.rustup/toolchains/1.74.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=e14725cd8197114a -C extra-filename=-e14725cd8197114a --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-06a9c28d4b62cec2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-01-24T18:01:30.195Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
27642024-01-24T18:01:30.332Z Compiling mime_guess v2.0.4
27652024-01-24T18:01:30.375Z Running `/home/build/.rustup/toolchains/1.74.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=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-01-24T18:01:32.446Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27672024-01-24T18:01:32.446Z Running `/home/build/.rustup/toolchains/1.74.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=5e7191dc44331421 -C extra-filename=-5e7191dc44331421 --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-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27682024-01-24T18:01:32.776Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27692024-01-24T18:01:32.781Z Running `/home/build/.rustup/toolchains/1.74.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=32a8d939afbff164 -C extra-filename=-32a8d939afbff164 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-01-24T18:01:36.909Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27712024-01-24T18:01:36.957Z Running `/home/build/.rustup/toolchains/1.74.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=93c0c6ca36d00284 -C extra-filename=-93c0c6ca36d00284 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-93c0c6ca36d00284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27722024-01-24T18:01:37.529Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27732024-01-24T18:01:37.532Z Running `/home/build/.rustup/toolchains/1.74.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=12c5e538a3addf2c -C extra-filename=-12c5e538a3addf2c --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-01-24T18:01:38.048Z Compiling chacha20 v0.9.1
27752024-01-24T18:01:38.051Z Running `/home/build/.rustup/toolchains/1.74.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=473d44ea6db44537 -C extra-filename=-473d44ea6db44537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-01-24T18:01:38.831Z Compiling serde-big-array v0.5.1
27772024-01-24T18:01:38.845Z Running `/home/build/.rustup/toolchains/1.74.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=f86a809bb2a75ff1 -C extra-filename=-f86a809bb2a75ff1 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-01-24T18:01:39.218Z Compiling aead v0.5.2
27792024-01-24T18:01:39.224Z Running `/home/build/.rustup/toolchains/1.74.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=c493a992f7baba5e -C extra-filename=-c493a992f7baba5e --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-bc9d6b1a6c03ad4b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-01-24T18:01:39.307Z Compiling kstat-rs v0.2.3
27812024-01-24T18:01:39.315Z Running `/home/build/.rustup/toolchains/1.74.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=24746cc2e0695558 -C extra-filename=-24746cc2e0695558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-01-24T18:01:39.774Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27832024-01-24T18:01:39.824Z Running `/home/build/.rustup/toolchains/1.74.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=eab953c2e747fee1 -C extra-filename=-eab953c2e747fee1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-01-24T18:01:40.414Z Compiling chacha20poly1305 v0.10.1
27852024-01-24T18:01:40.417Z Running `/home/build/.rustup/toolchains/1.74.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=1576e190f351d2d0 -C extra-filename=-1576e190f351d2d0 --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-c493a992f7baba5e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-473d44ea6db44537.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2f851431d105b2c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-01-24T18:01:40.783Z Running `/home/build/.rustup/toolchains/1.74.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=64e6a960789fad80 -C extra-filename=-64e6a960789fad80 --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-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-256d7e2f9540dc42.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-dd7935dcdfd7cf0f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-32a8d939afbff164.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f86a809bb2a75ff1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ea52b7d040012c9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-12c5e538a3addf2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.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-0363be87c905e536/out/lib`
27872024-01-24T18:01:41.623Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27882024-01-24T18:01:42.040Z Running `/home/build/.rustup/toolchains/1.74.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=f15b5ead0f0fe42a -C extra-filename=-f15b5ead0f0fe42a --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-eab953c2e747fee1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-01-24T18:01:42.042Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-93c0c6ca36d00284/build-script-build`
27902024-01-24T18:01:42.043Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
27912024-01-24T18:01:42.043Z Compiling vsss-rs v3.3.4
27922024-01-24T18:01:42.043Z Running `/home/build/.rustup/toolchains/1.74.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=44830c53d891e94f -C extra-filename=-44830c53d891e94f --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-a7351515c0293301.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e14725cd8197114a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-01-24T18:01:42.489Z Running `/home/build/.rustup/toolchains/1.74.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=de5bb40e293cd965 -C extra-filename=-de5bb40e293cd965 --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
27942024-01-24T18:01:42.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-01-24T18:01:43.836Z Compiling signal-hook-tokio v0.3.1
27962024-01-24T18:01:43.840Z Running `/home/build/.rustup/toolchains/1.74.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=0dc7d9f261692517 -C extra-filename=-0dc7d9f261692517 --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-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-01-24T18:01:44.132Z Compiling serde-big-array v0.4.1
27982024-01-24T18:01:44.137Z Running `/home/build/.rustup/toolchains/1.74.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=b42c08e7004b4f52 -C extra-filename=-b42c08e7004b4f52 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-01-24T18:01:44.416Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28002024-01-24T18:01:44.449Z Running `/home/build/.rustup/toolchains/1.74.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=b919632a8b296fcd -C extra-filename=-b919632a8b296fcd --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-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f15b5ead0f0fe42a.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b42c08e7004b4f52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-01-24T18:01:44.501Z Compiling rayon v1.8.0
28022024-01-24T18:01:44.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-01-24T18:01:45.424Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28042024-01-24T18:01:45.429Z Running `/home/build/.rustup/toolchains/1.74.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=9561a4fd8d8074e8 -C extra-filename=-9561a4fd8d8074e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
28052024-01-24T18:01:46.580Z Running `/home/build/.rustup/toolchains/1.74.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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-01-24T18:01:47.039Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28072024-01-24T18:01:47.043Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=25c9e7ce6ebf18ef -C extra-filename=-25c9e7ce6ebf18ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28082024-01-24T18:01:48.192Z Compiling corncobs v0.1.3
28092024-01-24T18:01:48.249Z Running `/home/build/.rustup/toolchains/1.74.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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-01-24T18:01:48.773Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28112024-01-24T18:01:48.784Z Running `/home/build/.rustup/toolchains/1.74.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=443c23e394c52b5d -C extra-filename=-443c23e394c52b5d --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f15b5ead0f0fe42a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-b919632a8b296fcd.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-01-24T18:01:49.286Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-d36f53e7bfa164bb/build-script-build`
28132024-01-24T18:01:49.473Z Running `/home/build/.rustup/toolchains/1.74.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=0c791067b22ba4e1 -C extra-filename=-0c791067b22ba4e1 --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-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-44830c53d891e94f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
28142024-01-24T18:01:49.659Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e7c6e8a518d2c8d -C extra-filename=-8e7c6e8a518d2c8d --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
28152024-01-24T18:01:50.362Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
28162024-01-24T18:01:50.367Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=46f2f316be0ac935 -C extra-filename=-46f2f316be0ac935 --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-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28172024-01-24T18:01:52.008Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182024-01-24T18:01:52.013Z Running `/home/build/.rustup/toolchains/1.74.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=005c88e36e4dba0d -C extra-filename=-005c88e36e4dba0d --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-19af4405c7685bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28192024-01-24T18:01:52.462Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
28202024-01-24T18:01:52.466Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=4b168011636f6698 -C extra-filename=-4b168011636f6698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28212024-01-24T18:01:55.642Z Compiling bytecount v0.6.3
28222024-01-24T18:01:55.678Z Running `/home/build/.rustup/toolchains/1.74.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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-01-24T18:01:55.680Z Compiling diff v0.1.13
28242024-01-24T18:01:55.680Z Running `/home/build/.rustup/toolchains/1.74.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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-01-24T18:01:55.680Z Compiling papergrid v0.10.0
28262024-01-24T18:01:55.680Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=49e1b680e4bb46be -C extra-filename=-49e1b680e4bb46be --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-01-24T18:01:55.681Z Compiling tabled_derive v0.6.0
28282024-01-24T18:01:55.681Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af5155f7df91650a -C extra-filename=-af5155f7df91650a --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-01-24T18:01:56.945Z Compiling sqlparser_derive v0.2.2
28302024-01-24T18:01:56.957Z Running `/home/build/.rustup/toolchains/1.74.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=d8247edbb4a049d4 -C extra-filename=-d8247edbb4a049d4 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-01-24T18:01:59.160Z Compiling nix v0.26.4
28322024-01-24T18:01:59.170Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=33b3a38be1b8557c -C extra-filename=-33b3a38be1b8557c --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-01-24T18:02:00.178Z Compiling unicode_categories v0.1.1
28342024-01-24T18:02:00.182Z Running `/home/build/.rustup/toolchains/1.74.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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-01-24T18:02:00.760Z Compiling sqlformat v0.2.3
28362024-01-24T18:02:00.770Z Running `/home/build/.rustup/toolchains/1.74.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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-01-24T18:02:02.114Z Compiling tabled v0.14.0
28382024-01-24T18:02:02.119Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=60fcd491cdfb06e7 -C extra-filename=-60fcd491cdfb06e7 --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-49e1b680e4bb46be.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-af5155f7df91650a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-01-24T18:02:02.375Z Compiling sqlparser v0.41.0
28402024-01-24T18:02:02.410Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.41.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=444118f865015fba -C extra-filename=-444118f865015fba --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-d8247edbb4a049d4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-01-24T18:02:04.156Z Compiling rustyline v12.0.0
28422024-01-24T18:02:04.572Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-12.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=248fae7f4e64b3ad -C extra-filename=-248fae7f4e64b3ad --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-9eb20d7fca4b492d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-16a451c65c7df50c.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-33b3a38be1b8557c.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-01-24T18:02:06.248Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442024-01-24T18:02:06.251Z Running `/home/build/.rustup/toolchains/1.74.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=0ab703a7e0c12063 -C extra-filename=-0ab703a7e0c12063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-443c23e394c52b5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
28452024-01-24T18:02:10.112Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
28462024-01-24T18:02:10.122Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=0bebbdee01da3039 -C extra-filename=-0bebbdee01da3039 --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-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-01-24T18:02:10.729Z Compiling bcs v0.1.6
28482024-01-24T18:02:10.732Z Running `/home/build/.rustup/toolchains/1.74.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=d21b16c1f2f330f6 -C extra-filename=-d21b16c1f2f330f6 --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-bbb5132e521ef90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-01-24T18:02:11.731Z Compiling prettyplease v0.2.16
28502024-01-24T18:02:11.736Z Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=902a41679263d555 -C extra-filename=-902a41679263d555 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512024-01-24T18:02:11.736Z Compiling highway v1.1.0
28522024-01-24T18:02:11.737Z Compiling http-range v0.1.5
28532024-01-24T18:02:11.737Z Running `/home/build/.rustup/toolchains/1.74.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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-01-24T18:02:11.737Z Running `/home/build/.rustup/toolchains/1.74.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=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-01-24T18:02:11.926Z Compiling hyper-staticfile v0.9.5
28562024-01-24T18:02:11.932Z Running `/home/build/.rustup/toolchains/1.74.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=9d3cddced20c05e0 -C extra-filename=-9d3cddced20c05e0 --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-01-24T18:02:12.193Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555/build-script-build`
28582024-01-24T18:02:12.199Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
28592024-01-24T18:02:12.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=538f3a24445345aa -C extra-filename=-538f3a24445345aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0bebbdee01da3039.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7ad72f9b2180d594.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28602024-01-24T18:02:12.855Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28612024-01-24T18:02:12.899Z Running `/home/build/.rustup/toolchains/1.74.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=990a9e6e7b8a04c3 -C extra-filename=-990a9e6e7b8a04c3 --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-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28622024-01-24T18:02:13.317Z Compiling assert_matches v1.5.0
28632024-01-24T18:02:13.327Z Running `/home/build/.rustup/toolchains/1.74.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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-01-24T18:02:13.489Z Compiling humantime v2.1.0
28652024-01-24T18:02:13.495Z Running `/home/build/.rustup/toolchains/1.74.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=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-01-24T18:02:13.578Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 -C metadata=e806ee555340808f -C extra-filename=-e806ee555340808f --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-71ee4d0da25619ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-01-24T18:02:13.922Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28682024-01-24T18:02:13.951Z Running `/home/build/.rustup/toolchains/1.74.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=748500566f1367a3 -C extra-filename=-748500566f1367a3 --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-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28692024-01-24T18:02:14.077Z Compiling portable-atomic v1.4.3
28702024-01-24T18:02:14.092Z Running `/home/build/.rustup/toolchains/1.74.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=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-01-24T18:02:14.352Z Compiling crunchy v0.2.2
28722024-01-24T18:02:14.393Z Running `/home/build/.rustup/toolchains/1.74.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=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732024-01-24T18:02:15.278Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
28742024-01-24T18:02:15.324Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28752024-01-24T18:02:15.336Z Running `/home/build/.rustup/toolchains/1.74.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=05cf1e610d3f097f -C extra-filename=-05cf1e610d3f097f --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-079cd341a2bbb95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
28762024-01-24T18:02:15.875Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
28772024-01-24T18:02:16.132Z Compiling clang-sys v1.6.1
28782024-01-24T18:02:16.150Z Running `/home/build/.rustup/toolchains/1.74.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=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-01-24T18:02:17.007Z Compiling fs-err v2.11.0
28802024-01-24T18:02:17.029Z Running `/home/build/.rustup/toolchains/1.74.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=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-01-24T18:02:17.495Z Compiling tiny-keccak v2.0.2
28822024-01-24T18:02:17.496Z Running `/home/build/.rustup/toolchains/1.74.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=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832024-01-24T18:02:17.548Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
28842024-01-24T18:02:17.560Z Running `/home/build/.rustup/toolchains/1.74.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --out-dir /work/oxidecomputer/omicron/target/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`
28852024-01-24T18:02:17.600Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
28862024-01-24T18:02:17.827Z Running `/home/build/.rustup/toolchains/1.74.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=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-01-24T18:02:17.970Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
28882024-01-24T18:02:17.992Z Compiling darling_core v0.14.4
28892024-01-24T18:02:17.999Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=41574f4f772e646b -C extra-filename=-41574f4f772e646b --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-01-24T18:02:18.012Z Compiling number_prefix v0.4.0
28912024-01-24T18:02:18.021Z Running `/home/build/.rustup/toolchains/1.74.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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-01-24T18:02:18.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28932024-01-24T18:02:18.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa429b139b298c8b -C extra-filename=-aa429b139b298c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d21b16c1f2f330f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-248fae7f4e64b3ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-444118f865015fba.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28942024-01-24T18:02:18.842Z Running `/home/build/.rustup/toolchains/1.74.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=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952024-01-24T18:02:19.951Z Compiling indicatif v0.17.7
28962024-01-24T18:02:19.965Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=1bb63f7a9a58bbb6 -C extra-filename=-1bb63f7a9a58bbb6 --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-5e14df9aa3579516.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972024-01-24T18:02:19.988Z Running `/home/build/.rustup/toolchains/1.74.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=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/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`
28982024-01-24T18:02:21.029Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28992024-01-24T18:02:21.496Z Running `/home/build/.rustup/toolchains/1.74.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=83e58ad5566b48d5 -C extra-filename=-83e58ad5566b48d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
29002024-01-24T18:02:23.707Z Compiling ascii-canvas v3.0.0
29012024-01-24T18:02:23.724Z Running `/home/build/.rustup/toolchains/1.74.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=c47ced9f0e7d93e0 -C extra-filename=-c47ced9f0e7d93e0 --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-6a9714dafe5130d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-01-24T18:02:24.628Z Compiling ena v0.14.2
29032024-01-24T18:02:25.056Z Running `/home/build/.rustup/toolchains/1.74.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=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-01-24T18:02:25.311Z Compiling libloading v0.7.4
29052024-01-24T18:02:25.326Z Running `/home/build/.rustup/toolchains/1.74.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=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-01-24T18:02:26.288Z Compiling parse-size v1.0.0
29072024-01-24T18:02:26.288Z Running `/home/build/.rustup/toolchains/1.74.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=8e24ec9991093909 -C extra-filename=-8e24ec9991093909 --out-dir /work/oxidecomputer/omicron/target/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-01-24T18:02:26.418Z Compiling bindgen v0.65.1
29092024-01-24T18:02:26.431Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=551da9e7f0cc4585 -C extra-filename=-551da9e7f0cc4585 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-01-24T18:02:27.681Z Compiling regex-syntax v0.6.29
29112024-01-24T18:02:28.100Z Running `/home/build/.rustup/toolchains/1.74.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=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-01-24T18:02:28.254Z Compiling darling_macro v0.14.4
29132024-01-24T18:02:28.285Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=046db699290b2100 -C extra-filename=-046db699290b2100 --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-41574f4f772e646b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-01-24T18:02:28.529Z Compiling maplit v1.0.2
29152024-01-24T18:02:28.560Z Running `/home/build/.rustup/toolchains/1.74.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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-01-24T18:02:28.740Z Compiling ref-cast v1.0.20
29172024-01-24T18:02:28.761Z Running `/home/build/.rustup/toolchains/1.74.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=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-01-24T18:02:29.657Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
29192024-01-24T18:02:29.807Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585/build-script-build`
29202024-01-24T18:02:29.834Z Running `/home/build/.rustup/toolchains/1.74.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=6bcd66cfe095307e -C extra-filename=-6bcd66cfe095307e --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-01-24T18:02:30.381Z Compiling darling v0.14.4
29222024-01-24T18:02:30.802Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=d34eee12f5336b03 -C extra-filename=-d34eee12f5336b03 --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-41574f4f772e646b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-046db699290b2100.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-01-24T18:02:30.803Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29242024-01-24T18:02:30.803Z Running `/home/build/.rustup/toolchains/1.74.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=555db65cc51a6e36 -C extra-filename=-555db65cc51a6e36 --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-e721e405448591eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29252024-01-24T18:02:32.233Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29262024-01-24T18:02:32.248Z Running `/home/build/.rustup/toolchains/1.74.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=f138b8a40cd2d41f -C extra-filename=-f138b8a40cd2d41f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-f138b8a40cd2d41f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29272024-01-24T18:02:32.790Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29282024-01-24T18:02:32.811Z Running `/home/build/.rustup/toolchains/1.74.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=2e78a0ebc8ddaf5d -C extra-filename=-2e78a0ebc8ddaf5d --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29292024-01-24T18:02:34.070Z Compiling lalrpop v0.19.12
29302024-01-24T18:02:34.082Z Running `/home/build/.rustup/toolchains/1.74.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=a8171db7a2da14bd -C extra-filename=-a8171db7a2da14bd --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-c47ced9f0e7d93e0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9585d6bcb984cbaa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ea52b7d040012c9b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-01-24T18:02:36.499Z Compiling cexpr v0.6.0
29322024-01-24T18:02:36.499Z Running `/home/build/.rustup/toolchains/1.74.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=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-01-24T18:02:38.178Z Compiling ref-cast-impl v1.0.20
29342024-01-24T18:02:38.195Z Running `/home/build/.rustup/toolchains/1.74.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=0620e6f75c815219 -C extra-filename=-0620e6f75c815219 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-01-24T18:02:38.680Z Compiling which v4.4.0
29362024-01-24T18:02:38.747Z Running `/home/build/.rustup/toolchains/1.74.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=356e1fe5f8c649df -C extra-filename=-356e1fe5f8c649df --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-01-24T18:02:38.882Z Compiling peeking_take_while v0.1.2
29382024-01-24T18:02:38.918Z Running `/home/build/.rustup/toolchains/1.74.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=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-01-24T18:02:39.102Z Compiling shlex v1.1.0
29402024-01-24T18:02:39.113Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=81148a4ce92371cd -C extra-filename=-81148a4ce92371cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-01-24T18:02:39.133Z Compiling lazycell v1.3.0
29422024-01-24T18:02:39.144Z Running `/home/build/.rustup/toolchains/1.74.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=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/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-01-24T18:02:39.422Z Compiling rustc-hash v1.1.0
29442024-01-24T18:02:39.450Z Running `/home/build/.rustup/toolchains/1.74.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=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-01-24T18:02:39.602Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-f138b8a40cd2d41f/build-script-build`
29462024-01-24T18:02:39.681Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=df5a9912b5f5e6b7 -C extra-filename=-df5a9912b5f5e6b7 --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-8861c4fe0bf9ac1d.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-6bcd66cfe095307e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-81148a4ce92371cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-356e1fe5f8c649df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-01-24T18:02:39.694Z Compiling derive_builder_core v0.12.0
29482024-01-24T18:02:39.695Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dba1b7c17941c2b -C extra-filename=-7dba1b7c17941c2b --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-d34eee12f5336b03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-01-24T18:02:39.695Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29502024-01-24T18:02:39.704Z Running `/home/build/.rustup/toolchains/1.74.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=3a0ef4d9c250cf1a -C extra-filename=-3a0ef4d9c250cf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-dfda74f941e3e6af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
29512024-01-24T18:02:40.544Z Running `/home/build/.rustup/toolchains/1.74.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=df3be6fbde8a7cc9 -C extra-filename=-df3be6fbde8a7cc9 --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-0620e6f75c815219.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-01-24T18:02:40.796Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29532024-01-24T18:02:40.811Z Running `/home/build/.rustup/toolchains/1.74.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=39d49098345a4fec -C extra-filename=-39d49098345a4fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29542024-01-24T18:02:41.932Z Compiling libxml v0.3.3
29552024-01-24T18:02:41.949Z Running `/home/build/.rustup/toolchains/1.74.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=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-01-24T18:02:42.637Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
29572024-01-24T18:02:42.697Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29582024-01-24T18:02:42.701Z Running `/home/build/.rustup/toolchains/1.74.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=4c5e5c88a50d78cc -C extra-filename=-4c5e5c88a50d78cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29592024-01-24T18:02:43.882Z Compiling derive_builder_macro v0.12.0
29602024-01-24T18:02:43.890Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0841bb1e771ea34 -C extra-filename=-b0841bb1e771ea34 --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-7dba1b7c17941c2b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-01-24T18:02:44.383Z Compiling strum_macros v0.24.3
29622024-01-24T18:02:44.395Z Running `/home/build/.rustup/toolchains/1.74.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=63355744010351b0 -C extra-filename=-63355744010351b0 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-01-24T18:02:45.725Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29642024-01-24T18:02:45.740Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfa9a024476342ec -C extra-filename=-bfa9a024476342ec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-01-24T18:02:46.394Z Compiling cookie v0.18.0
29662024-01-24T18:02:46.824Z Running `/home/build/.rustup/toolchains/1.74.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.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=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-01-24T18:02:47.044Z Compiling indoc v1.0.9
29682024-01-24T18:02:47.461Z Running `/home/build/.rustup/toolchains/1.74.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=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --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`
29692024-01-24T18:02:48.939Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
29702024-01-24T18:02:49.040Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec/build-script-build`
29712024-01-24T18:02:49.164Z Compiling derive_builder v0.12.0
29722024-01-24T18:02:49.180Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=514c4a70345695a5 -C extra-filename=-514c4a70345695a5 --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-b0841bb1e771ea34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-01-24T18:02:49.447Z Running `/home/build/.rustup/toolchains/1.74.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=3bfca88c61a02e15 -C extra-filename=-3bfca88c61a02e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
29742024-01-24T18:02:51.397Z Running `/home/build/.rustup/toolchains/1.74.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=3d6c36e3d140b5ba -C extra-filename=-3d6c36e3d140b5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29752024-01-24T18:02:52.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29762024-01-24T18:02:52.958Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=91a8ef0b21e58cb6 -C extra-filename=-91a8ef0b21e58cb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-91a8ef0b21e58cb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29772024-01-24T18:02:53.516Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29782024-01-24T18:02:53.560Z Running `/home/build/.rustup/toolchains/1.74.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=d491f3b4cf1065a3 -C extra-filename=-d491f3b4cf1065a3 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29792024-01-24T18:02:53.560Z Compiling bb8 v0.8.1
29802024-01-24T18:02:53.560Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=edbe107f7dbc325b -C extra-filename=-edbe107f7dbc325b --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-2ef3d8409111332a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812024-01-24T18:02:54.378Z Compiling quick-xml v0.23.1
29822024-01-24T18:02:54.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=340ecad55381a5d1 -C extra-filename=-340ecad55381a5d1 --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-01-24T18:02:54.789Z Compiling oso-derive v0.27.0
29842024-01-24T18:02:54.801Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5ea570b0b9e08c6 -C extra-filename=-b5ea570b0b9e08c6 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-01-24T18:02:56.326Z Compiling impl-trait-for-tuples v0.2.2
29862024-01-24T18:02:56.341Z Running `/home/build/.rustup/toolchains/1.74.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=21c026713829e9b8 -C extra-filename=-21c026713829e9b8 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-01-24T18:02:57.004Z Compiling smawk v0.3.1
29882024-01-24T18:02:57.013Z Running `/home/build/.rustup/toolchains/1.74.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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-01-24T18:02:57.371Z Compiling is_ci v1.1.1
29902024-01-24T18:02:57.385Z Running `/home/build/.rustup/toolchains/1.74.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.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=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-01-24T18:02:57.853Z Compiling unicode-linebreak v0.1.5
29922024-01-24T18:02:57.854Z Running `/home/build/.rustup/toolchains/1.74.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=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-01-24T18:02:58.031Z Compiling supports-color v2.1.0
29942024-01-24T18:02:58.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-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=7f52302883b679a3 -C extra-filename=-7f52302883b679a3 --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-9585d6bcb984cbaa.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-01-24T18:02:58.650Z Compiling textwrap v0.16.0
29962024-01-24T18:02:59.067Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-01-24T18:02:59.085Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29982024-01-24T18:02:59.085Z Running `/home/build/.rustup/toolchains/1.74.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=0f8dd18405d1e702 -C extra-filename=-0f8dd18405d1e702 --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-2ef3d8409111332a.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-edbe107f7dbc325b.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29992024-01-24T18:02:59.845Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-91a8ef0b21e58cb6/build-script-build`
30002024-01-24T18:03:00.428Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4a5b3cc0e33e7fa -C extra-filename=-d4a5b3cc0e33e7fa --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-ee5d007f49d6d292.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30012024-01-24T18:03:00.900Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a39e916f42b29e0 -C extra-filename=-1a39e916f42b29e0 --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-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-01-24T18:03:00.900Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30032024-01-24T18:03:00.900Z Running `/home/build/.rustup/toolchains/1.74.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=315635d64413ca2a -C extra-filename=-315635d64413ca2a --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-19af4405c7685bad.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30042024-01-24T18:03:02.413Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30052024-01-24T18:03:02.419Z Running `/home/build/.rustup/toolchains/1.74.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=11c1f3fdb223d2d0 -C extra-filename=-11c1f3fdb223d2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30062024-01-24T18:03:11.756Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30072024-01-24T18:03:11.769Z Running `/home/build/.rustup/toolchains/1.74.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=f97004a98ab9a2e6 -C extra-filename=-f97004a98ab9a2e6 --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-2ef3d8409111332a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30082024-01-24T18:03:12.383Z Compiling itertools v0.11.0
30092024-01-24T18:03:12.395Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=89a889cf9a6c2547 -C extra-filename=-89a889cf9a6c2547 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102024-01-24T18:03:16.800Z Compiling cassowary v0.3.0
30112024-01-24T18:03:16.813Z Running `/home/build/.rustup/toolchains/1.74.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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-01-24T18:03:17.232Z Compiling indoc v2.0.3
30132024-01-24T18:03:17.253Z Running `/home/build/.rustup/toolchains/1.74.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=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --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`
30142024-01-24T18:03:19.510Z Compiling rtoolbox v0.0.1
30152024-01-24T18:03:19.531Z Running `/home/build/.rustup/toolchains/1.74.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=b8dbe2a3d15abc37 -C extra-filename=-b8dbe2a3d15abc37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-01-24T18:03:19.531Z Compiling ratatui v0.23.0
30172024-01-24T18:03:19.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=6ccb25a99038f1b4 -C extra-filename=-6ccb25a99038f1b4 --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-9eb20d7fca4b492d.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-01-24T18:03:20.217Z Compiling rpassword v7.3.1
30192024-01-24T18:03:20.228Z Running `/home/build/.rustup/toolchains/1.74.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=70ab01582b18a2fd -C extra-filename=-70ab01582b18a2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b8dbe2a3d15abc37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-01-24T18:03:20.398Z Compiling yansi v0.5.1
30212024-01-24T18:03:20.412Z Running `/home/build/.rustup/toolchains/1.74.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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-01-24T18:03:20.912Z Compiling shell-words v1.1.0
30232024-01-24T18:03:20.918Z Running `/home/build/.rustup/toolchains/1.74.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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-01-24T18:03:21.495Z Compiling pretty_assertions v1.4.0
30252024-01-24T18:03:21.514Z Running `/home/build/.rustup/toolchains/1.74.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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-01-24T18:03:22.109Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30272024-01-24T18:03:22.567Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a2661fd8d6f0c3b -C extra-filename=-8a2661fd8d6f0c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30282024-01-24T18:03:24.227Z Compiling tui-tree-widget v0.13.0
30292024-01-24T18:03:24.247Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbcdbc66ae9adbe9 -C extra-filename=-bbcdbc66ae9adbe9 --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-6ccb25a99038f1b4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-01-24T18:03:25.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30312024-01-24T18:03:25.121Z Running `/home/build/.rustup/toolchains/1.74.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=95f42b37e401a8e9 -C extra-filename=-95f42b37e401a8e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-95f42b37e401a8e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30322024-01-24T18:03:25.329Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30332024-01-24T18:03:25.845Z Running `/home/build/.rustup/toolchains/1.74.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=ada6d6b4f20ee780 -C extra-filename=-ada6d6b4f20ee780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30342024-01-24T18:03:25.847Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-95f42b37e401a8e9/build-script-build`
30352024-01-24T18:03:25.848Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
30362024-01-24T18:03:25.848Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=707f6780cbc42ef8 -C extra-filename=-707f6780cbc42ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
30372024-01-24T18:03:28.093Z Compiling fatfs v0.3.6
30382024-01-24T18:03:28.108Z Running `/home/build/.rustup/toolchains/1.74.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=7489965c37fdb654 -C extra-filename=-7489965c37fdb654 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-01-24T18:03:28.906Z Compiling target-lexicon v0.12.12
30402024-01-24T18:03:28.934Z Running `/home/build/.rustup/toolchains/1.74.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-01-24T18:03:30.110Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30422024-01-24T18:03:30.115Z Running `/home/build/.rustup/toolchains/1.74.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=3e5a0fc9d46d33f5 -C extra-filename=-3e5a0fc9d46d33f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30432024-01-24T18:03:30.691Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build`
30442024-01-24T18:03:31.247Z Compiling guppy-workspace-hack v0.1.0
30452024-01-24T18:03:31.248Z Running `/home/build/.rustup/toolchains/1.74.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=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-01-24T18:03:31.248Z Running `/home/build/.rustup/toolchains/1.74.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.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --out-dir /work/oxidecomputer/omicron/target/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"'`
30472024-01-24T18:03:31.435Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
30482024-01-24T18:03:31.483Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30492024-01-24T18:03:31.508Z Running `/home/build/.rustup/toolchains/1.74.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=180ef94ef617b9bc -C extra-filename=-180ef94ef617b9bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30502024-01-24T18:03:32.412Z Compiling rand v0.4.6
30512024-01-24T18:03:32.422Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=6feb69aa793286f1 -C extra-filename=-6feb69aa793286f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-01-24T18:03:33.602Z Compiling remove_dir_all v0.5.3
30532024-01-24T18:03:33.621Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-01-24T18:03:34.077Z Compiling target-spec v3.0.1
30552024-01-24T18:03:34.077Z Running `/home/build/.rustup/toolchains/1.74.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.0.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=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-01-24T18:03:34.863Z Compiling plotters-backend v0.3.5
30572024-01-24T18:03:34.878Z Running `/home/build/.rustup/toolchains/1.74.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=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-01-24T18:03:35.835Z Compiling plotters-svg v0.3.5
30592024-01-24T18:03:35.942Z Running `/home/build/.rustup/toolchains/1.74.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=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-01-24T18:03:36.575Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build`
30612024-01-24T18:03:36.627Z Compiling tempdir v0.3.7
30622024-01-24T18:03:36.639Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85ddbdbdd9a7b6f1 -C extra-filename=-85ddbdbdd9a7b6f1 --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-6feb69aa793286f1.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-01-24T18:03:37.572Z Compiling cfg-expr v0.15.5
30642024-01-24T18:03:37.585Z Running `/home/build/.rustup/toolchains/1.74.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.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652024-01-24T18:03:37.585Z Running `/home/build/.rustup/toolchains/1.74.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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-01-24T18:03:37.585Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30672024-01-24T18:03:37.585Z Running `/home/build/.rustup/toolchains/1.74.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=237d48edfd5e6e49 -C extra-filename=-237d48edfd5e6e49 --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-f37a225ce220b4fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30682024-01-24T18:03:39.561Z Compiling assert_cmd v2.0.13
30692024-01-24T18:03:39.566Z Running `/home/build/.rustup/toolchains/1.74.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.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=6c7b282d4a30f9af -C extra-filename=-6c7b282d4a30f9af --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702024-01-24T18:03:41.976Z Compiling cargo-platform v0.1.3
30712024-01-24T18:03:41.985Z Running `/home/build/.rustup/toolchains/1.74.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=29345817bc61b6cb -C extra-filename=-29345817bc61b6cb --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-01-24T18:03:43.005Z Compiling cast v0.3.0
30732024-01-24T18:03:43.018Z Running `/home/build/.rustup/toolchains/1.74.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=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-01-24T18:03:43.758Z Compiling criterion-plot v0.5.0
30752024-01-24T18:03:43.774Z Running `/home/build/.rustup/toolchains/1.74.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=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-01-24T18:03:45.387Z Compiling cargo_metadata v0.18.1
30772024-01-24T18:03:45.391Z Running `/home/build/.rustup/toolchains/1.74.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=cb1fcc1e419c9b83 -C extra-filename=-cb1fcc1e419c9b83 --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-079cd341a2bbb95f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-29345817bc61b6cb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-01-24T18:03:49.384Z Running `/home/build/.rustup/toolchains/1.74.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.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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --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-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-01-24T18:03:51.130Z Compiling plotters v0.3.5
30802024-01-24T18:03:51.145Z Running `/home/build/.rustup/toolchains/1.74.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=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-01-24T18:03:52.129Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30822024-01-24T18:03:52.143Z Running `/home/build/.rustup/toolchains/1.74.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=9692f64207955c07 -C extra-filename=-9692f64207955c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30832024-01-24T18:03:56.250Z Compiling rustls-native-certs v0.7.0
30842024-01-24T18:03:56.279Z Running `/home/build/.rustup/toolchains/1.74.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=49b1be24b5072b4f -C extra-filename=-49b1be24b5072b4f --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-01-24T18:03:56.301Z Compiling pathdiff v0.2.1
30862024-01-24T18:03:56.301Z Running `/home/build/.rustup/toolchains/1.74.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=ffb45537bf750baa -C extra-filename=-ffb45537bf750baa --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-079cd341a2bbb95f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-01-24T18:03:56.301Z Compiling tinytemplate v1.2.1
30882024-01-24T18:03:56.302Z Running `/home/build/.rustup/toolchains/1.74.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=91b2591f2a1ec980 -C extra-filename=-91b2591f2a1ec980 --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-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-01-24T18:03:58.210Z Compiling nested v0.1.1
30902024-01-24T18:03:58.223Z Running `/home/build/.rustup/toolchains/1.74.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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-01-24T18:03:58.745Z Compiling anes v0.1.6
30922024-01-24T18:03:58.864Z Running `/home/build/.rustup/toolchains/1.74.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=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-01-24T18:03:59.623Z Compiling oorandom v11.1.3
30942024-01-24T18:03:59.633Z Running `/home/build/.rustup/toolchains/1.74.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=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-01-24T18:03:59.955Z Compiling criterion v0.5.1
30962024-01-24T18:04:00.015Z Running `/home/build/.rustup/toolchains/1.74.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=60b9be3df8e6a004 -C extra-filename=-60b9be3df8e6a004 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9585d6bcb984cbaa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-91b2591f2a1ec980.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-01-24T18:04:08.582Z Compiling guppy v0.17.4
30982024-01-24T18:04:08.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=8ebe71716144da48 -C extra-filename=-8ebe71716144da48 --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-c7811a1e3c94d9e9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-cb1fcc1e419c9b83.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-ffb45537bf750baa.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-01-24T18:04:23.975Z Compiling hyper-rustls v0.25.0
31002024-01-24T18:04:23.986Z Running `/home/build/.rustup/toolchains/1.74.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.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="acceptor"' --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"' --cfg 'feature="tokio-runtime"' -C metadata=bd210ad00d9f88f4 -C extra-filename=-bd210ad00d9f88f4 --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49b1be24b5072b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4db2bee2b20b7b54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
31012024-01-24T18:04:24.915Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022024-01-24T18:04:24.926Z Running `/home/build/.rustup/toolchains/1.74.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=304d4f61d45b1020 -C extra-filename=-304d4f61d45b1020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
31032024-01-24T18:04:24.966Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
31042024-01-24T18:04:24.989Z Running `/home/build/.rustup/toolchains/1.74.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=7b25bd36956f8266 -C extra-filename=-7b25bd36956f8266 --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-bb2c73aa6c7358a1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31052024-01-24T18:04:27.821Z Compiling threadpool v1.8.1
31062024-01-24T18:04:27.832Z Running `/home/build/.rustup/toolchains/1.74.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=d1e830ff1fe27396 -C extra-filename=-d1e830ff1fe27396 --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-b2be53810e5075d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-01-24T18:04:28.556Z Compiling nanorand v0.7.0
31082024-01-24T18:04:28.574Z Running `/home/build/.rustup/toolchains/1.74.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=be935b56a233f54b -C extra-filename=-be935b56a233f54b --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-01-24T18:04:29.298Z Compiling flume v0.11.0
31102024-01-24T18:04:29.302Z Running `/home/build/.rustup/toolchains/1.74.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=4b6702aa37163546 -C extra-filename=-4b6702aa37163546 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-be935b56a233f54b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-01-24T18:04:29.545Z Compiling libtest-mimic v0.6.1
31122024-01-24T18:04:29.550Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f38a6cf0229be3cc -C extra-filename=-f38a6cf0229be3cc --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-b80335d8da9eb430.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-d1e830ff1fe27396.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-01-24T18:04:30.504Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31142024-01-24T18:04:30.511Z Running `/home/build/.rustup/toolchains/1.74.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=aacd8952ac54e525 -C extra-filename=-aacd8952ac54e525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
31152024-01-24T18:04:33.119Z Compiling rstest_macros v0.18.2
31162024-01-24T18:04:33.543Z Compiling datatest-stable v0.2.3
31172024-01-24T18:04:33.543Z Running `/home/build/.rustup/toolchains/1.74.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=ae268c04db3a8181 -C extra-filename=-ae268c04db3a8181 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-ae268c04db3a8181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-479f274cfc1ece21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-01-24T18:04:33.560Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffc51525fc34d015 -C extra-filename=-ffc51525fc34d015 --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-079cd341a2bbb95f.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f38a6cf0229be3cc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-01-24T18:04:34.070Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-ae268c04db3a8181/build-script-build`
31202024-01-24T18:04:34.113Z Compiling httptest v0.15.5
31212024-01-24T18:04:34.113Z Running `/home/build/.rustup/toolchains/1.74.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=da84fcf8ed886129 -C extra-filename=-da84fcf8ed886129 --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-01-24T18:04:34.228Z Compiling similar-asserts v1.5.0
31232024-01-24T18:04:34.256Z Running `/home/build/.rustup/toolchains/1.74.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=09d12944b1fd9d43 -C extra-filename=-09d12944b1fd9d43 --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-5e14df9aa3579516.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-01-24T18:04:36.262Z Compiling relative-path v1.9.0
31252024-01-24T18:04:36.271Z Running `/home/build/.rustup/toolchains/1.74.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=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-01-24T18:04:37.689Z Compiling trybuild v1.0.89
31272024-01-24T18:04:37.702Z Running `/home/build/.rustup/toolchains/1.74.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.89/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=92ce704835deb483 -C extra-filename=-92ce704835deb483 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-01-24T18:04:38.375Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483/build-script-build`
31292024-01-24T18:04:38.422Z Running `/home/build/.rustup/toolchains/1.74.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=e958148a0bb7f7e5 -C extra-filename=-e958148a0bb7f7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302024-01-24T18:04:43.647Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31312024-01-24T18:04:43.688Z Running `/home/build/.rustup/toolchains/1.74.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=1a0c94fe18d95845 -C extra-filename=-1a0c94fe18d95845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31322024-01-24T18:04:45.625Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31332024-01-24T18:04:45.632Z Running `/home/build/.rustup/toolchains/1.74.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=cea8b1c0ec7342db -C extra-filename=-cea8b1c0ec7342db --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-cea8b1c0ec7342db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31342024-01-24T18:04:46.258Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31352024-01-24T18:04:46.261Z Running `/home/build/.rustup/toolchains/1.74.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=9164c2350b6a3d23 -C extra-filename=-9164c2350b6a3d23 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-9164c2350b6a3d23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31362024-01-24T18:04:46.848Z Compiling basic-toml v0.1.8
31372024-01-24T18:04:46.851Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.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=8a2b907efa1f5012 -C extra-filename=-8a2b907efa1f5012 --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-bbb5132e521ef90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-01-24T18:04:50.285Z Compiling crossbeam-queue v0.3.8
31392024-01-24T18:04:50.293Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-01-24T18:04:51.278Z Compiling futures-timer v3.0.2
31412024-01-24T18:04:51.284Z Running `/home/build/.rustup/toolchains/1.74.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=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-01-24T18:04:52.761Z Compiling arrayref v0.3.7
31432024-01-24T18:04:52.764Z Running `/home/build/.rustup/toolchains/1.74.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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-01-24T18:04:52.946Z Compiling arrayvec v0.7.4
31452024-01-24T18:04:52.950Z Running `/home/build/.rustup/toolchains/1.74.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=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-01-24T18:04:53.593Z Compiling constant_time_eq v0.2.6
31472024-01-24T18:04:53.599Z Running `/home/build/.rustup/toolchains/1.74.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-01-24T18:04:54.065Z Compiling blake2b_simd v1.0.1
31492024-01-24T18:04:54.066Z Running `/home/build/.rustup/toolchains/1.74.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-01-24T18:04:55.357Z Compiling rstest v0.18.2
31512024-01-24T18:04:55.366Z Running `/home/build/.rustup/toolchains/1.74.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=1c1f2d477931c49a -C extra-filename=-1c1f2d477931c49a --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-c21ecd57664edbf3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-e958148a0bb7f7e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-01-24T18:04:55.719Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build`
31532024-01-24T18:04:55.763Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c868c2c232e04516 -C extra-filename=-c868c2c232e04516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-8a2b907efa1f5012.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-01-24T18:05:04.070Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-9164c2350b6a3d23/build-script-build`
31552024-01-24T18:05:04.114Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-cea8b1c0ec7342db/build-script-build`
31562024-01-24T18:05:04.188Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31572024-01-24T18:05:04.195Z Running `/home/build/.rustup/toolchains/1.74.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=cd31836ef8b94bff -C extra-filename=-cd31836ef8b94bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31582024-01-24T18:05:04.210Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31592024-01-24T18:05:04.210Z Running `/home/build/.rustup/toolchains/1.74.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=ab53f0a49191ffc8 -C extra-filename=-ab53f0a49191ffc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31602024-01-24T18:05:11.137Z Compiling partial-io v0.5.4
31612024-01-24T18:05:11.392Z Running `/home/build/.rustup/toolchains/1.74.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=7da1d11612121be7 -C extra-filename=-7da1d11612121be7 --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-c21ecd57664edbf3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-01-24T18:05:11.392Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31632024-01-24T18:05:11.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=3f822f735d7dea4a -C extra-filename=-3f822f735d7dea4a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-3f822f735d7dea4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-df5a9912b5f5e6b7.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-01-24T18:05:11.393Z Compiling approx v0.5.1
31652024-01-24T18:05:11.393Z Running `/home/build/.rustup/toolchains/1.74.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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-01-24T18:05:11.393Z Compiling constant_time_eq v0.3.0
31672024-01-24T18:05:11.393Z Running `/home/build/.rustup/toolchains/1.74.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=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-01-24T18:05:11.393Z Compiling hex-literal v0.4.1
31692024-01-24T18:05:11.393Z Running `/home/build/.rustup/toolchains/1.74.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=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-01-24T18:05:11.393Z Compiling rust-argon2 v1.0.1
31712024-01-24T18:05:11.393Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=9c5e6539b335665d -C extra-filename=-9c5e6539b335665d --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-64492b43562e8960.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-01-24T18:05:11.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-01-24T18:05:11.946Z Compiling crossbeam v0.8.2
31742024-01-24T18:05:11.975Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d47bdef88776902c -C extra-filename=-d47bdef88776902c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-01-24T18:05:12.152Z Compiling termios v0.3.3
31762024-01-24T18:05:12.177Z Running `/home/build/.rustup/toolchains/1.74.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=724932e2c0066b19 -C extra-filename=-724932e2c0066b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-01-24T18:05:12.560Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31782024-01-24T18:05:12.566Z Running `/home/build/.rustup/toolchains/1.74.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=d0aaa5e892580583 -C extra-filename=-d0aaa5e892580583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-724932e2c0066b19.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31792024-01-24T18:05:12.664Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-3f822f735d7dea4a/build-script-bindings`
31802024-01-24T18:05:16.092Z Running `/home/build/.rustup/toolchains/1.74.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=e29ea3f27f13c638 -C extra-filename=-e29ea3f27f13c638 --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-6f86fa6fcf728419.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31812024-01-24T18:05:16.529Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=32d8c996d0e6b1ba -C extra-filename=-32d8c996d0e6b1ba --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-514c4a70345695a5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3bfca88c61a02e15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-340ecad55381a5d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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`
31822024-01-24T18:05:18.088Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
31832024-01-24T18:05:18.092Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=02928a86dad53409 -C extra-filename=-02928a86dad53409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ab53f0a49191ffc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31842024-01-24T18:05:20.191Z Running `/home/build/.rustup/toolchains/1.74.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=7b8ef6c8c6af4bd7 -C extra-filename=-7b8ef6c8c6af4bd7 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-83948929f70ab159.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c1f2d477931c49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c868c2c232e04516.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31852024-01-24T18:05:25.490Z Running `/home/build/.rustup/toolchains/1.74.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=10fd9628ee73e950 -C extra-filename=-10fd9628ee73e950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cd31836ef8b94bff.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31862024-01-24T18:05:28.116Z Running `/home/build/.rustup/toolchains/1.74.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=26b0f63624bf2cea -C extra-filename=-26b0f63624bf2cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cd31836ef8b94bff.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31872024-01-24T18:05:29.593Z Running `/home/build/.rustup/toolchains/1.74.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=8b07bfa6e4a04a3f -C extra-filename=-8b07bfa6e4a04a3f --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-83948929f70ab159.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c1f2d477931c49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c868c2c232e04516.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31882024-01-24T18:05:29.598Z Running `/home/build/.rustup/toolchains/1.74.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=b4ea03f172f63b35 -C extra-filename=-b4ea03f172f63b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7da1d11612121be7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
31892024-01-24T18:05:29.998Z Running `/home/build/.rustup/toolchains/1.74.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=c84b5443c8efa611 -C extra-filename=-c84b5443c8efa611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7da1d11612121be7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
31902024-01-24T18:05:31.043Z Running `/home/build/.rustup/toolchains/1.74.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=b4b49a8a0ee1baa5 -C extra-filename=-b4b49a8a0ee1baa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ab53f0a49191ffc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31912024-01-24T18:05:32.857Z Running `/home/build/.rustup/toolchains/1.74.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=6d839153ef7dcf97 -C extra-filename=-6d839153ef7dcf97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
31922024-01-24T18:05:35.265Z Running `/home/build/.rustup/toolchains/1.74.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=3218a08d678b6d48 -C extra-filename=-3218a08d678b6d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ffc51525fc34d015.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31932024-01-24T18:05:39.428Z Running `/home/build/.rustup/toolchains/1.74.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=95c0e2f9c95e514c -C extra-filename=-95c0e2f9c95e514c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ffc51525fc34d015.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31942024-01-24T18:05:39.430Z Running `/home/build/.rustup/toolchains/1.74.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=945c0cbeb49ce3e3 -C extra-filename=-945c0cbeb49ce3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31952024-01-24T18:05:41.415Z Running `/home/build/.rustup/toolchains/1.74.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=f7c01fdd58f4e652 -C extra-filename=-f7c01fdd58f4e652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31962024-01-24T18:05:41.951Z Running `/home/build/.rustup/toolchains/1.74.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=2a6b235de68ca97e -C extra-filename=-2a6b235de68ca97e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31972024-01-24T18:05:45.172Z Running `/home/build/.rustup/toolchains/1.74.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=79a01344e06ddb4d -C extra-filename=-79a01344e06ddb4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31982024-01-24T18:05:46.389Z Running `/home/build/.rustup/toolchains/1.74.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=693699d9c30c622d -C extra-filename=-693699d9c30c622d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
31992024-01-24T18:05:47.503Z Running `/home/build/.rustup/toolchains/1.74.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=2cd1b5a20212e070 -C extra-filename=-2cd1b5a20212e070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32002024-01-24T18:05:51.278Z Running `/home/build/.rustup/toolchains/1.74.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=d99d09c802943862 -C extra-filename=-d99d09c802943862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32012024-01-24T18:06:16.314Z Running `/home/build/.rustup/toolchains/1.74.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=85fbab81b18c222c -C extra-filename=-85fbab81b18c222c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1a0c94fe18d95845.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32022024-01-24T18:06:20.110Z Running `/home/build/.rustup/toolchains/1.74.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=63b8a5932aa89255 -C extra-filename=-63b8a5932aa89255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1a0c94fe18d95845.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32032024-01-24T18:06:21.105Z Running `/home/build/.rustup/toolchains/1.74.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=8b662b3816b6bc2d -C extra-filename=-8b662b3816b6bc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1a0c94fe18d95845.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32042024-01-24T18:06:32.279Z Running `/home/build/.rustup/toolchains/1.74.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=55f881004fa708ad -C extra-filename=-55f881004fa708ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32052024-01-24T18:06:54.940Z Compiling polar-core v0.27.0
32062024-01-24T18:06:55.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=a06afb2d3e5633a0 -C extra-filename=-a06afb2d3e5633a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-a06afb2d3e5633a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-a8171db7a2da14bd.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3f3f31ed33cce9d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-01-24T18:06:55.899Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-a06afb2d3e5633a0/build-script-build`
32082024-01-24T18:06:56.033Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=d48f3376c2bcae17 -C extra-filename=-d48f3376c2bcae17 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-63355744010351b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-01-24T18:07:41.000Z Compiling oso v0.27.0
32102024-01-24T18:07:41.022Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=55115b65b5cd4b1b -C extra-filename=-55115b65b5cd4b1b --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-21c026713829e9b8.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-b5ea570b0b9e08c6.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d48f3376c2bcae17.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-01-24T18:07:54.282Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caa2998fcbb009b2 -C extra-filename=-caa2998fcbb009b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d491f3b4cf1065a3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-edbe107f7dbc325b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d4a5b3cc0e33e7fa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-55115b65b5cd4b1b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32122024-01-24T18:07:55.533Z Running `/home/build/.rustup/toolchains/1.74.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=d0d31bbae1f0c239 -C extra-filename=-d0d31bbae1f0c239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32132024-01-24T18:07:59.953Z Running `/home/build/.rustup/toolchains/1.74.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=6c854cabd3085ee4 -C extra-filename=-6c854cabd3085ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32142024-01-24T18:08:13.424Z Running `/home/build/.rustup/toolchains/1.74.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=d722c9704a42e9fc -C extra-filename=-d722c9704a42e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ffc51525fc34d015.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32152024-01-24T18:08:29.297Z Running `/home/build/.rustup/toolchains/1.74.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=841249bd18176afa -C extra-filename=-841249bd18176afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ffc51525fc34d015.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32162024-01-24T18:08:48.491Z Running `/home/build/.rustup/toolchains/1.74.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=9fb8e8149b2881db -C extra-filename=-9fb8e8149b2881db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32172024-01-24T18:08:48.553Z Running `/home/build/.rustup/toolchains/1.74.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=d247accfbbb94677 -C extra-filename=-d247accfbbb94677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32182024-01-24T18:08:48.635Z Running `/home/build/.rustup/toolchains/1.74.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=cbc0a8dad3ae0fbd -C extra-filename=-cbc0a8dad3ae0fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32192024-01-24T18:08:48.636Z Running `/home/build/.rustup/toolchains/1.74.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=2ac181ba30af1c0e -C extra-filename=-2ac181ba30af1c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32202024-01-24T18:08:48.640Z Running `/home/build/.rustup/toolchains/1.74.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=bf82bc3831f14262 -C extra-filename=-bf82bc3831f14262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32212024-01-24T18:08:48.642Z Running `/home/build/.rustup/toolchains/1.74.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=0683b63196796ee2 -C extra-filename=-0683b63196796ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32222024-01-24T18:08:48.642Z Running `/home/build/.rustup/toolchains/1.74.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=a1b107f1da1bde08 -C extra-filename=-a1b107f1da1bde08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32232024-01-24T18:08:54.144Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32242024-01-24T18:08:54.151Z Running `/home/build/.rustup/toolchains/1.74.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=78dbf36fc40d50ae -C extra-filename=-78dbf36fc40d50ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/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-83c9a97bcc0ada2b/out`
32252024-01-24T18:09:00.754Z Running `/home/build/.rustup/toolchains/1.74.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=337806a4045232f4 -C extra-filename=-337806a4045232f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rmeta --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32262024-01-24T18:09:02.056Z Running `/home/build/.rustup/toolchains/1.74.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=daa73cab9696756e -C extra-filename=-daa73cab9696756e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32272024-01-24T18:09:07.811Z Running `/home/build/.rustup/toolchains/1.74.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=dca37d2a74f65083 -C extra-filename=-dca37d2a74f65083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32282024-01-24T18:09:11.377Z Running `/home/build/.rustup/toolchains/1.74.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=c9cab4b36c42ef8a -C extra-filename=-c9cab4b36c42ef8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32292024-01-24T18:09:14.863Z Running `/home/build/.rustup/toolchains/1.74.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=18b6232f9e4cb9e2 -C extra-filename=-18b6232f9e4cb9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32302024-01-24T18:09:15.303Z Running `/home/build/.rustup/toolchains/1.74.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=df6f9487970886d0 -C extra-filename=-df6f9487970886d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32312024-01-24T18:09:16.210Z Running `/home/build/.rustup/toolchains/1.74.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=f426ff0ff244a4fd -C extra-filename=-f426ff0ff244a4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32322024-01-24T18:09:18.722Z Running `/home/build/.rustup/toolchains/1.74.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=439895ecc4141c76 -C extra-filename=-439895ecc4141c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32332024-01-24T18:09:20.971Z Running `/home/build/.rustup/toolchains/1.74.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=f1df57f85ddb84af -C extra-filename=-f1df57f85ddb84af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32342024-01-24T18:09:23.614Z Running `/home/build/.rustup/toolchains/1.74.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=e66a4531c362cd0f -C extra-filename=-e66a4531c362cd0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32352024-01-24T18:09:34.171Z Running `/home/build/.rustup/toolchains/1.74.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=fe47174c0900c740 -C extra-filename=-fe47174c0900c740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32362024-01-24T18:09:40.468Z Running `/home/build/.rustup/toolchains/1.74.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=3bd92afe4a00a59d -C extra-filename=-3bd92afe4a00a59d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32372024-01-24T18:09:48.131Z Running `/home/build/.rustup/toolchains/1.74.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=228f177db99e2113 -C extra-filename=-228f177db99e2113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
32382024-01-24T18:09:49.718Z Running `/home/build/.rustup/toolchains/1.74.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=28d310b9bbfdc2ca -C extra-filename=-28d310b9bbfdc2ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32392024-01-24T18:10:02.089Z Running `/home/build/.rustup/toolchains/1.74.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=60df59a8d6e4655f -C extra-filename=-60df59a8d6e4655f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32402024-01-24T18:10:05.218Z Running `/home/build/.rustup/toolchains/1.74.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=5c40828cb26d58ab -C extra-filename=-5c40828cb26d58ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32412024-01-24T18:10:07.216Z Running `/home/build/.rustup/toolchains/1.74.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=09185199ada77a16 -C extra-filename=-09185199ada77a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da84fcf8ed886129.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32422024-01-24T18:10:12.674Z Running `/home/build/.rustup/toolchains/1.74.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=eb0a387a1ba1e6c5 -C extra-filename=-eb0a387a1ba1e6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out`
32432024-01-24T18:10:14.021Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b089f28a5f3487f8 -C extra-filename=-b089f28a5f3487f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d491f3b4cf1065a3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-edbe107f7dbc325b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d4a5b3cc0e33e7fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-55115b65b5cd4b1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out`
32442024-01-24T18:10:22.320Z Running `/home/build/.rustup/toolchains/1.74.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=5837f87aad08f0c3 -C extra-filename=-5837f87aad08f0c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32452024-01-24T18:10:34.411Z Running `/home/build/.rustup/toolchains/1.74.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=ee27e3b3ff95566a -C extra-filename=-ee27e3b3ff95566a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32462024-01-24T18:10:38.126Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/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=ec8a97d21a187c2b -C extra-filename=-ec8a97d21a187c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32472024-01-24T18:10:45.367Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ef1a15bee1566ef -C extra-filename=-9ef1a15bee1566ef --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d69473aa6a82bf26.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32482024-01-24T18:10:55.575Z Running `/home/build/.rustup/toolchains/1.74.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=eb2a52f4f495155a -C extra-filename=-eb2a52f4f495155a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d69473aa6a82bf26.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32492024-01-24T18:11:03.659Z Running `/home/build/.rustup/toolchains/1.74.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=ef0610d9ffb1dae0 -C extra-filename=-ef0610d9ffb1dae0 --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-19af4405c7685bad.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32502024-01-24T18:11:18.472Z Running `/home/build/.rustup/toolchains/1.74.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=686338079aaf0f25 -C extra-filename=-686338079aaf0f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32512024-01-24T18:11:22.469Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a8310e71c14569d0 -C extra-filename=-a8310e71c14569d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d21b16c1f2f330f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-248fae7f4e64b3ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-444118f865015fba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32522024-01-24T18:11:26.371Z Running `/home/build/.rustup/toolchains/1.74.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=bb1da3093c6bbb63 -C extra-filename=-bb1da3093c6bbb63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32532024-01-24T18:11:46.348Z Running `/home/build/.rustup/toolchains/1.74.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=dcca61439ff77f7c -C extra-filename=-dcca61439ff77f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32542024-01-24T18:11:46.348Z Running `/home/build/.rustup/toolchains/1.74.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=035b1a39a38d044c -C extra-filename=-035b1a39a38d044c --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-079cd341a2bbb95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32552024-01-24T18:11:49.022Z Running `/home/build/.rustup/toolchains/1.74.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=3f973245f67e7e92 -C extra-filename=-3f973245f67e7e92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32562024-01-24T18:12:10.655Z Running `/home/build/.rustup/toolchains/1.74.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=5c803401d71751a8 -C extra-filename=-5c803401d71751a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32572024-01-24T18:12:21.181Z Running `/home/build/.rustup/toolchains/1.74.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=562402504ee92dc8 -C extra-filename=-562402504ee92dc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-443c23e394c52b5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
32582024-01-24T18:12:28.046Z Running `/home/build/.rustup/toolchains/1.74.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=88b2e0b359efa62c -C extra-filename=-88b2e0b359efa62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32592024-01-24T18:12:28.926Z Running `/home/build/.rustup/toolchains/1.74.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=1612373c4e418892 -C extra-filename=-1612373c4e418892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-443c23e394c52b5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
32602024-01-24T18:12:31.293Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6b9d2ecb76199bef -C extra-filename=-6b9d2ecb76199bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d21b16c1f2f330f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-248fae7f4e64b3ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-444118f865015fba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32612024-01-24T18:12:32.344Z Running `/home/build/.rustup/toolchains/1.74.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=d0ec56a22fd54a4b -C extra-filename=-d0ec56a22fd54a4b --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-44830c53d891e94f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32622024-01-24T18:13:17.444Z Running `/home/build/.rustup/toolchains/1.74.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=1dfb421d7f8254b9 -C extra-filename=-1dfb421d7f8254b9 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-44830c53d891e94f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32632024-01-24T18:13:20.471Z Running `/home/build/.rustup/toolchains/1.74.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=ad31cb046cd6b876 -C extra-filename=-ad31cb046cd6b876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-dfda74f941e3e6af.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
32642024-01-24T18:13:24.090Z Running `/home/build/.rustup/toolchains/1.74.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=a78caf9cefda5055 -C extra-filename=-a78caf9cefda5055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32652024-01-24T18:13:34.501Z Running `/home/build/.rustup/toolchains/1.74.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=104efc76c5a4bec8 -C extra-filename=-104efc76c5a4bec8 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32662024-01-24T18:13:37.577Z Running `/home/build/.rustup/toolchains/1.74.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=1133a3da91ba14ff -C extra-filename=-1133a3da91ba14ff --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32672024-01-24T18:13:40.021Z Running `/home/build/.rustup/toolchains/1.74.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=4dc55c83be713c0a -C extra-filename=-4dc55c83be713c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32682024-01-24T18:13:40.446Z Running `/home/build/.rustup/toolchains/1.74.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=3d114736d7a01583 -C extra-filename=-3d114736d7a01583 --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-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-44830c53d891e94f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32692024-01-24T18:14:02.210Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6a8e0a021716574 -C extra-filename=-f6a8e0a021716574 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32702024-01-24T18:14:09.036Z Running `/home/build/.rustup/toolchains/1.74.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=1ab0296eba9b66a0 -C extra-filename=-1ab0296eba9b66a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32712024-01-24T18:14:11.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2ef66692ca930511 -C extra-filename=-2ef66692ca930511 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32722024-01-24T18:14:16.968Z Running `/home/build/.rustup/toolchains/1.74.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=c270addfea1f8fe2 -C extra-filename=-c270addfea1f8fe2 --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-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32732024-01-24T18:14:28.240Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=3afa622b7e923f63 -C extra-filename=-3afa622b7e923f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32742024-01-24T18:14:32.184Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0833251497162509 -C extra-filename=-0833251497162509 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32752024-01-24T18:14:36.921Z Running `/home/build/.rustup/toolchains/1.74.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=911d540be33e60fb -C extra-filename=-911d540be33e60fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32762024-01-24T18:14:38.339Z Running `/home/build/.rustup/toolchains/1.74.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=12bcebd40a3669e8 -C extra-filename=-12bcebd40a3669e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32772024-01-24T18:14:40.008Z Running `/home/build/.rustup/toolchains/1.74.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=d9199efcbffdd4de -C extra-filename=-d9199efcbffdd4de --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32782024-01-24T18:14:41.391Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
32792024-01-24T18:14:41.981Z Running `/home/build/.rustup/toolchains/1.74.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=2e96b494affc90fb -C extra-filename=-2e96b494affc90fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32802024-01-24T18:14:43.325Z Running `/home/build/.rustup/toolchains/1.74.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=f62f95f0dcd61c40 -C extra-filename=-f62f95f0dcd61c40 --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-f37a225ce220b4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32812024-01-24T18:14:51.898Z Running `/home/build/.rustup/toolchains/1.74.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=6869667d9e0b359e -C extra-filename=-6869667d9e0b359e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f16ce26363217c0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-44d9e5579044bf48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32822024-01-24T18:14:56.932Z Running `/home/build/.rustup/toolchains/1.74.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=eca1919498b617c2 -C extra-filename=-eca1919498b617c2 --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-e721e405448591eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32832024-01-24T18:14:58.656Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32842024-01-24T18:14:58.669Z Running `/home/build/.rustup/toolchains/1.74.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=7a212c6c6804b242 -C extra-filename=-7a212c6c6804b242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
32852024-01-24T18:14:59.723Z Running `/home/build/.rustup/toolchains/1.74.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=598865cd6d969eef -C extra-filename=-598865cd6d969eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32862024-01-24T18:15:03.232Z Running `/home/build/.rustup/toolchains/1.74.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=e6996c28010dc52f -C extra-filename=-e6996c28010dc52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32872024-01-24T18:15:13.675Z Running `/home/build/.rustup/toolchains/1.74.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=fa07692addfc0591 -C extra-filename=-fa07692addfc0591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32882024-01-24T18:15:19.488Z Running `/home/build/.rustup/toolchains/1.74.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=ca6c069bd428d7e1 -C extra-filename=-ca6c069bd428d7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32892024-01-24T18:15:22.455Z Running `/home/build/.rustup/toolchains/1.74.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=ba76e9596a3c7e82 -C extra-filename=-ba76e9596a3c7e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32902024-01-24T18:15:26.873Z Running `/home/build/.rustup/toolchains/1.74.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=bf7657d9706c29df -C extra-filename=-bf7657d9706c29df --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-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32912024-01-24T18:15:30.495Z Running `/home/build/.rustup/toolchains/1.74.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=3b5c1ee86a85996f -C extra-filename=-3b5c1ee86a85996f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32922024-01-24T18:15:40.314Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32932024-01-24T18:15:40.328Z Running `/home/build/.rustup/toolchains/1.74.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=3c227f4c314ce6ab -C extra-filename=-3c227f4c314ce6ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32942024-01-24T18:15:43.935Z Running `/home/build/.rustup/toolchains/1.74.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=e53080c9702cfa2c -C extra-filename=-e53080c9702cfa2c --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-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32952024-01-24T18:15:43.949Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32962024-01-24T18:15:43.950Z Running `/home/build/.rustup/toolchains/1.74.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=73e0ef0698283497 -C extra-filename=-73e0ef0698283497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32972024-01-24T18:15:46.377Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=111ec89d784f3b59 -C extra-filename=-111ec89d784f3b59 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-256d7e2f9540dc42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32982024-01-24T18:15:49.647Z Running `/home/build/.rustup/toolchains/1.74.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=baaad6d6e6db4cd0 -C extra-filename=-baaad6d6e6db4cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32992024-01-24T18:15:52.242Z Running `/home/build/.rustup/toolchains/1.74.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=c73e53c52dd61a8d -C extra-filename=-c73e53c52dd61a8d --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-e721e405448591eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33002024-01-24T18:15:54.023Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=79cccf1c4f50d8c7 -C extra-filename=-79cccf1c4f50d8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6b417be544ae8718.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-403be6afb99b102e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33012024-01-24T18:16:01.601Z Running `/home/build/.rustup/toolchains/1.74.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=74c369849f33e48a -C extra-filename=-74c369849f33e48a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bec18ccb4b8dadcd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33022024-01-24T18:16:03.089Z Running `/home/build/.rustup/toolchains/1.74.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=6dbcf57b954d9968 -C extra-filename=-6dbcf57b954d9968 --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33032024-01-24T18:16:10.700Z Running `/home/build/.rustup/toolchains/1.74.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=d60d7e7cb7c5ee88 -C extra-filename=-d60d7e7cb7c5ee88 --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-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33042024-01-24T18:16:14.437Z Running `/home/build/.rustup/toolchains/1.74.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=716a1bd8f6171827 -C extra-filename=-716a1bd8f6171827 --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33052024-01-24T18:16:16.033Z Running `/home/build/.rustup/toolchains/1.74.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=4318cddea12e9730 -C extra-filename=-4318cddea12e9730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33062024-01-24T18:16:32.387Z Running `/home/build/.rustup/toolchains/1.74.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=50c0f4b77cce3388 -C extra-filename=-50c0f4b77cce3388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-256d7e2f9540dc42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33072024-01-24T18:16:32.399Z Running `/home/build/.rustup/toolchains/1.74.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=ab29f0f0612c424b -C extra-filename=-ab29f0f0612c424b --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-19af4405c7685bad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33082024-01-24T18:16:34.962Z Running `/home/build/.rustup/toolchains/1.74.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=b40eacc62dcf0a26 -C extra-filename=-b40eacc62dcf0a26 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33092024-01-24T18:16:36.405Z Running `/home/build/.rustup/toolchains/1.74.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=f8eba5b1e61f6834 -C extra-filename=-f8eba5b1e61f6834 --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-bb2c73aa6c7358a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33102024-01-24T18:16:38.462Z Running `/home/build/.rustup/toolchains/1.74.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=98f02708cc62f7ca -C extra-filename=-98f02708cc62f7ca --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-bb2c73aa6c7358a1.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33112024-01-24T18:18:56.968Z Running `/home/build/.rustup/toolchains/1.74.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=09c95b695500f3d3 -C extra-filename=-09c95b695500f3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/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-83c9a97bcc0ada2b/out`
33122024-01-24T18:18:56.975Z Running `/home/build/.rustup/toolchains/1.74.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=a24c74666f7e0b28 -C extra-filename=-a24c74666f7e0b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/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-83c9a97bcc0ada2b/out`
33132024-01-24T18:18:56.977Z Running `/home/build/.rustup/toolchains/1.74.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=46c2857e0a5ec750 -C extra-filename=-46c2857e0a5ec750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/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-83c9a97bcc0ada2b/out`
33142024-01-24T18:18:56.987Z Running `/home/build/.rustup/toolchains/1.74.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=474173830ab9d3cf -C extra-filename=-474173830ab9d3cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33152024-01-24T18:18:59.261Z Running `/home/build/.rustup/toolchains/1.74.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=d6b24e6970a1bdb0 -C extra-filename=-d6b24e6970a1bdb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out`
33162024-01-24T18:19:04.040Z Running `/home/build/.rustup/toolchains/1.74.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=f533eb472d3b923a -C extra-filename=-f533eb472d3b923a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da84fcf8ed886129.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33172024-01-24T18:19:11.138Z Running `/home/build/.rustup/toolchains/1.74.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=a7c7e930379a5f9d -C extra-filename=-a7c7e930379a5f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da84fcf8ed886129.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33182024-01-24T18:19:15.290Z Running `/home/build/.rustup/toolchains/1.74.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=930351301e1e973f -C extra-filename=-930351301e1e973f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da84fcf8ed886129.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33192024-01-24T18:19:37.652Z Running `/home/build/.rustup/toolchains/1.74.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=1d626ec66c0fa2bf -C extra-filename=-1d626ec66c0fa2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33202024-01-24T18:19:38.060Z Running `/home/build/.rustup/toolchains/1.74.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=014f9cacfc22d009 -C extra-filename=-014f9cacfc22d009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out`
33212024-01-24T18:33:09.820Z Finished test [unoptimized + debuginfo] target(s) in 36m 46s
33222024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-1133a3da91ba14ff`
33232024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-3d114736d7a01583`
33242024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-1dfb421d7f8254b9`
33252024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-d0ec56a22fd54a4b`
33262024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-eca1919498b617c2`
33272024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-7a212c6c6804b242`
33282024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-73e0ef0698283497`
33292024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-104efc76c5a4bec8`
33302024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-0833251497162509`
33312024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-f1df57f85ddb84af`
33322024-01-24T18:33:10.718Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-f426ff0ff244a4fd`
33332024-01-24T18:33:10.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-18b6232f9e4cb9e2`
33342024-01-24T18:33:10.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-c9cab4b36c42ef8a`
33352024-01-24T18:33:10.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-439895ecc4141c76`
33362024-01-24T18:33:10.720Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-fe47174c0900c740`
33372024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e66a4531c362cd0f`
33382024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-df6f9487970886d0`
33392024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-ab29f0f0612c424b`
33402024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-bf7657d9706c29df`
33412024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-d0aaa5e892580583`
33422024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-b40eacc62dcf0a26`
33432024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-035b1a39a38d044c`
33442024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-79cccf1c4f50d8c7`
33452024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-c84b5443c8efa611`
33462024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-b4ea03f172f63b35`
33472024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-f62f95f0dcd61c40`
33482024-01-24T18:33:10.726Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-911d540be33e60fb`
33492024-01-24T18:33:10.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-0683b63196796ee2`
33502024-01-24T18:33:10.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-daa73cab9696756e`
33512024-01-24T18:33:10.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-12bcebd40a3669e8`
33522024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-4dc55c83be713c0a`
33532024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-3c227f4c314ce6ab`
33542024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc-3b5c1ee86a85996f`
33552024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-6dbcf57b954d9968`
33562024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-2ef66692ca930511`
33572024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-c270addfea1f8fe2`
33582024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-bb1da3093c6bbb63`
33592024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-b089f28a5f3487f8`
33602024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-c73e53c52dd61a8d`
33612024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_deployment-ec8a97d21a187c2b`
33622024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-79a01344e06ddb4d`
33632024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-598865cd6d969eef`
33642024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-e53080c9702cfa2c`
33652024-01-24T18:33:10.729Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-50c0f4b77cce3388`
33662024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-02928a86dad53409`
33672024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-a24c74666f7e0b28`
33682024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-46c2857e0a5ec750`
33692024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-dcca61439ff77f7c`
33702024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-88b2e0b359efa62c`
33712024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-5c803401d71751a8`
33722024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-09185199ada77a16`
33732024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-a7c7e930379a5f9d`
33742024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-930351301e1e973f`
33752024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-f533eb472d3b923a`
33762024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-d6b24e6970a1bdb0`
33772024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-014f9cacfc22d009`
33782024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-a78caf9cefda5055`
33792024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-b4b49a8a0ee1baa5`
33802024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-e29ea3f27f13c638`
33812024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-98f02708cc62f7ca`
33822024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-bf82bc3831f14262`
33832024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-2cd1b5a20212e070`
33842024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-f7c01fdd58f4e652`
33852024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-d0d31bbae1f0c239`
33862024-01-24T18:33:10.730Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-2a6b235de68ca97e`
33872024-01-24T18:33:10.731Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-693699d9c30c622d`
33882024-01-24T18:33:10.731Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-74c369849f33e48a`
33892024-01-24T18:33:10.731Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-4318cddea12e9730`
33902024-01-24T18:33:10.731Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-7b8ef6c8c6af4bd7`
33912024-01-24T18:33:10.731Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-8b07bfa6e4a04a3f`
33922024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-d60d7e7cb7c5ee88`
33932024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-686338079aaf0f25`
33942024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-60df59a8d6e4655f`
33952024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-ee27e3b3ff95566a`
33962024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-28d310b9bbfdc2ca`
33972024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-6b9d2ecb76199bef`
33982024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-a8310e71c14569d0`
33992024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-3afa622b7e923f63`
34002024-01-24T18:33:10.732Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-f8eba5b1e61f6834`
34012024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-1ab0296eba9b66a0`
34022024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-716a1bd8f6171827`
34032024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-6869667d9e0b359e`
34042024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-d9199efcbffdd4de`
34052024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-562402504ee92dc8`
34062024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1612373c4e418892`
34072024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-95c0e2f9c95e514c`
34082024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-3218a08d678b6d48`
34092024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-d722c9704a42e9fc`
34102024-01-24T18:33:10.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-841249bd18176afa`
34112024-01-24T18:33:10.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-ad31cb046cd6b876`
34122024-01-24T18:33:10.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_common-228f177db99e2113`
34132024-01-24T18:33:10.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-eb2a52f4f495155a`
34142024-01-24T18:33:10.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-dca37d2a74f65083`
34152024-01-24T18:33:10.735Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-cbc0a8dad3ae0fbd`
34162024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-2ac181ba30af1c0e`
34172024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-baaad6d6e6db4cd0`
34182024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-9fb8e8149b2881db`
34192024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-10fd9628ee73e950`
34202024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-26b0f63624bf2cea`
34212024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-6d839153ef7dcf97`
34222024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-85fbab81b18c222c`
34232024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-63b8a5932aa89255`
34242024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ef0610d9ffb1dae0`
34252024-01-24T18:33:10.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_networking-2e96b494affc90fb`
34262024-01-24T18:33:11.807Z
34272024-01-24T18:33:11.811Zreal 36:48.567224116
34282024-01-24T18:33:11.811Zuser 3:28:29.047024089
34292024-01-24T18:33:11.811Zsys 20:55.348956671
34302024-01-24T18:33:11.811Ztrap 9.282492409
34312024-01-24T18:33:11.811Ztflt 4.971874562
34322024-01-24T18:33:11.811Zdflt 1:21.551538294
34332024-01-24T18:33:11.811Zkflt 0.018964157
34342024-01-24T18:33:11.811Zlock 6:48:22.509306896
34352024-01-24T18:33:11.811Zslp 13:36:53.256854295
34362024-01-24T18:33:11.811Zlat 6:21.112602553
34372024-01-24T18:33:11.811Zstop 6:33.735882354
34382024-01-24T18:33:13.803Z
34392024-01-24T18:33:13.803Z ##### ###### #### #####
34402024-01-24T18:33:13.803Z # # # #
34412024-01-24T18:33:13.803Z # ##### #### #
34422024-01-24T18:33:13.803Z # # # #
34432024-01-24T18:33:13.803Z # # # # #
34442024-01-24T18:33:13.803Z # ###### #### #
34452024-01-24T18:33:13.803Z
34462024-01-24T18:33:14.586Z Downloading crates ...
34472024-01-24T18:33:15.642Z Downloaded android-tzdata v0.1.1
34482024-01-24T18:33:15.651Z Downloaded polyval v0.6.1
34492024-01-24T18:33:15.652Z Downloaded rand_core v0.3.1
34502024-01-24T18:33:15.671Z Downloaded pbkdf2 v0.11.0
34512024-01-24T18:33:15.671Z Downloaded option-ext v0.2.0
34522024-01-24T18:33:15.671Z Downloaded rand_hc v0.2.0
34532024-01-24T18:33:15.680Z Downloaded system-configuration-sys v0.5.0
34542024-01-24T18:33:15.680Z Downloaded system-configuration v0.5.1
34552024-01-24T18:33:15.680Z Downloaded rand_core v0.5.1
34562024-01-24T18:33:15.680Z Downloaded redox_syscall v0.2.16
34572024-01-24T18:33:15.680Z Downloaded pbkdf2 v0.12.2
34582024-01-24T18:33:15.680Z Downloaded russh v0.40.2
34592024-01-24T18:33:15.689Z Downloaded iana-time-zone-haiku v0.1.2
34602024-01-24T18:33:15.690Z Downloaded rfc6979 v0.4.0
34612024-01-24T18:33:15.690Z Downloaded rdrand v0.4.0
34622024-01-24T18:33:15.694Z Downloaded fuchsia-cprng v0.1.1
34632024-01-24T18:33:15.694Z Downloaded russh-cryptovec v0.7.0
34642024-01-24T18:33:15.715Z Downloaded str-buf v1.0.6
34652024-01-24T18:33:15.716Z Downloaded atomic-polyfill v0.1.11
34662024-01-24T18:33:15.716Z Downloaded android_system_properties v0.1.5
34672024-01-24T18:33:15.716Z Downloaded md5 v0.7.0
34682024-01-24T18:33:15.716Z Downloaded windows-targets v0.52.0
34692024-01-24T18:33:15.719Z Downloaded wasm-bindgen-backend v0.2.87
34702024-01-24T18:33:15.759Z Downloaded redox_users v0.4.3
34712024-01-24T18:33:15.759Z Downloaded redox_syscall v0.3.5
34722024-01-24T18:33:15.763Z Downloaded critical-section v1.1.2
34732024-01-24T18:33:15.763Z Downloaded dirs-sys v0.4.1
34742024-01-24T18:33:15.763Z Downloaded windows-targets v0.48.5
34752024-01-24T18:33:15.763Z Downloaded wasm-bindgen-shared v0.2.87
34762024-01-24T18:33:15.763Z Downloaded fs2 v0.4.3
34772024-01-24T18:33:15.763Z Downloaded ipconfig v0.3.2
34782024-01-24T18:33:15.763Z Downloaded wasm-bindgen-futures v0.4.37
34792024-01-24T18:33:15.763Z Downloaded error-code v2.3.1
34802024-01-24T18:33:15.763Z Downloaded hermit-abi v0.1.19
34812024-01-24T18:33:15.764Z Downloaded ed25519 v2.2.2
34822024-01-24T18:33:15.764Z Downloaded ghash v0.5.0
34832024-01-24T18:33:15.764Z Downloaded wasm-bindgen-macro-support v0.2.87
34842024-01-24T18:33:15.767Z Downloaded anstyle-wincon v2.1.0
34852024-01-24T18:33:15.771Z Downloaded rand_core v0.4.2
34862024-01-24T18:33:15.771Z Downloaded winapi-util v0.1.5
34872024-01-24T18:33:15.774Z Downloaded cargo_toml v0.18.0
34882024-01-24T18:33:15.774Z Downloaded primeorder v0.13.6
34892024-01-24T18:33:15.810Z Downloaded clipboard-win v4.5.0
34902024-01-24T18:33:15.810Z Downloaded hermit-abi v0.3.2
34912024-01-24T18:33:15.811Z Downloaded core-foundation-sys v0.8.4
34922024-01-24T18:33:15.811Z Downloaded dirs v5.0.1
34932024-01-24T18:33:15.811Z Downloaded ctr v0.9.2
34942024-01-24T18:33:15.811Z Downloaded security-framework-sys v2.9.1
34952024-01-24T18:33:15.811Z Downloaded getrandom v0.1.16
34962024-01-24T18:33:15.811Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
34972024-01-24T18:33:15.811Z Downloaded blowfish v0.9.1
34982024-01-24T18:33:15.811Z Downloaded rand_chacha v0.2.2
34992024-01-24T18:33:15.817Z Downloaded wasm-bindgen-macro v0.2.87
35002024-01-24T18:33:15.827Z Downloaded ecdsa v0.16.9
35012024-01-24T18:33:15.827Z Downloaded cbc v0.1.2
35022024-01-24T18:33:15.828Z Downloaded winreg v0.50.0
35032024-01-24T18:33:15.828Z Downloaded wasm-streams v0.3.0
35042024-01-24T18:33:15.831Z Downloaded p256 v0.13.2
35052024-01-24T18:33:15.836Z Downloaded russh-keys v0.40.1
35062024-01-24T18:33:15.839Z Downloaded crossterm_winapi v0.9.1
35072024-01-24T18:33:15.843Z Downloaded encode_unicode v0.3.6
35082024-01-24T18:33:15.847Z Downloaded bcrypt-pbkdf v0.10.0
35092024-01-24T18:33:15.850Z Downloaded core-foundation v0.9.3
35102024-01-24T18:33:15.853Z Downloaded password-hash v0.4.2
35112024-01-24T18:33:15.856Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
35122024-01-24T18:33:15.859Z Downloaded redox_syscall v0.4.1
35132024-01-24T18:33:15.863Z Downloaded schannel v0.1.22
35142024-01-24T18:33:15.868Z Downloaded js-sys v0.3.64
35152024-01-24T18:33:15.877Z Downloaded widestring v1.0.2
35162024-01-24T18:33:15.884Z Downloaded bumpalo v3.13.0
35172024-01-24T18:33:15.889Z Downloaded security-framework v2.9.2
35182024-01-24T18:33:15.907Z Downloaded ed25519-dalek v2.0.0
35192024-01-24T18:33:15.949Z Downloaded aes v0.8.3
35202024-01-24T18:33:15.956Z Downloaded rand v0.7.3
35212024-01-24T18:33:16.009Z Downloaded aes-gcm v0.10.3
35222024-01-24T18:33:16.044Z Downloaded wasm-bindgen v0.2.87
35232024-01-24T18:33:16.369Z Downloaded windows_x86_64_gnullvm v0.48.5
35242024-01-24T18:33:16.388Z Downloaded windows_aarch64_gnullvm v0.48.5
35252024-01-24T18:33:16.402Z Downloaded windows_x86_64_gnullvm v0.52.0
35262024-01-24T18:33:16.419Z Downloaded windows_aarch64_gnullvm v0.52.0
35272024-01-24T18:33:16.476Z Downloaded fiat-crypto v0.2.1
35282024-01-24T18:33:16.793Z Downloaded web-sys v0.3.64
35292024-01-24T18:33:16.992Z Downloaded windows_x86_64_gnu v0.48.5
35302024-01-24T18:33:17.031Z Downloaded windows_aarch64_msvc v0.48.5
35312024-01-24T18:33:17.064Z Downloaded windows_aarch64_msvc v0.52.0
35322024-01-24T18:33:17.086Z Downloaded windows_x86_64_msvc v0.48.5
35332024-01-24T18:33:17.112Z Downloaded windows_x86_64_msvc v0.52.0
35342024-01-24T18:33:17.147Z Downloaded windows_i686_msvc v0.48.5
35352024-01-24T18:33:17.168Z Downloaded windows_i686_msvc v0.52.0
35362024-01-24T18:33:17.197Z Downloaded windows_i686_gnu v0.52.0
35372024-01-24T18:33:17.238Z Downloaded windows_x86_64_gnu v0.52.0
35382024-01-24T18:33:17.280Z Downloaded linux-raw-sys v0.3.8
35392024-01-24T18:33:17.321Z Downloaded windows_i686_gnu v0.48.5
35402024-01-24T18:33:17.396Z Downloaded winapi v0.3.9
35412024-01-24T18:33:17.555Z Downloaded linux-raw-sys v0.4.13
35422024-01-24T18:33:18.335Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
35432024-01-24T18:33:18.349Z Downloaded windows-sys v0.52.0
35442024-01-24T18:33:18.395Z Downloaded windows-sys v0.48.0
35452024-01-24T18:33:18.564Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
35462024-01-24T18:33:19.365Z Downloaded windows v0.48.0
35472024-01-24T18:33:20.489Zinfo: experimental features enabled: setup-scripts
35482024-01-24T18:33:22.241Z Finished test [unoptimized + debuginfo] target(s) in 1.73s
35492024-01-24T18:33:24.560Z Starting 1020 tests across 104 binaries (3 skipped)
35502024-01-24T18:33:24.981Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35512024-01-24T18:33:25.452Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35522024-01-24T18:33:38.337Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35532024-01-24T18:33:41.588Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35542024-01-24T18:33:55.368Z Finished test [unoptimized + debuginfo] target(s) in 30.68s
35552024-01-24T18:33:55.393Z Running `target/debug/crdb-seed`
35562024-01-24T18:33:55.429ZJan 24 18:33:54.631 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpMyBi7H
35572024-01-24T18:33:55.435ZJan 24 18:33:54.632 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp45eecn,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpMyBi7H/listen-url
35582024-01-24T18:33:55.435ZJan 24 18:33:54.634 INFO cockroach environment: BUILDOMAT_JOB_ID=01HMY982H09AK02AYT3QD9N7KB BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.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=boundary-tunnel-routing GITHUB_REF=refs/heads/boundary-tunnel-routing GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=2dec2168732c028b5575d40bf02c7c50383eeb0a 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-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envf2EUoO NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e04dd08b-4987-4a51-93c2-ad7d0cd414c8 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.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
35592024-01-24T18:33:56.842ZJan 24 18:33:56.040 INFO cockroach pid: 3936
35602024-01-24T18:33:56.842ZJan 24 18:33:56.040 INFO cockroach listen URL: postgresql://root@[::1]:48769/omicron?sslmode=disable
35612024-01-24T18:33:56.842ZJan 24 18:33:56.040 INFO cockroach: populating
35622024-01-24T18:33:59.125ZJan 24 18:33:58.327 INFO cockroach: populated
35632024-01-24T18:34:01.745ZJan 24 18:34:00.946 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/21de36512e56cbeeef9d0ede1128815cd30553cc65560f0bc1c2e7bf429e7287.tar`
35642024-01-24T18:34:01.750Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35652024-01-24T18:34:01.888Z PASS [ 0.048s] authz-macros tests::test_authz_dump
35662024-01-24T18:34:01.889Z PASS [ 0.041s] bootstore schemes::tests::hello_roundtrip
35672024-01-24T18:34:01.889Z PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages
35682024-01-24T18:34:01.889Z PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35692024-01-24T18:34:01.889Z PASS [ 0.047s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35702024-01-24T18:34:01.889Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35712024-01-24T18:34:01.889Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35722024-01-24T18:34:01.889Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35732024-01-24T18:34:01.895Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35742024-01-24T18:34:01.895Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35752024-01-24T18:34:01.895Z PASS [ 0.112s] bootstore schemes::v0::peer::tests::network_config
35762024-01-24T18:34:02.237Z PASS [ 0.372s] dns-server storage::test::test_update_in_progress
35772024-01-24T18:34:02.259Z PASS [ 0.387s] dns-server storage::test::test_update_interrupted
35782024-01-24T18:34:02.266Z PASS [ 0.410s] dns-server storage::test::test_update_basic
35792024-01-24T18:34:02.569Z PASS [ 0.682s] dns-server::basic_test a_crud
35802024-01-24T18:34:02.597Z PASS [ 0.701s] dns-server::basic_test aaaa_crud
35812024-01-24T18:34:02.688Z PASS [ 0.416s] dns-server::basic_test name_contains_zone
35822024-01-24T18:34:02.719Z PASS [ 0.482s] dns-server::basic_test empty_record
35832024-01-24T18:34:02.756Z PASS [ 0.493s] dns-server::basic_test multi_record_crud
35842024-01-24T18:34:02.960Z PASS [ 1.188s] bootstore schemes::v0::peer::tests::basic_3_nodes
35852024-01-24T18:34:03.006Z PASS [ 0.418s] dns-server::basic_test servfail
35862024-01-24T18:34:03.014Z PASS [ 0.451s] dns-server::basic_test nxdomain
35872024-01-24T18:34:03.049Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35882024-01-24T18:34:03.058Z PASS [ 0.099s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35892024-01-24T18:34:03.067Z PASS [ 0.053s] illumos-utils destructor::test::test_delayed_delete
35902024-01-24T18:34:03.082Z PASS [ 0.325s] dns-server::openapi_test test_dns_server_openapi
35912024-01-24T18:34:03.096Z PASS [ 0.038s] illumos-utils destructor::test::test_destructor_bad_close
35922024-01-24T18:34:03.104Z PASS [ 0.038s] illumos-utils link::test::test_allocate
35932024-01-24T18:34:03.119Z PASS [ 0.037s] illumos-utils link::test::test_allocate_within_scopes
35942024-01-24T18:34:03.119Z PASS [ 0.436s] dns-server::basic_test srv_crud
35952024-01-24T18:34:03.128Z PASS [ 0.034s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
35962024-01-24T18:34:03.135Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35972024-01-24T18:34:03.144Z PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network
35982024-01-24T18:34:03.152Z PASS [ 0.034s] illumos-utils zpool::test::test_parse_bad_zpool_names
35992024-01-24T18:34:03.161Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_external_zpool_name
36002024-01-24T18:34:03.169Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
36012024-01-24T18:34:03.177Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
36022024-01-24T18:34:03.185Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_missing_column
36032024-01-24T18:34:03.194Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_name_json
36042024-01-24T18:34:03.212Z PASS [ 0.042s] illumos-utils zpool::test::test_zpool_name_regex
36052024-01-24T18:34:03.406Z PASS [ 0.194s] installinator-common block_size_writer::tests::proptest_block_writer
36062024-01-24T18:34:03.444Z PASS [ 0.038s] internal-dns config::test::display_hosts
36072024-01-24T18:34:03.478Z PASS [ 0.033s] internal-dns config::test::display_srv_service
36082024-01-24T18:34:03.529Z PASS [ 0.047s] internal-dns config::test::test_builder_errors
36092024-01-24T18:34:03.568Z PASS [ 0.042s] internal-dns config::test::test_builder_output
36102024-01-24T18:34:03.913Z PASS [ 0.862s] illumos-utils destructor::test::test_delayed_delete_with_error
36112024-01-24T18:34:03.946Z PASS [ 0.745s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
36122024-01-24T18:34:04.254Z PASS [ 0.675s] internal-dns resolver::test::insert_and_lookup_multiple_records
36132024-01-24T18:34:04.328Z PASS [ 0.390s] internal-dns resolver::test::lookup_nonexistent_record_fails
36142024-01-24T18:34:04.402Z PASS [ 0.488s] internal-dns resolver::test::insert_and_lookup_one_record
36152024-01-24T18:34:04.902Z PASS [ 0.572s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
36162024-01-24T18:34:04.963Z PASS [ 0.720s] internal-dns resolver::test::resolver_can_access_backup_dns_server
36172024-01-24T18:34:05.026Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
36182024-01-24T18:34:05.038Z PASS [ 0.636s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
36192024-01-24T18:34:05.081Z PASS [ 0.056s] ipcc tests::installinator_image_id_round_trip
36202024-01-24T18:34:05.107Z PASS [ 0.065s] ipcc tests::serialized_size
36212024-01-24T18:34:05.147Z PASS [ 0.051s] key-manager tests::different_disks_produce_different_keys
36222024-01-24T18:34:05.147Z PASS [ 0.035s] key-manager tests::different_ikm_produces_different_keys
36232024-01-24T18:34:05.148Z PASS [ 0.038s] key-manager tests::disk_encryption_key_epoch_0
36242024-01-24T18:34:05.171Z PASS [ 0.034s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
36252024-01-24T18:34:05.187Z PASS [ 0.038s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36262024-01-24T18:34:05.219Z PASS [ 0.044s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36272024-01-24T18:34:05.266Z PASS [ 0.039s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36282024-01-24T18:34:05.336Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
36292024-01-24T18:34:05.336Z PASS [ 0.033s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36302024-01-24T18:34:05.365Z PASS [ 0.157s] nexus-db-model device_auth::test::test_generate_user_code
36312024-01-24T18:34:05.375Z PASS [ 0.052s] nexus-db-model tests::test_ipv6_net_random_subnet
36322024-01-24T18:34:05.391Z PASS [ 0.043s] nexus-db-model tests::test_roles_database_strings
36332024-01-24T18:34:05.426Z PASS [ 0.050s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36342024-01-24T18:34:05.441Z PASS [ 0.058s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
36352024-01-24T18:34:05.486Z PASS [ 0.579s] internal-dns resolver::test::update_record
36362024-01-24T18:34:05.500Z PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
36372024-01-24T18:34:05.501Z PASS [ 0.065s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
36382024-01-24T18:34:05.526Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
36392024-01-24T18:34:05.536Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
36402024-01-24T18:34:05.548Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
36412024-01-24T18:34:05.605Z PASS [ 0.060s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
36422024-01-24T18:34:05.616Z PASS [ 0.089s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
36432024-01-24T18:34:05.645Z PASS [ 0.097s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
36442024-01-24T18:34:05.655Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token
36452024-01-24T18:34:05.706Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
36462024-01-24T18:34:05.716Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
36472024-01-24T18:34:05.716Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
36482024-01-24T18:34:05.724Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
36492024-01-24T18:34:05.738Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
36502024-01-24T18:34:05.808Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
36512024-01-24T18:34:05.812Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value
36522024-01-24T18:34:05.812Z PASS [ 0.078s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
36532024-01-24T18:34:05.815Z PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
36542024-01-24T18:34:05.835Z PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
36552024-01-24T18:34:05.849Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
36562024-01-24T18:34:05.862Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
36572024-01-24T18:34:05.889Z PASS [ 0.055s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
36582024-01-24T18:34:05.905Z PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_make_header_value
36592024-01-24T18:34:05.911Z PASS [ 0.064s] nexus-db-queries authn::external::test::test_authn_sequence
36602024-01-24T18:34:05.947Z PASS [ 0.054s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
36612024-01-24T18:34:05.984Z PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_token_header_valid
36622024-01-24T18:34:05.984Z PASS [ 0.053s] nexus-db-queries authn::external::token::test::test_token_header_missing
36632024-01-24T18:34:06.019Z PASS [ 0.064s] nexus-db-queries authn::test::test_internal_users
36642024-01-24T18:34:06.035Z PASS [ 0.064s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
36652024-01-24T18:34:07.189Z PASS [ 4.470s] dns-server::commands_test test_dnsadm
36662024-01-24T18:34:13.791Z PASS [ 7.831s] nexus-db-queries authz::context::test::test_unregistered_resource
36672024-01-24T18:34:14.886Z PASS [ 7.697s] nexus-db-queries context::test::test_background_context
36682024-01-24T18:34:18.085Z PASS [ 14.904s] installinator mock_peers::tests::proptest_fetch_artifact
36692024-01-24T18:34:18.803Z PASS [ 15.613s] installinator write::tests::proptest_write_artifact
36702024-01-24T18:34:23.056Z PASS [ 17.045s] nexus-db-queries authz::policy_test::test_conferred_roles
36712024-01-24T18:34:23.861Z PASS [ 10.065s] nexus-db-queries context::test::test_child_context
36722024-01-24T18:34:25.272Z PASS [ 10.383s] nexus-db-queries context::test::test_test_context
36732024-01-24T18:34:27.948Z PASS [ 9.150s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36742024-01-24T18:34:28.293Z PASS [ 10.062s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36752024-01-24T18:34:33.154Z PASS [ 10.099s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36762024-01-24T18:34:33.432Z PASS [ 9.576s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36772024-01-24T18:34:35.887Z PASS [ 10.618s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36782024-01-24T18:34:37.309Z PASS [ 9.360s] nexus-db-queries db::collection_attach::test::test_attach_once
36792024-01-24T18:34:37.382Z PASS [ 0.072s] nexus-db-queries db::collection_attach::test::test_verify_query
36802024-01-24T18:34:38.034Z PASS [ 9.889s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36812024-01-24T18:34:42.939Z PASS [ 9.507s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36822024-01-24T18:34:43.043Z PASS [ 9.884s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36832024-01-24T18:34:45.303Z PASS [ 9.414s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36842024-01-24T18:34:47.001Z PASS [ 8.954s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36852024-01-24T18:34:47.135Z PASS [ 9.749s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36862024-01-24T18:34:47.222Z PASS [ 0.093s] nexus-db-queries db::collection_detach::test::test_verify_query
36872024-01-24T18:34:51.942Z PASS [ 8.895s] nexus-db-queries db::collection_detach::test::test_detach_once
36882024-01-24T18:34:52.121Z PASS [ 9.182s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36892024-01-24T18:34:54.357Z PASS [ 9.055s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36902024-01-24T18:34:55.773Z PASS [ 8.787s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36912024-01-24T18:34:56.299Z PASS [ 9.066s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36922024-01-24T18:34:56.489Z PASS [ 50.452s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
36932024-01-24T18:34:58.804Z PASS [ 6.875s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36942024-01-24T18:34:59.102Z PASS [ 6.984s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36952024-01-24T18:34:59.171Z PASS [ 0.064s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36962024-01-24T18:35:00.564Z PASS [ 6.210s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36972024-01-24T18:35:01.797Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36982024-01-24T18:35:01.806Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36992024-01-24T18:35:02.148Z PASS [ 6.374s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
37002024-01-24T18:35:02.215Z PASS [ 0.064s] nexus-db-queries db::collection_insert::test::test_verify_query
37012024-01-24T18:35:02.270Z PASS [ 0.058s] nexus-db-queries db::column_walker::test::test_walk_columns
37022024-01-24T18:35:02.325Z PASS [ 0.057s] nexus-db-queries db::column_walker::test::test_walk_table
37032024-01-24T18:35:02.399Z PASS [ 0.076s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
37042024-01-24T18:35:02.465Z PASS [ 0.063s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
37052024-01-24T18:35:02.523Z PASS [ 0.059s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
37062024-01-24T18:35:02.580Z PASS [ 0.056s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
37072024-01-24T18:35:02.689Z PASS [ 6.401s] nexus-db-queries db::collection_detach_many::test::test_detach_once
37082024-01-24T18:35:02.850Z PASS [ 6.364s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
37092024-01-24T18:35:05.121Z PASS [ 5.956s] nexus-db-queries db::collection_insert::test::test_collection_not_present
37102024-01-24T18:35:05.188Z PASS [ 0.068s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
37112024-01-24T18:35:05.249Z PASS [ 6.444s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
37122024-01-24T18:35:06.568Z PASS [ 5.988s] nexus-db-queries db::collection_insert::test::test_collection_present
37132024-01-24T18:35:08.129Z PASS [ 5.422s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
37142024-01-24T18:35:09.086Z PASS [ 6.492s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
37152024-01-24T18:35:10.052Z PASS [ 67.847s] bootstore::v0-fsm-proptest-learner run
37162024-01-24T18:35:10.142Z PASS [ 7.299s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
37172024-01-24T18:35:12.737Z PASS [ 7.246s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
37182024-01-24T18:35:13.913Z PASS [ 7.310s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
37192024-01-24T18:35:14.160Z PASS [ 8.831s] nexus-db-queries db::datastore::dns::test::test_dns_update
37202024-01-24T18:35:17.439Z PASS [ 7.831s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
37212024-01-24T18:35:17.661Z PASS [ 7.260s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
37222024-01-24T18:35:17.661Z PASS [ 7.107s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
37232024-01-24T18:35:37.714Z PASS [ 7.674s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
37242024-01-24T18:35:37.800Z PASS [ 10.242s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
37252024-01-24T18:35:38.208Z PASS [ 6.930s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
37262024-01-24T18:35:38.208Z PASS [ 6.963s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
37272024-01-24T18:35:38.208Z PASS [ 79.310s] bootstore::v0-fsm-proptest-rack-coordinator run
37282024-01-24T18:35:38.208Z PASS [ 7.283s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
37292024-01-24T18:35:38.208Z PASS [ 7.396s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
37302024-01-24T18:35:38.208Z PASS [ 7.469s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
37312024-01-24T18:35:38.208Z PASS [ 7.310s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
37322024-01-24T18:35:38.208Z PASS [ 7.425s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
37332024-01-24T18:35:38.208Z PASS [ 7.191s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
37342024-01-24T18:35:38.209Z PASS [ 7.035s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
37352024-01-24T18:35:38.209Z PASS [ 0.044s] nexus-db-queries db::datastore::region::test::test_extent_count
37362024-01-24T18:35:38.209Z PASS [ 7.158s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37372024-01-24T18:35:38.209Z PASS [ 7.533s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37382024-01-24T18:35:38.209Z PASS [ 8.213s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37392024-01-24T18:35:38.209Z PASS [ 7.218s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37402024-01-24T18:35:38.209Z PASS [ 7.119s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37412024-01-24T18:35:38.209Z PASS [ 7.589s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37422024-01-24T18:35:38.209Z PASS [ 8.255s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
37432024-01-24T18:35:38.209Z PASS [ 7.573s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37442024-01-24T18:35:38.209Z PASS [ 8.072s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37452024-01-24T18:35:38.815Z PASS [ 7.378s] nexus-db-queries db::datastore::test::test_component_update_conflict
37462024-01-24T18:35:38.885Z PASS [ 7.439s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37472024-01-24T18:35:39.056Z PASS [ 7.797s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37482024-01-24T18:35:41.512Z PASS [ 5.751s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37492024-01-24T18:35:42.682Z PASS [ 7.259s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37502024-01-24T18:35:43.213Z PASS [ 7.253s] nexus-db-queries db::datastore::test::test_project_creation
37512024-01-24T18:35:43.503Z PASS [ 7.747s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37522024-01-24T18:35:43.845Z PASS [ 7.450s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37532024-01-24T18:35:46.593Z PASS [ 7.239s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37542024-01-24T18:35:49.171Z PASS [ 9.376s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37552024-01-24T18:35:49.746Z PASS [ 9.284s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37562024-01-24T18:35:50.699Z PASS [ 7.181s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
37572024-01-24T18:35:51.161Z PASS [ 7.414s] nexus-db-queries db::datastore::test::test_session_methods
37582024-01-24T18:35:51.681Z PASS [ 10.200s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37592024-01-24T18:35:51.821Z PASS [ 5.539s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37602024-01-24T18:35:52.945Z PASS [ 9.643s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37612024-01-24T18:35:53.428Z PASS [ 10.424s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37622024-01-24T18:35:55.522Z PASS [ 6.607s] nexus-db-queries db::datastore::test::test_system_update_conflict
37632024-01-24T18:36:13.405Z PASS [ 0.049s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
37642024-01-24T18:36:13.407Z PASS [ 6.815s] nexus-db-queries db::datastore::test::test_ssh_keys
37652024-01-24T18:36:13.408Z PASS [ 0.051s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
37662024-01-24T18:36:13.408Z PASS [ 0.053s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
37672024-01-24T18:36:13.408Z PASS [ 0.054s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
37682024-01-24T18:36:13.982Z PASS [ 6.704s] nexus-db-queries db::datastore::test::test_table_scan
37692024-01-24T18:36:14.088Z PASS [ 7.115s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
37702024-01-24T18:36:14.088Z PASS [ 5.431s] nexus-db-queries db::explain::test::test_explain_async
37712024-01-24T18:36:14.088Z PASS [ 5.766s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37722024-01-24T18:36:14.088Z PASS [ 0.055s] nexus-db-queries db::pagination::test::test_paginator
37732024-01-24T18:36:14.089Z PASS [ 7.412s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37742024-01-24T18:36:14.089Z PASS [ 7.467s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37752024-01-24T18:36:14.089Z PASS [ 6.473s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37762024-01-24T18:36:14.090Z PASS [ 6.865s] nexus-db-queries db::lookup::test::test_lookup
37772024-01-24T18:36:14.090Z PASS [ 6.298s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37782024-01-24T18:36:14.090Z PASS [ 5.381s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
37792024-01-24T18:36:14.090Z PASS [ 6.580s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37802024-01-24T18:36:14.090Z PASS [ 6.566s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37812024-01-24T18:36:14.090Z PASS [ 7.443s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37822024-01-24T18:36:14.090Z PASS [ 7.439s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37832024-01-24T18:36:14.090Z PASS [ 6.775s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
37842024-01-24T18:36:14.090Z PASS [ 7.292s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
37852024-01-24T18:36:14.090Z PASS [ 7.156s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
37862024-01-24T18:36:14.091Z PASS [ 7.203s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
37872024-01-24T18:36:14.091Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37882024-01-24T18:36:14.091Z PASS [ 7.381s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37892024-01-24T18:36:14.091Z PASS [ 7.490s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37902024-01-24T18:36:14.094Z PASS [ 7.088s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
37912024-01-24T18:36:14.094Z PASS [ 7.041s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37922024-01-24T18:36:15.989Z PASS [ 7.291s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37932024-01-24T18:36:16.024Z PASS [ 7.154s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37942024-01-24T18:36:18.819Z PASS [ 7.287s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37952024-01-24T18:36:19.044Z PASS [ 8.392s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37962024-01-24T18:36:19.166Z PASS [ 7.106s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37972024-01-24T18:36:19.200Z PASS [ 7.372s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37982024-01-24T18:36:20.299Z PASS [ 6.693s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37992024-01-24T18:36:20.416Z PASS [ 6.833s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
38002024-01-24T18:36:20.463Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
38012024-01-24T18:36:22.940Z PASS [ 6.944s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
38022024-01-24T18:36:22.940Z PASS [ 6.912s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
38032024-01-24T18:36:23.098Z PASS [ 0.159s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
38042024-01-24T18:36:23.153Z PASS [ 0.055s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
38052024-01-24T18:36:23.222Z PASS [ 0.068s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
38062024-01-24T18:36:23.287Z PASS [ 0.065s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
38072024-01-24T18:36:23.347Z PASS [ 0.059s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
38082024-01-24T18:36:26.285Z PASS [ 7.469s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
38092024-01-24T18:36:26.562Z PASS [ 7.518s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
38102024-01-24T18:36:26.678Z PASS [ 7.459s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
38112024-01-24T18:36:26.679Z PASS [ 7.444s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
38122024-01-24T18:36:27.631Z PASS [ 7.112s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
38132024-01-24T18:36:27.744Z PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix
38142024-01-24T18:36:27.744Z PASS [ 0.071s] nexus-deployment blueprint_builder::test::test_basic
38152024-01-24T18:36:27.745Z PASS [ 0.052s] nexus-deployment blueprint_builder::test::test_initial
38162024-01-24T18:36:27.745Z PASS [ 0.034s] nexus-deployment ip_allocator::test::test_basic
38172024-01-24T18:36:27.745Z PASS [ 0.047s] nexus-deployment planner::test::test_basic_add_sled
38182024-01-24T18:36:28.006Z PASS [ 7.243s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
38192024-01-24T18:36:28.006Z PASS [ 0.057s] nexus-inventory builder::test::test_empty
38202024-01-24T18:36:28.134Z PASS [ 0.135s] nexus-inventory builder::test::test_problems
38212024-01-24T18:36:28.134Z PASS [ 0.342s] nexus-inventory builder::test::test_basic
38222024-01-24T18:36:28.614Z PASS [ 5.066s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
38232024-01-24T18:36:29.423Z PASS [ 5.937s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
38242024-01-24T18:36:29.786Z PASS [ 1.076s] nexus-inventory collector::test::test_multi_mgs_failure
38252024-01-24T18:36:30.079Z PASS [ 0.046s] nexus-types external_api::shared::test::test_policy_parsing
38262024-01-24T18:36:30.079Z PASS [ 0.201s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
38272024-01-24T18:36:30.079Z PASS [ 0.077s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
38282024-01-24T18:36:30.421Z PASS [ 0.235s] omicron-certificates tests::test_cert_extended_key_usage
38292024-01-24T18:36:30.657Z PASS [ 1.271s] nexus-inventory collector::test::test_sled_agent_failure
38302024-01-24T18:36:30.657Z PASS [ 0.148s] omicron-certificates tests::test_common_name_is_validated
38312024-01-24T18:36:30.657Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
38322024-01-24T18:36:30.657Z PASS [ 2.338s] nexus-inventory collector::test::test_basic
38332024-01-24T18:36:30.657Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
38342024-01-24T18:36:30.657Z PASS [ 0.033s] omicron-common address::test::test_ip_range_enum_deserialization
38352024-01-24T18:36:30.657Z PASS [ 2.289s] nexus-inventory collector::test::test_multi_mgs
38362024-01-24T18:36:30.657Z PASS [ 0.033s] omicron-common address::test::test_ip_range_iter
38372024-01-24T18:36:30.657Z PASS [ 0.153s] omicron-certificates tests::test_subject_alternate_names_are_validated
38382024-01-24T18:36:30.657Z PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from
38392024-01-24T18:36:30.657Z PASS [ 0.029s] omicron-common address::test::test_ipv6_subnet_deserialize
38402024-01-24T18:36:30.657Z PASS [ 0.029s] omicron-common address::test::test_sled_address
38412024-01-24T18:36:30.658Z PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless
38422024-01-24T18:36:30.658Z PASS [ 0.030s] omicron-common api::external::error::test::test_context
38432024-01-24T18:36:30.658Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_pagination_examples
38442024-01-24T18:36:30.658Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38452024-01-24T18:36:30.659Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38462024-01-24T18:36:30.659Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_name
38472024-01-24T18:36:30.659Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_id
38482024-01-24T18:36:30.659Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38492024-01-24T18:36:30.659Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38502024-01-24T18:36:30.659Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
38512024-01-24T18:36:30.659Z PASS [ 0.038s] omicron-common api::external::test::test_bytecount
38522024-01-24T18:36:30.659Z PASS [ 0.031s] omicron-common api::external::test::test_digest
38532024-01-24T18:36:30.659Z PASS [ 0.030s] omicron-common api::external::test::test_firewall_deserialization
38542024-01-24T18:36:30.659Z PASS [ 0.040s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38552024-01-24T18:36:30.659Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_into_str
38562024-01-24T18:36:30.659Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
38572024-01-24T18:36:30.659Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
38582024-01-24T18:36:30.659Z PASS [ 0.024s] omicron-common api::external::test::test_ipnet_first_last_address
38592024-01-24T18:36:30.659Z PASS [ 0.023s] omicron-common api::external::test::test_ipnet_serde
38602024-01-24T18:36:30.780Z PASS [ 0.027s] omicron-common api::external::test::test_ipv4_net_operations
38612024-01-24T18:36:30.780Z PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations
38622024-01-24T18:36:30.780Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
38632024-01-24T18:36:30.780Z PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions
38642024-01-24T18:36:30.781Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
38652024-01-24T18:36:30.783Z PASS [ 0.022s] omicron-common api::external::test::test_name_parse_from_param
38662024-01-24T18:36:30.783Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse
38672024-01-24T18:36:30.783Z PASS [ 0.028s] omicron-common api::external::test::test_resource_name_parse
38682024-01-24T18:36:30.783Z PASS [ 0.037s] omicron-common api::external::test::test_role_name_parse
38692024-01-24T18:36:30.783Z PASS [ 0.039s] omicron-common api::external::test::test_route_destination_parse
38702024-01-24T18:36:30.783Z PASS [ 0.034s] omicron-common api::external::test::test_semver_serialize
38712024-01-24T18:36:30.783Z PASS [ 0.039s] omicron-common api::external::test::test_route_target_parse
38722024-01-24T18:36:30.783Z PASS [ 0.031s] omicron-common api::external::test::test_semver_validation
38732024-01-24T18:36:30.783Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38742024-01-24T18:36:30.783Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
38752024-01-24T18:36:30.783Z PASS [ 0.030s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38762024-01-24T18:36:30.784Z PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures
38772024-01-24T18:36:30.784Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38782024-01-24T18:36:30.784Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_bad_toml
38792024-01-24T18:36:30.784Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_empty
38802024-01-24T18:36:30.784Z PASS [ 0.044s] omicron-common nexus_config::test::test_bad_authn_schemes
38812024-01-24T18:36:30.784Z PASS [ 0.034s] omicron-common nexus_config::test::test_config_nonexistent
38822024-01-24T18:36:30.784Z PASS [ 0.026s] omicron-common nexus_config::test::test_deployment_config_schema
38832024-01-24T18:36:31.240Z PASS [ 0.029s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
38842024-01-24T18:36:31.240Z PASS [ 0.026s] omicron-common postgres_config::test::test_bad_url
38852024-01-24T18:36:31.240Z PASS [ 0.047s] omicron-common nexus_config::test::test_repo_configs_are_valid
38862024-01-24T18:36:31.255Z PASS [ 0.042s] omicron-common nexus_config::test::test_valid
38872024-01-24T18:36:31.255Z PASS [ 0.036s] omicron-common postgres_config::test::test_example_url
38882024-01-24T18:36:31.287Z PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind
38892024-01-24T18:36:32.018Z PASS [ 0.366s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
38902024-01-24T18:36:32.019Z PASS [ 0.441s] omicron-dev::test_omicron_dev test_cert_create
38912024-01-24T18:36:32.019Z PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
38922024-01-24T18:36:32.019Z PASS [ 0.109s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
38932024-01-24T18:36:32.019Z PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
38942024-01-24T18:36:32.019Z PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_config_validation
38952024-01-24T18:36:32.019Z PASS [ 0.050s] omicron-gateway management_switch::location_map::tests::test_resolve_location
38962024-01-24T18:36:32.236Z PASS [ 0.353s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
38972024-01-24T18:36:32.236Z PASS [ 5.644s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38982024-01-24T18:36:32.400Z PASS [ 0.325s] omicron-gateway::test_all integration_tests::component_list::component_list
38992024-01-24T18:36:32.400Z PASS [ 5.587s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
39002024-01-24T18:36:32.491Z PASS [ 0.340s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
39012024-01-24T18:36:32.613Z PASS [ 0.573s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
39022024-01-24T18:36:32.842Z PASS [ 0.415s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
39032024-01-24T18:36:33.421Z PASS [ 6.755s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
39042024-01-24T18:36:33.670Z PASS [ 7.037s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
39052024-01-24T18:36:52.255Z PASS [ 16.481s] omicron-dev::test_omicron_dev test_db_killed
39062024-01-24T18:36:55.584Z PASS [ 24.317s] omicron-dev::test_omicron_dev test_run_all
39072024-01-24T18:36:55.935Z PASS [ 25.160s] omicron-dev::test_omicron_dev test_db_run
39082024-01-24T18:36:57.430Z PASS [ 24.928s] omicron-nexus app::background::common::test::test_driver_basic
39092024-01-24T18:36:57.554Z PASS [ 23.901s] omicron-nexus app::background::dns_servers::test::test_basic
39102024-01-24T18:36:58.126Z PASS [ 25.563s] omicron-nexus app::background::dns_config::test::test_basic
39112024-01-24T18:36:58.302Z PASS [ 0.150s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
39122024-01-24T18:36:58.669Z PASS [ 25.281s] omicron-nexus app::background::dns_propagation::test::test_basic
39132024-01-24T18:36:58.799Z PASS [ 0.124s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
39142024-01-24T18:36:58.880Z PASS [ 0.076s] omicron-nexus app::external_endpoints::test::test_no_endpoint
39152024-01-24T18:36:58.964Z PASS [ 0.093s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
39162024-01-24T18:36:59.093Z PASS [ 1.540s] omicron-nexus app::external_endpoints::test::test_authority
39172024-01-24T18:36:59.567Z PASS [ 27.131s] omicron-nexus app::background::common::test::test_activation_in_progress
39182024-01-24T18:37:10.572Z PASS [ 12.295s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
39192024-01-24T18:37:11.464Z PASS [ 24.255s] omicron-nexus app::background::external_endpoints::test::test_basic
39202024-01-24T18:37:20.394Z PASS [ 24.808s] omicron-nexus app::background::init::test::test_dns_propagation_basic
39212024-01-24T18:37:23.509Z PASS [ 26.077s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
39222024-01-24T18:37:25.895Z PASS [ 26.324s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
39232024-01-24T18:37:28.564Z PASS [ 32.683s] omicron-nexus app::background::inventory_collection::test::test_basic
39242024-01-24T18:37:28.876Z PASS [ 29.917s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
39252024-01-24T18:37:30.062Z PASS [ 30.970s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
39262024-01-24T18:37:36.721Z PASS [ 26.150s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
39272024-01-24T18:37:38.864Z PASS [ 27.414s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
39282024-01-24T18:37:47.310Z PASS [ 26.926s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
39292024-01-24T18:37:58.922Z PASS [ 30.042s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
39302024-01-24T18:38:01.315Z PASS [ 31.247s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
39312024-01-24T18:38:02.014Z PASS [ 33.442s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
39322024-01-24T18:38:08.561Z PASS [ 31.392s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
39332024-01-24T18:38:39.670Z PASS [ 34.225s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
39342024-01-24T18:38:39.670Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39352024-01-24T18:38:39.670Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39362024-01-24T18:38:39.670Z PASS [ 30.117s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
39372024-01-24T18:38:39.670Z PASS [ 31.990s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
39382024-01-24T18:38:39.670Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39392024-01-24T18:38:39.670Z PASS [ 31.073s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
39402024-01-24T18:38:41.642Z PASS [ 42.710s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
39412024-01-24T18:38:41.748Z PASS [ 0.071s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
39422024-01-24T18:38:59.920Z PASS [ 78.470s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39432024-01-24T18:39:00.078Z PASS [ 25.314s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
39442024-01-24T18:39:00.078Z PASS [ 36.616s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
39452024-01-24T18:39:12.349Z PASS [ 30.655s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
39462024-01-24T18:39:19.804Z PASS [ 21.645s] omicron-nexus app::sagas::test_saga::test_saga_stuck
39472024-01-24T18:39:30.832Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39482024-01-24T18:39:30.992Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39492024-01-24T18:39:30.992Z PASS [ 31.546s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
39502024-01-24T18:39:33.294Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39512024-01-24T18:39:34.834Z PASS [ 37.404s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
39522024-01-24T18:39:39.182Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39532024-01-24T18:39:43.301Z PASS [ 30.953s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
39542024-01-24T18:39:46.364Z PASS [ 26.565s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
39552024-01-24T18:39:54.952Z PASS [ 26.078s] omicron-nexus app::update::tests::test_populate_mock_system_updates
39562024-01-24T18:40:00.252Z PASS [ 25.418s] omicron-nexus app::update::tests::test_semver_max
39572024-01-24T18:40:08.205Z PASS [ 24.898s] omicron-nexus app::update::tests::test_system_updates
39582024-01-24T18:40:08.252Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
39592024-01-24T18:40:08.308Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
39602024-01-24T18:40:08.379Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
39612024-01-24T18:40:08.450Z PASS [ 0.072s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
39622024-01-24T18:40:08.531Z PASS [ 0.081s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
39632024-01-24T18:40:08.609Z PASS [ 0.078s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
39642024-01-24T18:40:08.673Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri
39652024-01-24T18:40:08.841Z PASS [ 0.166s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
39662024-01-24T18:40:09.202Z PASS [ 8.938s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
39672024-01-24T18:40:11.295Z PASS [ 24.931s] omicron-nexus app::update::tests::test_update_deployments
39682024-01-24T18:40:18.172Z PASS [ 23.214s] omicron-nexus app::update::tests::test_updateable_components
39692024-01-24T18:40:23.499Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39702024-01-24T18:40:25.886Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39712024-01-24T18:40:30.491Z PASS [ 12.327s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
39722024-01-24T18:40:31.466Z PASS [ 22.278s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
39732024-01-24T18:40:31.657Z PASS [ 0.180s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
39742024-01-24T18:40:32.943Z PASS [ 21.660s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
39752024-01-24T18:40:33.292Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39762024-01-24T18:40:39.202Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39772024-01-24T18:40:43.447Z PASS [ 12.952s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
39782024-01-24T18:41:05.294Z PASS [ 133.064s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39792024-01-24T18:41:05.842Z PASS [ 23.726s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
39802024-01-24T18:41:05.842Z PASS [ 23.187s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
39812024-01-24T18:41:08.295Z PASS [ 24.853s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
39822024-01-24T18:41:08.841Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
39832024-01-24T18:41:16.884Z PASS [ 24.647s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
39842024-01-24T18:41:19.184Z PASS [ 23.054s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
39852024-01-24T18:41:20.516Z PASS [ 25.146s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
39862024-01-24T18:41:23.499Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39872024-01-24T18:41:24.438Z PASS [ 75.597s] omicron-nexus populate::test::test_populators
39882024-01-24T18:41:25.882Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39892024-01-24T18:41:31.399Z PASS [ 23.105s] omicron-nexus::test_all integration_tests::basic::test_ping
39902024-01-24T18:41:33.305Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39912024-01-24T18:41:44.410Z PASS [ 23.895s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
39922024-01-24T18:41:47.991Z PASS [ 23.383s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
39932024-01-24T18:41:48.017Z PASS [ 31.061s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
39942024-01-24T18:41:54.625Z PASS [ 23.222s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
39952024-01-24T18:41:57.743Z PASS [ 38.560s] omicron-nexus::test_all integration_tests::basic::test_projects_list
39962024-01-24T18:42:09.873Z PASS [ 25.461s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
39972024-01-24T18:42:11.841Z PASS [ 24.029s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
39982024-01-24T18:42:13.031Z PASS [ 25.090s] omicron-nexus::test_all integration_tests::certificates::test_crud
39992024-01-24T18:42:13.246Z PASS [ 0.204s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
40002024-01-24T18:42:14.284Z PASS [ 1.047s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
40012024-01-24T18:42:14.775Z PASS [ 0.492s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
40022024-01-24T18:42:17.594Z PASS [ 7.727s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
40032024-01-24T18:42:17.713Z PASS [ 23.091s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
40042024-01-24T18:42:18.654Z PASS [ 6.812s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
40052024-01-24T18:42:23.496Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40062024-01-24T18:42:25.879Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40072024-01-24T18:42:30.653Z PASS [ 32.911s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
40082024-01-24T18:42:33.292Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40092024-01-24T18:42:39.428Z PASS [ 24.618s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
40102024-01-24T18:42:41.200Z PASS [ 23.488s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
40112024-01-24T18:42:41.612Z PASS [ 23.986s] omicron-nexus::test_all integration_tests::console_api::test_assets
40122024-01-24T18:42:47.236Z PASS [ 28.584s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
40132024-01-24T18:43:02.413Z PASS [ 31.761s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
40142024-01-24T18:43:03.120Z PASS [ 23.727s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
40152024-01-24T18:43:04.623Z PASS [ 23.428s] omicron-nexus::test_all integration_tests::console_api::test_session_me
40162024-01-24T18:43:04.658Z PASS [ 23.077s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
40172024-01-24T18:43:17.715Z PASS [ 29.855s] omicron-nexus::test_all integration_tests::console_api::test_sessions
40182024-01-24T18:43:40.919Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40192024-01-24T18:43:44.169Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40202024-01-24T18:43:44.169Z PASS [ 23.506s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
40212024-01-24T18:43:44.169Z PASS [ 23.727s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
40222024-01-24T18:43:44.169Z PASS [ 26.883s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
40232024-01-24T18:43:44.177Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40242024-01-24T18:43:48.104Z PASS [ 29.716s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
40252024-01-24T18:43:49.193Z PASS [ 42.245s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
40262024-01-24T18:44:12.282Z PASS [ 28.160s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
40272024-01-24T18:44:12.689Z PASS [ 29.515s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
40282024-01-24T18:44:12.921Z PASS [ 26.175s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
40292024-01-24T18:44:22.169Z PASS [ 26.739s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
40302024-01-24T18:44:23.491Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40312024-01-24T18:44:25.878Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40322024-01-24T18:44:28.275Z PASS [ 30.594s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
40332024-01-24T18:44:29.831Z PASS [ 42.999s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
40342024-01-24T18:44:33.325Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40352024-01-24T18:44:59.021Z PASS [ 370.622s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40362024-01-24T18:44:59.315Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40372024-01-24T18:44:59.315Z PASS [ 60.780s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40382024-01-24T18:44:59.315Z PASS [ 28.308s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
40392024-01-24T18:44:59.315Z PASS [ 57.334s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
40402024-01-24T18:44:59.315Z PASS [ 27.290s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
40412024-01-24T18:44:59.315Z PASS [ 28.470s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
40422024-01-24T18:45:11.069Z PASS [ 27.143s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
40432024-01-24T18:45:17.852Z PASS [ 30.165s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
40442024-01-24T18:45:18.171Z PASS [ 25.838s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
40452024-01-24T18:45:23.494Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40462024-01-24T18:45:24.685Z PASS [ 29.127s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
40472024-01-24T18:45:25.880Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40482024-01-24T18:45:26.942Z PASS [ 28.652s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
40492024-01-24T18:45:35.585Z PASS [ 45.087s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
40502024-01-24T18:45:37.271Z PASS [ 26.234s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
40512024-01-24T18:45:44.280Z PASS [ 26.110s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
40522024-01-24T18:45:48.302Z PASS [ 30.463s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
40532024-01-24T18:45:50.494Z PASS [ 25.811s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
40542024-01-24T18:46:01.750Z PASS [ 26.194s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
40552024-01-24T18:46:02.848Z PASS [ 25.577s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
40562024-01-24T18:46:03.126Z PASS [ 36.205s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment
40572024-01-24T18:46:03.521Z PASS [ 0.672s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
40582024-01-24T18:46:03.709Z PASS [ 0.578s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
40592024-01-24T18:46:04.134Z PASS [ 0.553s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
40602024-01-24T18:46:05.390Z PASS [ 3.640s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
40612024-01-24T18:46:07.648Z PASS [ 23.338s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
40622024-01-24T18:46:12.539Z PASS [ 24.239s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
40632024-01-24T18:46:15.075Z PASS [ 24.565s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
40642024-01-24T18:46:23.487Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40652024-01-24T18:46:25.873Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40662024-01-24T18:46:27.872Z PASS [ 24.171s] omicron-nexus::test_all integration_tests::images::test_image_create
40672024-01-24T18:46:29.916Z PASS [ 25.838s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
40682024-01-24T18:46:33.540Z PASS [ 25.918s] omicron-nexus::test_all integration_tests::images::test_image_promotion
40692024-01-24T18:46:43.922Z PASS [ 30.110s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
40702024-01-24T18:46:44.537Z PASS [ 24.484s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
40712024-01-24T18:46:44.538Z PASS [ 23.174s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
40722024-01-24T18:46:44.538Z PASS [ 9.070s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
40732024-01-24T18:46:44.820Z PASS [ 9.222s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
40742024-01-24T18:46:47.308Z PASS [ 10.283s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
40752024-01-24T18:46:49.392Z PASS [ 11.154s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
40762024-01-24T18:47:02.315Z PASS [ 22.966s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
40772024-01-24T18:47:03.039Z PASS [ 25.138s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
40782024-01-24T18:47:10.094Z PASS [ 27.494s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
40792024-01-24T18:47:19.035Z PASS [ 31.721s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
40802024-01-24T18:47:30.895Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40812024-01-24T18:47:31.225Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40822024-01-24T18:47:32.969Z PASS [ 34.673s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
40832024-01-24T18:47:35.873Z PASS [ 24.701s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
40842024-01-24T18:47:37.419Z PASS [ 42.815s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
40852024-01-24T18:47:37.419Z PASS [ 51.369s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
40862024-01-24T18:47:37.419Z PASS [ 47.033s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
40872024-01-24T18:47:58.880Z PASS [ 22.611s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
40882024-01-24T18:48:04.743Z PASS [ 45.722s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
40892024-01-24T18:48:04.989Z PASS [ 30.194s] omicron-nexus::test_all integration_tests::instances::test_instance_access
40902024-01-24T18:48:10.516Z PASS [ 34.432s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
40912024-01-24T18:48:13.736Z PASS [ 37.325s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
40922024-01-24T18:48:24.453Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40932024-01-24T18:48:25.869Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40942024-01-24T18:48:27.544Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40952024-01-24T18:48:40.205Z PASS [ 674.351s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40962024-01-24T18:48:41.280Z PASS [ 42.847s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
40972024-01-24T18:48:43.970Z PASS [ 38.983s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
40982024-01-24T18:48:47.780Z PASS [ 684.311s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40992024-01-24T18:48:48.248Z PASS [ 43.507s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
41002024-01-24T18:48:52.611Z PASS [ 42.096s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
41012024-01-24T18:49:01.831Z PASS [ 94.263s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41022024-01-24T18:49:10.216Z PASS [ 56.482s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
41032024-01-24T18:49:11.766Z PASS [ 30.489s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
41042024-01-24T18:49:14.415Z PASS [ 34.211s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
41052024-01-24T18:49:26.873Z PASS [ 42.906s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
41062024-01-24T18:49:29.124Z PASS [ 40.879s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
41072024-01-24T18:49:29.850Z PASS [ 37.240s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
41082024-01-24T18:49:41.790Z PASS [ 54.009s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
41092024-01-24T18:49:44.532Z PASS [ 42.730s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
41102024-01-24T18:49:45.500Z PASS [ 35.286s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
41112024-01-24T18:49:52.469Z PASS [ 25.591s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
41122024-01-24T18:49:57.001Z PASS [ 26.717s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
41132024-01-24T18:49:57.773Z PASS [ 46.007s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
41142024-01-24T18:50:00.296Z PASS [ 45.878s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
41152024-01-24T18:50:09.809Z PASS [ 24.308s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
41162024-01-24T18:50:11.151Z PASS [ 42.029s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
41172024-01-24T18:50:14.210Z PASS [ 32.419s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
41182024-01-24T18:50:15.328Z PASS [ 30.797s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
41192024-01-24T18:50:23.204Z PASS [ 22.915s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
41202024-01-24T18:50:29.106Z PASS [ 32.532s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
41212024-01-24T18:50:32.969Z PASS [ 35.199s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
41222024-01-24T18:50:34.355Z PASS [ 24.549s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
41232024-01-24T18:50:36.595Z PASS [ 25.440s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
41242024-01-24T18:50:38.972Z PASS [ 24.769s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
41252024-01-24T18:50:39.042Z PASS [ 46.576s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
41262024-01-24T18:50:40.138Z PASS [ 24.811s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
41272024-01-24T18:50:52.788Z PASS [ 29.578s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
41282024-01-24T18:50:54.450Z PASS [ 25.350s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
41292024-01-24T18:50:57.040Z PASS [ 24.071s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
41302024-01-24T18:50:59.639Z PASS [ 23.049s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
41312024-01-24T18:50:59.667Z PASS [ 25.313s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
41322024-01-24T18:51:01.105Z PASS [ 22.055s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
41332024-01-24T18:51:02.382Z PASS [ 23.408s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
41342024-01-24T18:51:06.144Z PASS [ 26.004s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
41352024-01-24T18:51:19.143Z PASS [ 26.361s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
41362024-01-24T18:51:22.080Z PASS [ 25.036s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
41372024-01-24T18:51:23.708Z PASS [ 24.062s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
41382024-01-24T18:51:24.791Z PASS [ 22.415s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
41392024-01-24T18:51:26.054Z PASS [ 31.607s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
41402024-01-24T18:51:34.035Z PASS [ 27.894s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
41412024-01-24T18:51:47.213Z PASS [ 23.510s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
41422024-01-24T18:51:48.025Z PASS [ 23.235s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
41432024-01-24T18:51:50.019Z PASS [ 23.974s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
41442024-01-24T18:51:52.942Z PASS [ 33.801s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
41452024-01-24T18:51:59.665Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41462024-01-24T18:52:01.093Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41472024-01-24T18:52:06.335Z PASS [ 66.606s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41482024-01-24T18:52:12.312Z PASS [ 50.231s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
41492024-01-24T18:52:13.004Z PASS [ 24.978s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
41502024-01-24T18:52:24.501Z PASS [ 50.471s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
41512024-01-24T18:52:33.044Z PASS [ 40.107s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
41522024-01-24T18:52:35.534Z PASS [ 48.326s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
41532024-01-24T18:52:36.303Z PASS [ 23.300s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
41542024-01-24T18:52:37.402Z PASS [ 31.133s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
41552024-01-24T18:52:39.023Z PASS [ 49.004s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
41562024-01-24T18:52:44.268Z PASS [ 31.969s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
41572024-01-24T18:52:49.603Z PASS [ 108.519s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
41582024-01-24T18:52:59.968Z PASS [ 23.668s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
41592024-01-24T18:53:03.958Z PASS [ 26.558s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
41602024-01-24T18:53:04.402Z PASS [ 25.382s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
41612024-01-24T18:53:09.683Z PASS [ 25.409s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
41622024-01-24T18:53:17.351Z PASS [ 52.851s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
41632024-01-24T18:53:21.410Z PASS [ 31.808s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
41642024-01-24T18:53:29.393Z PASS [ 56.352s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
41652024-01-24T18:53:30.245Z PASS [ 25.837s] omicron-nexus::test_all integration_tests::projects::test_projects
41662024-01-24T18:53:30.552Z PASS [ 26.584s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
41672024-01-24T18:53:35.535Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41682024-01-24T18:53:37.861Z PASS [ 37.893s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
41692024-01-24T18:53:39.811Z PASS [ 22.461s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
41702024-01-24T18:53:46.553Z PASS [ 25.122s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
41712024-01-24T18:53:56.069Z PASS [ 25.642s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
41722024-01-24T18:53:56.431Z PASS [ 25.892s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
41732024-01-24T18:53:56.554Z PASS [ 81.024s] omicron-nexus::test_all integration_tests::password_login::test_local_users
41742024-01-24T18:53:56.750Z PASS [ 27.356s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
41752024-01-24T18:53:57.402Z PASS [ 0.656s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
41762024-01-24T18:54:00.067Z PASS [ 3.637s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
41772024-01-24T18:54:00.446Z PASS [ 3.877s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
41782024-01-24T18:54:00.916Z PASS [ 3.508s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
41792024-01-24T18:54:01.063Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
41802024-01-24T18:54:01.187Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
41812024-01-24T18:54:01.322Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
41822024-01-24T18:54:01.450Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
41832024-01-24T18:54:01.630Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
41842024-01-24T18:54:02.062Z PASS [ 22.253s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
41852024-01-24T18:54:02.740Z PASS [ 53.067s] omicron-nexus::test_all integration_tests::quotas::test_quotas
41862024-01-24T18:54:02.766Z PASS [ 24.906s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
41872024-01-24T18:54:03.722Z PASS [ 3.622s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
41882024-01-24T18:54:07.958Z PASS [ 21.425s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
41892024-01-24T18:54:19.866Z PASS [ 23.949s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
41902024-01-24T18:54:24.975Z PASS [ 22.911s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
41912024-01-24T18:54:25.075Z PASS [ 23.496s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
41922024-01-24T18:54:25.200Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
41932024-01-24T18:54:25.317Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
41942024-01-24T18:54:25.449Z PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
41952024-01-24T18:54:25.597Z PASS [ 22.852s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
41962024-01-24T18:54:26.413Z PASS [ 23.651s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
41972024-01-24T18:54:26.720Z PASS [ 23.030s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
41982024-01-24T18:54:26.972Z PASS [ 26.553s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
41992024-01-24T18:54:31.098Z PASS [ 23.153s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
42002024-01-24T18:54:40.594Z PASS [ 20.779s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
42012024-01-24T18:54:43.322Z PASS [ 17.882s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
42022024-01-24T18:54:43.385Z PASS [ 17.804s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
42032024-01-24T18:54:43.624Z PASS [ 18.631s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
42042024-01-24T18:54:43.712Z PASS [ 17.309s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
42052024-01-24T18:54:44.530Z PASS [ 17.814s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
42062024-01-24T18:54:51.743Z PASS [ 8.424s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
42072024-01-24T18:54:52.878Z PASS [ 8.344s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
42082024-01-24T18:55:00.189Z PASS [ 8.447s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
42092024-01-24T18:55:01.391Z PASS [ 8.516s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
42102024-01-24T18:55:08.665Z PASS [ 8.475s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
42112024-01-24T18:55:09.937Z PASS [ 8.516s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
42122024-01-24T18:55:14.711Z PASS [ 4.806s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
42132024-01-24T18:55:36.791Z PASS [ 22.056s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
42142024-01-24T18:55:45.563Z PASS [ 36.901s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
42152024-01-24T18:55:56.301Z PASS [ 19.537s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
42162024-01-24T18:56:03.483Z PASS [ 17.896s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
42172024-01-24T18:56:18.761Z PASS [ 15.301s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
42182024-01-24T18:56:19.130Z PASS [ 15.658s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
42192024-01-24T18:56:19.680Z PASS [ 16.215s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
42202024-01-24T18:56:20.245Z PASS [ 16.753s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
42212024-01-24T18:56:20.309Z PASS [ 23.977s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
42222024-01-24T18:56:42.605Z PASS [ 23.475s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
42232024-01-24T18:56:42.938Z PASS [ 24.142s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
42242024-01-24T18:56:43.402Z PASS [ 23.722s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
42252024-01-24T18:56:43.502Z PASS [ 23.197s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
42262024-01-24T18:56:43.591Z PASS [ 23.299s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
42272024-01-24T18:56:43.800Z PASS [ 23.568s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
42282024-01-24T18:56:44.223Z PASS [ 23.919s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
42292024-01-24T18:56:47.408Z PASS [ 27.128s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
42302024-01-24T18:57:07.039Z PASS [ 23.241s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
42312024-01-24T18:57:07.584Z PASS [ 24.972s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
42322024-01-24T18:57:07.964Z PASS [ 24.457s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
42332024-01-24T18:57:08.066Z PASS [ 25.166s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
42342024-01-24T18:57:08.757Z PASS [ 24.544s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
42352024-01-24T18:57:11.525Z PASS [ 27.927s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
42362024-01-24T18:57:13.210Z PASS [ 25.804s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
42372024-01-24T18:57:19.848Z PASS [ 36.446s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
42382024-01-24T18:57:31.500Z PASS [ 23.925s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
42392024-01-24T18:57:31.629Z PASS [ 24.592s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
42402024-01-24T18:57:34.434Z PASS [ 25.678s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
42412024-01-24T18:57:35.837Z PASS [ 22.628s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
42422024-01-24T18:57:36.712Z PASS [ 28.756s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
42432024-01-24T18:57:42.093Z PASS [ 34.028s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
42442024-01-24T18:57:43.479Z PASS [ 31.967s] omicron-nexus::test_all integration_tests::silos::test_silos
42452024-01-24T18:57:51.473Z PASS [ 31.628s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
42462024-01-24T18:57:59.004Z PASS [ 27.377s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
42472024-01-24T18:57:59.608Z PASS [ 25.110s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
42482024-01-24T18:57:59.722Z PASS [ 28.216s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
42492024-01-24T18:58:05.053Z PASS [ 22.861s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
42502024-01-24T18:58:08.065Z PASS [ 24.585s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
42512024-01-24T18:58:12.687Z PASS [ 4.611s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
42522024-01-24T18:58:13.379Z PASS [ 37.481s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
42532024-01-24T18:58:14.935Z PASS [ 1.619s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
42542024-01-24T18:58:14.968Z PASS [ 38.259s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
42552024-01-24T18:58:15.987Z PASS [ 24.508s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
42562024-01-24T18:58:17.636Z PASS [ 4.924s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
42572024-01-24T18:58:19.510Z PASS [ 4.575s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
42582024-01-24T18:58:19.520Z PASS [ 4.553s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
42592024-01-24T18:58:20.456Z PASS [ 21.449s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
42602024-01-24T18:58:33.462Z PASS [ 28.509s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
42612024-01-24T18:58:33.955Z PASS [ 34.414s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
42622024-01-24T18:58:40.026Z PASS [ 24.046s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
42632024-01-24T18:58:41.874Z PASS [ 22.365s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
42642024-01-24T18:58:41.986Z PASS [ 22.468s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
42652024-01-24T18:58:42.634Z PASS [ 42.909s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
42662024-01-24T18:58:43.046Z PASS [ 1.058s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
42672024-01-24T18:58:43.114Z PASS [ 22.660s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
42682024-01-24T18:58:56.351Z PASS [ 22.892s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
42692024-01-24T18:58:57.606Z PASS [ 23.642s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
42702024-01-24T18:58:59.232Z PASS [ 41.637s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
42712024-01-24T18:59:03.354Z PASS [ 23.321s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
42722024-01-24T18:59:04.792Z PASS [ 22.168s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
42732024-01-24T18:59:05.591Z PASS [ 22.476s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
42742024-01-24T18:59:08.116Z PASS [ 24.658s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
42752024-01-24T18:59:28.534Z PASS [ 30.923s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
42762024-01-24T18:59:29.355Z PASS [ 33.001s] omicron-nexus::test_all integration_tests::utilization::test_utilization
42772024-01-24T18:59:35.832Z PASS [ 36.594s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
42782024-01-24T18:59:37.361Z PASS [ 34.016s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
42792024-01-24T18:59:39.349Z PASS [ 34.561s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
42802024-01-24T18:59:39.590Z PASS [ 34.004s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
42812024-01-24T18:59:41.874Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42822024-01-24T18:59:42.377Z PASS [ 34.676s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
42832024-01-24T19:00:04.357Z PASS [ 25.004s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
42842024-01-24T19:00:05.861Z PASS [ 37.347s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
42852024-01-24T19:00:05.950Z PASS [ 36.602s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
42862024-01-24T19:00:11.246Z PASS [ 35.424s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
42872024-01-24T19:00:18.835Z PASS [ 41.466s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
42882024-01-24T19:00:25.225Z PASS [ 45.632s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
42892024-01-24T19:00:27.338Z PASS [ 44.964s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
42902024-01-24T19:00:41.874Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42912024-01-24T19:00:47.540Z PASS [ 125.668s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42922024-01-24T19:00:56.452Z PASS [ 52.105s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
42932024-01-24T19:00:57.885Z PASS [ 52.026s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
42942024-01-24T19:00:58.477Z PASS [ 52.519s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
42952024-01-24T19:00:59.352Z PASS [ 40.515s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
42962024-01-24T19:01:00.314Z PASS [ 32.975s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
42972024-01-24T19:01:02.811Z PASS [ 37.582s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
42982024-01-24T19:01:03.295Z PASS [ 51.948s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
42992024-01-24T19:01:11.465Z PASS [ 23.929s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
43002024-01-24T19:01:20.451Z PASS [ 22.565s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
43012024-01-24T19:01:20.623Z PASS [ 24.170s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
43022024-01-24T19:01:22.011Z PASS [ 23.546s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
43032024-01-24T19:01:22.094Z PASS [ 22.759s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
43042024-01-24T19:01:23.500Z PASS [ 23.188s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
43052024-01-24T19:01:25.102Z PASS [ 22.301s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
43062024-01-24T19:01:25.384Z PASS [ 22.191s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
43072024-01-24T19:01:35.330Z PASS [ 23.861s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
43082024-01-24T19:01:43.672Z PASS [ 23.224s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
43092024-01-24T19:01:44.465Z PASS [ 23.798s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
43102024-01-24T19:01:44.773Z PASS [ 22.763s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
43112024-01-24T19:01:46.034Z PASS [ 22.536s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
43122024-01-24T19:01:46.404Z PASS [ 24.312s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
43132024-01-24T19:01:48.244Z PASS [ 22.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
43142024-01-24T19:01:48.332Z PASS [ 23.234s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
43152024-01-24T19:01:59.243Z PASS [ 23.922s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
43162024-01-24T19:02:10.580Z PASS [ 22.334s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
43172024-01-24T19:02:10.660Z PASS [ 22.329s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
43182024-01-24T19:02:10.725Z PASS [ 27.053s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
43192024-01-24T19:02:13.983Z PASS [ 28.569s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
43202024-01-24T19:02:14.106Z PASS [ 0.074s] omicron-package dot::test::test_bad_dependency
43212024-01-24T19:02:14.106Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
43222024-01-24T19:02:16.053Z PASS [ 5.328s] omicron-omdb::test_all_output test_omdb_usage_errors
43232024-01-24T19:02:16.488Z PASS [ 30.042s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
43242024-01-24T19:02:16.493Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
43252024-01-24T19:02:16.697Z PASS [ 30.293s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
43262024-01-24T19:02:16.775Z PASS [ 0.078s] omicron-passwords test::test_stable
43272024-01-24T19:02:16.813Z PASS [ 0.031s] omicron-passwords test::test_weak_hashes
43282024-01-24T19:02:16.840Z PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path
43292024-01-24T19:02:16.920Z PASS [ 0.083s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
43302024-01-24T19:02:16.950Z PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath
43312024-01-24T19:02:17.269Z PASS [ 0.252s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
43322024-01-24T19:02:17.835Z PASS [ 0.620s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
43332024-01-24T19:02:17.933Z PASS [ 0.110s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
43342024-01-24T19:02:18.117Z PASS [ 0.170s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
43352024-01-24T19:02:18.209Z PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
43362024-01-24T19:02:18.776Z PASS [ 0.567s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
43372024-01-24T19:02:18.846Z PASS [ 0.069s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
43382024-01-24T19:02:18.891Z PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
43392024-01-24T19:02:18.963Z PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
43402024-01-24T19:02:19.021Z PASS [ 0.048s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
43412024-01-24T19:02:19.109Z PASS [ 0.094s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
43422024-01-24T19:02:19.158Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
43432024-01-24T19:02:19.217Z PASS [ 0.053s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
43442024-01-24T19:02:19.284Z PASS [ 0.071s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
43452024-01-24T19:02:19.295Z PASS [ 34.517s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
43462024-01-24T19:02:19.318Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
43472024-01-24T19:02:19.388Z PASS [ 0.054s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
43482024-01-24T19:02:19.391Z PASS [ 0.084s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
43492024-01-24T19:02:19.413Z PASS [ 0.040s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
43502024-01-24T19:02:19.430Z PASS [ 0.041s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
43512024-01-24T19:02:19.459Z PASS [ 0.044s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
43522024-01-24T19:02:19.503Z PASS [ 0.078s] omicron-sled-agent config::test::test_smf_configs
43532024-01-24T19:02:19.517Z PASS [ 0.056s] omicron-sled-agent profile::tests::empty_profile
43542024-01-24T19:02:19.548Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_disabled_instance
43552024-01-24T19:02:19.984Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_instance
43562024-01-24T19:02:19.988Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_multiple
43572024-01-24T19:02:19.988Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_property
43582024-01-24T19:02:19.988Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group
43592024-01-24T19:02:19.992Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service
43602024-01-24T19:02:19.992Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group
43612024-01-24T19:02:19.992Z PASS [ 0.050s] omicron-sled-agent rack_setup::config::test::test_subnets
43622024-01-24T19:02:19.992Z PASS [ 0.107s] omicron-sled-agent rack_setup::config::test::test_extra_certs
43632024-01-24T19:02:19.992Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
43642024-01-24T19:02:19.992Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
43652024-01-24T19:02:19.992Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
43662024-01-24T19:02:19.992Z PASS [ 0.057s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
43672024-01-24T19:02:19.992Z PASS [ 0.058s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
43682024-01-24T19:02:19.992Z PASS [ 3.833s] omicron-passwords test::test_reproducible
43692024-01-24T19:02:19.992Z PASS [ 0.056s] omicron-sled-agent services::test::test_all_zones_requests_schema
43702024-01-24T19:02:19.992Z PASS [ 0.098s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
43712024-01-24T19:02:19.993Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
43722024-01-24T19:02:20.244Z PASS [ 0.281s] omicron-sled-agent services::test::test_ensure_service
43732024-01-24T19:02:20.339Z PASS [ 0.373s] omicron-sled-agent services::test::test_ensure_service_before_timesync
43742024-01-24T19:02:20.457Z PASS [ 0.473s] omicron-sled-agent services::test::test_bad_generations
43752024-01-24T19:02:20.492Z PASS [ 21.225s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
43762024-01-24T19:02:20.635Z PASS [ 0.315s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
43772024-01-24T19:02:20.667Z PASS [ 0.307s] omicron-sled-agent services::test::test_old_ledger_migration
43782024-01-24T19:02:20.759Z PASS [ 0.333s] omicron-sled-agent services::test::test_old_ledger_migration_bad
43792024-01-24T19:02:20.820Z PASS [ 0.100s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
43802024-01-24T19:02:20.894Z PASS [ 0.062s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
43812024-01-24T19:02:20.905Z PASS [ 0.265s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
43822024-01-24T19:02:20.971Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
43832024-01-24T19:02:21.026Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
43842024-01-24T19:02:21.061Z PASS [ 0.186s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
43852024-01-24T19:02:21.078Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
43862024-01-24T19:02:21.122Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
43872024-01-24T19:02:21.144Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
43882024-01-24T19:02:21.177Z PASS [ 0.059s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
43892024-01-24T19:02:21.231Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_no_components
43902024-01-24T19:02:21.285Z PASS [ 0.054s] omicron-sled-agent updates::test::test_query_sled_agent_version
43912024-01-24T19:02:21.355Z PASS [ 0.063s] omicron-sled-agent updates::test::test_query_zone_version
43922024-01-24T19:02:21.455Z PASS [ 0.865s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
43932024-01-24T19:02:21.455Z PASS [ 0.939s] omicron-sled-agent services::test::test_old_ledger_migration_continue
43942024-01-24T19:02:21.486Z PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
43952024-01-24T19:02:21.666Z PASS [ 0.319s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
43962024-01-24T19:02:21.735Z PASS [ 0.071s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
43972024-01-24T19:02:22.221Z PASS [ 0.755s] omicron-sled-agent zone_bundle::illumos_tests::test_context
43982024-01-24T19:02:22.937Z PASS [ 1.519s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
43992024-01-24T19:02:23.009Z PASS [ 0.796s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
44002024-01-24T19:02:23.092Z PASS [ 0.087s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
44012024-01-24T19:02:23.146Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
44022024-01-24T19:02:23.245Z PASS [ 0.071s] omicron-sled-agent zone_bundle::tests::test_disk_usage
44032024-01-24T19:02:23.273Z PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
44042024-01-24T19:02:23.321Z PASS [ 0.057s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
44052024-01-24T19:02:23.370Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
44062024-01-24T19:02:23.428Z PASS [ 10.325s] omicron-passwords test::test_compatible
44072024-01-24T19:02:23.444Z PASS [ 1.702s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
44082024-01-24T19:02:24.044Z PASS [ 0.602s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
44092024-01-24T19:02:24.138Z PASS [ 1.202s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
44102024-01-24T19:02:24.376Z PASS [ 0.990s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
44112024-01-24T19:02:24.402Z PASS [ 0.257s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
44122024-01-24T19:02:24.447Z PASS [ 0.986s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
44132024-01-24T19:02:24.481Z PASS [ 0.107s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
44142024-01-24T19:02:24.494Z PASS [ 0.069s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
44152024-01-24T19:02:24.524Z PASS [ 0.057s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
44162024-01-24T19:02:24.582Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
44172024-01-24T19:02:24.586Z PASS [ 0.092s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
44182024-01-24T19:02:24.830Z PASS [ 0.799s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
44192024-01-24T19:02:24.996Z PASS [ 0.430s] omicron-test-utils dev::db::test::test_bad_cmd
44202024-01-24T19:02:25.147Z PASS [ 4.017s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
44212024-01-24T19:02:25.199Z PASS [ 0.051s] omicron-test-utils dev::db::test::test_make_pg_config_fail
44222024-01-24T19:02:25.247Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_ok
44232024-01-24T19:02:25.294Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_process_exit_abnormal
44242024-01-24T19:02:25.351Z PASS [ 0.057s] omicron-test-utils dev::db::test::test_process_exit_normal
44252024-01-24T19:02:25.399Z PASS [ 0.812s] omicron-test-utils dev::db::test::test_cmd_fails
44262024-01-24T19:02:25.468Z PASS [ 1.066s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
44272024-01-24T19:02:25.509Z PASS [ 0.482s] omicron-test-utils dev::db::test::test_database_start_hang
44282024-01-24T19:02:25.533Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_starter_tmpdir
44292024-01-24T19:02:25.624Z PASS [ 0.090s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
44302024-01-24T19:02:25.687Z PASS [ 0.070s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
44312024-01-24T19:02:25.736Z PASS [ 0.049s] oximeter histogram::tests::test_bin_range
44322024-01-24T19:02:25.779Z PASS [ 0.036s] oximeter histogram::tests::test_bin_range_from
44332024-01-24T19:02:25.837Z PASS [ 0.053s] oximeter histogram::tests::test_bin_range_to
44342024-01-24T19:02:25.891Z PASS [ 0.065s] oximeter histogram::tests::test_empty_bins_not_supported
44352024-01-24T19:02:25.933Z PASS [ 0.045s] oximeter histogram::tests::test_ensure_finite
44362024-01-24T19:02:26.005Z PASS [ 0.050s] oximeter histogram::tests::test_histogram
44372024-01-24T19:02:26.072Z PASS [ 0.065s] oximeter histogram::tests::test_histogram_extreme_bins
44382024-01-24T19:02:26.106Z PASS [ 0.053s] oximeter histogram::tests::test_histogram_extreme_samples
44392024-01-24T19:02:26.149Z PASS [ 0.045s] oximeter histogram::tests::test_histogram_float_bins
44402024-01-24T19:02:26.215Z PASS [ 0.057s] oximeter histogram::tests::test_histogram_to_arrays
44412024-01-24T19:02:26.283Z PASS [ 0.045s] oximeter histogram::tests::test_histogram_unbounded_samples
44422024-01-24T19:02:26.306Z PASS [ 0.042s] oximeter histogram::tests::test_histogram_unsorted_bins
44432024-01-24T19:02:26.362Z PASS [ 0.053s] oximeter histogram::tests::test_histogram_with_bins
44442024-01-24T19:02:26.437Z PASS [ 0.048s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
44452024-01-24T19:02:26.564Z PASS [ 0.117s] oximeter histogram::tests::test_histogram_with_overlapping_bins
44462024-01-24T19:02:26.662Z PASS [ 0.123s] oximeter histogram::tests::test_log_linear_bins_all_representable
44472024-01-24T19:02:26.734Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
44482024-01-24T19:02:26.939Z PASS [ 0.144s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
44492024-01-24T19:02:26.981Z PASS [ 0.162s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
44502024-01-24T19:02:27.036Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
44512024-01-24T19:02:27.096Z PASS [ 0.056s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
44522024-01-24T19:02:27.183Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
44532024-01-24T19:02:27.251Z PASS [ 0.122s] oximeter histogram::tests::test_span_decades
44542024-01-24T19:02:27.734Z PASS [ 0.047s] oximeter histogram::tests::test_span_decades_other_counts_f64
44552024-01-24T19:02:27.761Z PASS [ 0.051s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
44562024-01-24T19:02:27.762Z PASS [ 0.054s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
44572024-01-24T19:02:27.762Z PASS [ 0.047s] oximeter schema::tests::test_field_schema_ordering
44582024-01-24T19:02:27.762Z PASS [ 0.146s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
44592024-01-24T19:02:27.763Z PASS [ 0.060s] oximeter schema::tests::test_timeseries_name
44602024-01-24T19:02:30.521Z PASS [ 0.053s] oximeter schema::tests::test_timeseries_name_from_str
44612024-01-24T19:02:30.522Z PASS [ 0.139s] oximeter schema::tests::test_timeseries_schema_from_parts
44622024-01-24T19:02:30.523Z PASS [ 0.046s] oximeter schema::tests::test_timeseries_schema_from_sample
44632024-01-24T19:02:30.523Z PASS [ 0.042s] oximeter test_util::tests::test_gen_test_samples
44642024-01-24T19:02:30.524Z PASS [ 0.045s] oximeter traits::tests::test_metric_trait
44652024-01-24T19:02:30.524Z PASS [ 0.050s] oximeter traits::tests::test_producer_trait
44662024-01-24T19:02:30.524Z LEAK [ 2.701s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
44672024-01-24T19:02:30.524Z PASS [ 0.062s] oximeter traits::tests::test_target_trait
44682024-01-24T19:02:30.524Z PASS [ 0.097s] oximeter types::tests::test_cumulative_f64
44692024-01-24T19:02:30.524Z PASS [ 0.073s] oximeter types::tests::test_cumulative_i64
44702024-01-24T19:02:30.626Z PASS [ 0.041s] oximeter types::tests::test_datum
44712024-01-24T19:02:30.626Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
44722024-01-24T19:02:30.627Z PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
44732024-01-24T19:02:30.627Z PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
44742024-01-24T19:02:30.627Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
44752024-01-24T19:02:30.627Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
44762024-01-24T19:02:30.627Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
44772024-01-24T19:02:30.627Z PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
44782024-01-24T19:02:30.627Z PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
44792024-01-24T19:02:30.627Z PASS [ 0.074s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
44802024-01-24T19:02:30.628Z PASS [ 0.058s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
44812024-01-24T19:02:30.628Z PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
44822024-01-24T19:02:30.630Z PASS [ 0.076s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
44832024-01-24T19:02:30.630Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
44842024-01-24T19:02:30.630Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
44852024-01-24T19:02:30.630Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
44862024-01-24T19:02:30.630Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
44872024-01-24T19:02:30.630Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
44882024-01-24T19:02:30.630Z PASS [ 0.038s] oximeter types::tests::test_measurement
44892024-01-24T19:02:30.631Z PASS [ 0.040s] oximeter types::tests::test_sample_struct
44902024-01-24T19:02:30.632Z PASS [ 0.038s] oximeter types::tests::test_verify_field_names
44912024-01-24T19:02:30.632Z PASS [ 0.349s] oximeter-collector agent::tests::test_self_stat_error_counter
44922024-01-24T19:02:30.632Z PASS [ 0.375s] oximeter-collector agent::tests::test_self_stat_collection_count
44932024-01-24T19:02:30.632Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
44942024-01-24T19:02:30.632Z PASS [ 0.068s] oximeter-collector self_stats::tests::test_no_schema_changes
44952024-01-24T19:02:30.632Z PASS [ 0.232s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
44962024-01-24T19:02:30.632Z PASS [ 0.234s] oximeter-collector::test_commands test_oximeter_no_args
44972024-01-24T19:02:30.632Z PASS [ 0.224s] oximeter-collector::test_commands test_oximeter_openapi
44982024-01-24T19:02:30.770Z PASS [ 1.258s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
44992024-01-24T19:02:30.794Z PASS [ 5.318s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
45002024-01-24T19:02:31.677Z PASS [ 6.837s] omicron-test-utils dev::db::test::test_database_concurrent
45012024-01-24T19:02:32.596Z PASS [ 1.815s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
45022024-01-24T19:02:32.657Z PASS [ 0.060s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
45032024-01-24T19:02:32.738Z PASS [ 1.969s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
45042024-01-24T19:02:33.689Z PASS [ 4.289s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
45052024-01-24T19:02:33.972Z PASS [ 2.305s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
45062024-01-24T19:02:34.663Z PASS [ 24.077s] omicron-omdb::test_all_output test_omdb_env_settings
45072024-01-24T19:02:35.120Z PASS [ 0.040s] oximeter-db client::tests::test_unravel_index
45082024-01-24T19:02:35.120Z PASS [ 0.064s] oximeter-db client::tests::test_verify_schema_upgrades
45092024-01-24T19:02:35.121Z PASS [ 0.043s] oximeter-db model::tests::test_db_bool
45102024-01-24T19:02:35.214Z PASS [ 0.411s] oximeter-db model::tests::test_db_bool_bad
45112024-01-24T19:02:35.221Z PASS [ 2.567s] oximeter-db client::tests::test_select_all_field_types
45122024-01-24T19:02:35.252Z PASS [ 0.039s] oximeter-db model::tests::test_db_datum_type_conversion
45132024-01-24T19:02:35.269Z PASS [ 0.043s] oximeter-db model::tests::test_db_field_list_conversion
45142024-01-24T19:02:35.298Z PASS [ 0.044s] oximeter-db model::tests::test_db_field_type_conversion
45152024-01-24T19:02:35.305Z PASS [ 0.042s] oximeter-db model::tests::test_db_histogram
45162024-01-24T19:02:35.343Z PASS [ 0.048s] oximeter-db model::tests::test_histogram_to_arrays
45172024-01-24T19:02:35.387Z PASS [ 0.043s] oximeter-db model::tests::test_parse_bytes_measurement
45182024-01-24T19:02:35.433Z PASS [ 0.048s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
45192024-01-24T19:02:35.484Z PASS [ 0.051s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
45202024-01-24T19:02:35.529Z PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
45212024-01-24T19:02:35.575Z PASS [ 0.260s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
45222024-01-24T19:02:35.575Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
45232024-01-24T19:02:35.611Z PASS [ 0.045s] oximeter-db model::tests::test_unroll_from_source
45242024-01-24T19:02:35.623Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row
45252024-01-24T19:02:35.659Z PASS [ 0.048s] oximeter-db model::tests::test_unroll_missing_measurement_row
45262024-01-24T19:02:35.670Z PASS [ 0.047s] oximeter-db query::tests::test_field_cmp
45272024-01-24T19:02:35.708Z PASS [ 0.046s] oximeter-db query::tests::test_field_selector_as_query
45282024-01-24T19:02:35.723Z PASS [ 0.049s] oximeter-db query::tests::test_field_value_as_db_str
45292024-01-24T19:02:35.782Z PASS [ 0.075s] oximeter-db query::tests::test_select_query_builder_field_selectors
45302024-01-24T19:02:35.823Z PASS [ 0.104s] oximeter-db query::tests::test_select_query_builder_filter_raw
45312024-01-24T19:02:35.843Z PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_from_parts
45322024-01-24T19:02:35.878Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_limit_offset
45332024-01-24T19:02:35.895Z PASS [ 0.072s] oximeter-db query::tests::test_select_query_builder_full
45342024-01-24T19:02:36.352Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_no_fields
45352024-01-24T19:02:36.364Z PASS [ 0.057s] oximeter-db query::tests::test_select_query_builder_no_selectors
45362024-01-24T19:02:36.364Z PASS [ 0.061s] oximeter-db query::tests::test_time_range
45372024-01-24T19:02:36.365Z PASS [ 0.104s] oximeter-db query::tests::test_string_field_selector
45382024-01-24T19:02:36.365Z PASS [ 0.064s] oximeter-db sql::tests::test_allow_limit_offset
45392024-01-24T19:02:36.365Z PASS [ 0.069s] oximeter-db sql::tests::test_allow_subqueries
45402024-01-24T19:02:36.365Z PASS [ 0.056s] oximeter-db sql::tests::test_cannot_name_database
45412024-01-24T19:02:36.366Z PASS [ 0.057s] oximeter-db sql::tests::test_ctes_are_not_supported
45422024-01-24T19:02:36.366Z PASS [ 0.055s] oximeter-db sql::tests::test_function_allow_list
45432024-01-24T19:02:36.366Z PASS [ 0.056s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
45442024-01-24T19:02:36.366Z PASS [ 0.100s] oximeter-db sql::tests::test_join_must_be_inner
45452024-01-24T19:02:36.366Z PASS [ 0.066s] oximeter-db sql::tests::test_query_must_be_select_statement
45462024-01-24T19:02:36.366Z PASS [ 0.056s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
45472024-01-24T19:02:36.383Z PASS [ 0.052s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
45482024-01-24T19:02:36.393Z PASS [ 0.073s] oximeter-db sql::tests::test_require_table_is_timeseries_name
45492024-01-24T19:02:36.439Z PASS [ 0.045s] oximeter-db tests::test_timeseries_key_field_stability
45502024-01-24T19:02:36.439Z PASS [ 0.057s] oximeter-db sql::tests::test_with_comma_join_fails
45512024-01-24T19:02:36.475Z PASS [ 0.044s] oximeter-db tests::test_timeseries_key_sample_stability
45522024-01-24T19:02:36.487Z PASS [ 0.049s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
45532024-01-24T19:02:36.537Z PASS [ 0.049s] oximeter-instruments http::tests::test_normalize_uri_path
45542024-01-24T19:02:36.546Z PASS [ 0.074s] oximeter-instruments http::tests::test_latency_tracker
45552024-01-24T19:02:36.665Z PASS [ 0.113s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
45562024-01-24T19:02:36.668Z PASS [ 0.138s] oximeter-instruments kstat::link::tests::test_kstat_sampler
45572024-01-24T19:02:36.850Z PASS [ 0.167s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
45582024-01-24T19:02:36.880Z PASS [ 0.217s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
45592024-01-24T19:02:36.932Z PASS [ 26.268s] omicron-omdb::test_all_output test_omdb_success_cases
45602024-01-24T19:02:36.953Z PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_physical_datalink
45612024-01-24T19:02:36.999Z PASS [ 0.052s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
45622024-01-24T19:02:37.015Z PASS [ 0.131s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
45632024-01-24T19:02:37.037Z PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
45642024-01-24T19:02:37.508Z PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
45652024-01-24T19:02:37.512Z PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
45662024-01-24T19:02:37.512Z PASS [ 3.109s] oximeter-db client::tests::test_sql_query_output
45672024-01-24T19:02:37.512Z PASS [ 0.047s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
45682024-01-24T19:02:37.512Z PASS [ 0.062s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
45692024-01-24T19:02:37.512Z PASS [ 0.050s] oximeter-macro-impl tests::test_metric_datum_field
45702024-01-24T19:02:37.512Z PASS [ 0.060s] oximeter-macro-impl tests::test_metric_annotated_field
45712024-01-24T19:02:37.512Z PASS [ 0.125s] oximeter-macro-impl tests::test_metric_enum
45722024-01-24T19:02:37.512Z PASS [ 0.106s] oximeter-macro-impl tests::test_metric_without_datum_field
45732024-01-24T19:02:37.512Z PASS [ 0.092s] oximeter-macro-impl tests::test_target
45742024-01-24T19:02:37.512Z PASS [ 0.075s] oximeter-macro-impl tests::test_target_empty_struct
45752024-01-24T19:02:37.513Z PASS [ 0.075s] oximeter-macro-impl tests::test_target_unit_struct
45762024-01-24T19:02:37.513Z PASS [ 0.105s] oximeter-macro-impl tests::test_target_enum
45772024-01-24T19:02:37.513Z PASS [ 0.062s] oximeter-macro-impl tests::test_target_with_datum_field
45782024-01-24T19:02:37.514Z PASS [ 0.114s] sled-hardware disk::test::test_disk_paths
45792024-01-24T19:02:37.514Z PASS [ 0.076s] sled-hardware disk::test::test_partition_device_paths
45802024-01-24T19:02:37.514Z PASS [ 0.108s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
45812024-01-24T19:02:37.514Z PASS [ 0.101s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
45822024-01-24T19:02:37.514Z PASS [ 0.082s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
45832024-01-24T19:02:37.514Z PASS [ 0.069s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
45842024-01-24T19:02:37.525Z PASS [ 0.069s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
45852024-01-24T19:02:37.536Z PASS [ 0.073s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
45862024-01-24T19:02:37.546Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
45872024-01-24T19:02:37.556Z PASS [ 0.055s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
45882024-01-24T19:02:37.580Z PASS [ 0.057s] sled-storage dataset::test::serialize_dataset_name
45892024-01-24T19:02:37.620Z PASS [ 0.080s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
45902024-01-24T19:02:38.501Z PASS [ 22.420s] omicron-passwords test::test_smoke
45912024-01-24T19:02:39.181Z PASS [ 1.624s] sled-storage manager::tests::delete_disk_triggers_notification
45922024-01-24T19:02:39.322Z PASS [ 1.766s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
45932024-01-24T19:02:39.657Z PASS [ 2.036s] sled-storage manager::tests::queued_disks_get_added_as_resources
45942024-01-24T19:02:40.502Z PASS [ 1.988s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
45952024-01-24T19:02:41.030Z PASS [ 1.702s] sled-storage manager::tests::wait_for_bootdisk
45962024-01-24T19:02:41.262Z PASS [ 0.761s] tufaceous::integration-tests command_tests::test_init_and_add
45972024-01-24T19:02:41.281Z PASS [ 2.105s] sled-storage manager::tests::upsert_filesystem
45982024-01-24T19:02:41.301Z PASS [ 0.047s] tufaceous-lib archive::tests::test_validate_path
45992024-01-24T19:02:41.427Z PASS [ 0.068s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
46002024-01-24T19:02:41.433Z PASS [ 0.056s] tufaceous-lib key::tests::test_from_str
46012024-01-24T19:02:41.507Z PASS [ 0.156s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
46022024-01-24T19:02:41.650Z PASS [ 0.151s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
46032024-01-24T19:02:41.771Z PASS [ 2.120s] tufaceous::integration-tests command_tests::test_assemble_fake
46042024-01-24T19:02:41.947Z PASS [ 0.174s] update-engine display::group_display::tests::test_stats
46052024-01-24T19:02:42.008Z PASS [ 0.046s] update-engine display::line_display_shared::tests::test_format_progress_counter
46062024-01-24T19:02:42.059Z PASS [ 0.064s] update-engine engine::tests::error_exits_early
46072024-01-24T19:02:42.120Z PASS [ 0.055s] update-engine events::tests::progress_event_parse_unknown
46082024-01-24T19:02:42.181Z PASS [ 0.522s] update-engine buffer::tests::test_buffer
46092024-01-24T19:02:42.181Z PASS [ 0.061s] update-engine events::tests::step_event_parse_unknown
46102024-01-24T19:02:42.237Z PASS [ 0.054s] wicket state::inventory::tests::component_id_display
46112024-01-24T19:02:42.375Z PASS [ 0.201s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
46122024-01-24T19:02:42.560Z PASS [ 0.181s] wicketd installinator_progress::tests::test_states
46132024-01-24T19:02:42.692Z PASS [ 1.668s] tufaceous::manifest-tests check_manifest::fake.toml
46142024-01-24T19:02:42.824Z PASS [ 17.428s] omicron-test-utils dev::db::test::test_setup_database_default_dir
46152024-01-24T19:02:42.921Z PASS [ 0.684s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
46162024-01-24T19:02:43.201Z PASS [ 1.847s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
46172024-01-24T19:02:43.632Z PASS [ 1.087s] wicketd::mod integration_tests::commands::test_wicketd_openapi
46182024-01-24T19:02:44.636Z PASS [ 1.946s] wicketd::mod integration_tests::inventory::test_inventory
46192024-01-24T19:02:46.049Z PASS [ 3.139s] wicketd::mod integration_tests::updates::test_update_races
46202024-01-24T19:02:47.144Z PASS [ 3.954s] wicketd::mod integration_tests::updates::test_updates
46212024-01-24T19:02:47.925Z PASS [ 5.109s] wicketd::mod integration_tests::updates::test_installinator_fetch
46222024-01-24T19:02:49.621Z PASS [ 12.040s] sled-storage manager::tests::ensure_using_exactly_these_disks
46232024-01-24T19:02:50.891Z PASS [ 18.163s] oximeter-db client::tests::test_single_node
46242024-01-24T19:02:54.259Z PASS [ 20.574s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
46252024-01-24T19:03:54.270Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
46262024-01-24T19:04:54.278Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
46272024-01-24T19:05:54.252Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
46282024-01-24T19:06:54.265Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
46292024-01-24T19:07:54.310Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
46302024-01-24T19:08:54.247Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
46312024-01-24T19:09:37.053Z PASS [ 402.811s] oximeter-db client::tests::test_replicated
46322024-01-24T19:09:37.062Z------------
46332024-01-24T19:09:37.062Z Summary [2172.602s] 1020 tests run: 1020 passed (15 slow, 1 leaky), 3 skipped
46342024-01-24T19:09:37.082Z
46352024-01-24T19:09:37.089Zreal 36:24.358917304
46362024-01-24T19:09:37.089Zuser 2:51:05.645675879
46372024-01-24T19:09:37.090Zsys 42:00.127358232
46382024-01-24T19:09:37.090Ztrap 3:18.022612924
46392024-01-24T19:09:37.090Ztflt 10.404420756
46402024-01-24T19:09:37.090Zdflt 31.970156841
46412024-01-24T19:09:37.090Zkflt 0.303756525
46422024-01-24T19:09:37.090Zlock 779:36:39.834945807
46432024-01-24T19:09:37.090Zslp 44:03:08.016296036
46442024-01-24T19:09:37.090Zlat 3:15:04.258910474
46452024-01-24T19:09:37.090Zstop 31:41.524531841
46462024-01-24T19:09:37.090Z
46472024-01-24T19:09:37.090Z ##### #### #### ##### ###### #### #####
46482024-01-24T19:09:37.090Z # # # # # # # # # #
46492024-01-24T19:09:37.091Z # # # # # # ##### #### #
46502024-01-24T19:09:37.091Z # # # # # # # # #
46512024-01-24T19:09:37.091Z # # # # # # # # # # #
46522024-01-24T19:09:37.091Z ##### #### #### # ###### #### #
46532024-01-24T19:09:37.091Z
46542024-01-24T19:09:38.946Z Fresh unicode-ident v1.0.12
46552024-01-24T19:09:38.955Z Fresh cfg-if v1.0.0
46562024-01-24T19:09:38.955Z Fresh autocfg v1.1.0
46572024-01-24T19:09:38.955Z Fresh version_check v0.9.4
46582024-01-24T19:09:38.955Z Fresh proc-macro2 v1.0.74
46592024-01-24T19:09:38.955Z Fresh memchr v2.6.3
46602024-01-24T19:09:38.955Z Fresh log v0.4.20
46612024-01-24T19:09:38.955Z Fresh scopeguard v1.2.0
46622024-01-24T19:09:38.955Z Fresh once_cell v1.19.0
46632024-01-24T19:09:38.955Z Fresh quote v1.0.35
46642024-01-24T19:09:38.955Z Fresh libc v0.2.152
46652024-01-24T19:09:38.955Z Fresh smallvec v1.11.2
46662024-01-24T19:09:38.955Z Fresh itoa v1.0.9
46672024-01-24T19:09:38.955Z Fresh syn v2.0.46
46682024-01-24T19:09:38.955Z Fresh getrandom v0.2.10
46692024-01-24T19:09:38.956Z Fresh syn v1.0.109
46702024-01-24T19:09:38.956Z Fresh cc v1.0.83
46712024-01-24T19:09:38.956Z Fresh serde_derive v1.0.195
46722024-01-24T19:09:38.956Z Fresh lock_api v0.4.10
46732024-01-24T19:09:38.960Z Fresh parking_lot_core v0.9.8
46742024-01-24T19:09:38.961Z Fresh libm v0.2.7
46752024-01-24T19:09:38.961Z Fresh byteorder v1.5.0
46762024-01-24T19:09:38.961Z Fresh thiserror-impl v1.0.49
46772024-01-24T19:09:38.961Z Fresh pin-project-lite v0.2.13
46782024-01-24T19:09:38.961Z Fresh serde v1.0.195
46792024-01-24T19:09:38.961Z Fresh parking_lot v0.12.1
46802024-01-24T19:09:38.961Z Fresh num-traits v0.2.16
46812024-01-24T19:09:38.961Z Fresh spin v0.5.2
46822024-01-24T19:09:38.961Z Fresh signal-hook-registry v1.4.1
46832024-01-24T19:09:38.961Z Fresh mio v0.8.9
46842024-01-24T19:09:38.961Z Fresh rand_core v0.6.4
46852024-01-24T19:09:38.961Z Fresh bytes v1.5.0
46862024-01-24T19:09:38.961Z Fresh thiserror v1.0.49
46872024-01-24T19:09:38.961Z Fresh bitflags v2.4.0
46882024-01-24T19:09:38.961Z Fresh ryu v1.0.15
46892024-01-24T19:09:38.961Z Fresh futures-core v0.3.30
46902024-01-24T19:09:38.961Z Fresh zeroize_derive v1.4.2
46912024-01-24T19:09:38.961Z Fresh num_cpus v1.16.0
46922024-01-24T19:09:38.968Z Fresh zeroize v1.7.0
46932024-01-24T19:09:38.968Z Fresh hashbrown v0.14.2
46942024-01-24T19:09:38.968Z Fresh equivalent v1.0.1
46952024-01-24T19:09:38.968Z Fresh fnv v1.0.7
46962024-01-24T19:09:38.968Z Fresh tokio-macros v2.2.0
46972024-01-24T19:09:38.968Z Fresh socket2 v0.5.5
46982024-01-24T19:09:38.968Z Fresh heck v0.4.1
46992024-01-24T19:09:38.968Z Fresh serde_json v1.0.111
47002024-01-24T19:09:38.968Z Fresh indexmap v2.1.0
47012024-01-24T19:09:38.970Z Fresh tokio v1.35.1
47022024-01-24T19:09:38.970Z Fresh futures-sink v0.3.30
47032024-01-24T19:09:38.970Z Fresh lazy_static v1.4.0
47042024-01-24T19:09:38.970Z Fresh errno v0.3.8
47052024-01-24T19:09:38.970Z Fresh pin-utils v0.1.0
47062024-01-24T19:09:38.970Z Fresh regex-syntax v0.8.2
47072024-01-24T19:09:38.970Z Fresh futures-channel v0.3.30
47082024-01-24T19:09:38.970Z Fresh futures-macro v0.3.30
47092024-01-24T19:09:38.970Z Fresh futures-task v0.3.30
47102024-01-24T19:09:38.971Z Fresh futures-io v0.3.30
47112024-01-24T19:09:38.971Z Fresh aho-corasick v1.0.4
47122024-01-24T19:09:38.971Z Fresh slab v0.4.9
47132024-01-24T19:09:38.971Z Fresh subtle v2.5.0
47142024-01-24T19:09:38.971Z Fresh regex-automata v0.4.3
47152024-01-24T19:09:38.971Z Fresh iana-time-zone v0.1.57
47162024-01-24T19:09:38.971Z Fresh pkg-config v0.3.27
47172024-01-24T19:09:38.971Z Fresh futures-util v0.3.30
47182024-01-24T19:09:38.971Z Fresh typenum v1.16.0
47192024-01-24T19:09:38.971Z Fresh regex v1.10.2
47202024-01-24T19:09:38.971Z Fresh chrono v0.4.31
47212024-01-24T19:09:38.971Z Fresh uuid v1.6.1
47222024-01-24T19:09:38.971Z Fresh tinyvec_macros v0.1.1
47232024-01-24T19:09:38.971Z Fresh generic-array v0.14.7
47242024-01-24T19:09:38.971Z Fresh tinyvec v1.6.0
47252024-01-24T19:09:38.971Z Fresh rustix v0.38.30
47262024-01-24T19:09:38.971Z Fresh tracing-attributes v0.1.26
47272024-01-24T19:09:38.971Z Fresh tracing-core v0.1.31
47282024-01-24T19:09:38.971Z Fresh spin v0.9.8
47292024-01-24T19:09:38.971Z Fresh base64 v0.21.7
47302024-01-24T19:09:38.971Z Fresh const-oid v0.9.5
47312024-01-24T19:09:38.971Z Fresh crypto-common v0.1.6
47322024-01-24T19:09:38.971Z Fresh tracing v0.1.37
47332024-01-24T19:09:38.972Z Fresh unicode-normalization v0.1.22
47342024-01-24T19:09:38.972Z Fresh http v0.2.11
47352024-01-24T19:09:38.972Z Fresh unicode-bidi v0.3.13
47362024-01-24T19:09:38.972Z Fresh bitflags v1.3.2
47372024-01-24T19:09:38.972Z Fresh serde_derive_internals v0.26.0
47382024-01-24T19:09:38.972Z Fresh unicode-width v0.1.11
47392024-01-24T19:09:38.972Z Fresh percent-encoding v2.3.1
47402024-01-24T19:09:38.972Z Fresh dyn-clone v1.0.13
47412024-01-24T19:09:38.972Z Fresh schemars_derive v0.8.16
47422024-01-24T19:09:38.972Z Fresh ppv-lite86 v0.2.17
47432024-01-24T19:09:38.972Z Fresh form_urlencoded v1.2.1
47442024-01-24T19:09:38.972Z Fresh rand_chacha v0.3.1
47452024-01-24T19:09:38.972Z Fresh block-buffer v0.10.4
47462024-01-24T19:09:38.972Z Fresh zerocopy-derive v0.7.31
47472024-01-24T19:09:38.972Z Fresh vcpkg v0.2.15
47482024-01-24T19:09:38.972Z Fresh schemars v0.8.16
47492024-01-24T19:09:38.972Z Fresh rand v0.8.5
47502024-01-24T19:09:38.973Z Fresh untrusted v0.9.0
47512024-01-24T19:09:38.973Z Fresh httparse v1.8.0
47522024-01-24T19:09:38.973Z Fresh digest v0.10.7
47532024-01-24T19:09:38.973Z Fresh zerocopy v0.7.31
47542024-01-24T19:09:38.973Z Fresh ring v0.17.7
47552024-01-24T19:09:38.973Z Fresh semver v1.0.21
47562024-01-24T19:09:38.973Z Fresh idna v0.5.0
47572024-01-24T19:09:38.974Z Fresh tokio-util v0.7.10
47582024-01-24T19:09:38.974Z Fresh socket2 v0.4.9
47592024-01-24T19:09:38.974Z Fresh ucd-trie v0.1.6
47602024-01-24T19:09:38.978Z Fresh url v2.5.0
47612024-01-24T19:09:38.978Z Fresh pest v2.7.2
47622024-01-24T19:09:38.978Z Fresh toml_datetime v0.6.5
47632024-01-24T19:09:38.978Z Fresh serde_spanned v0.6.4
47642024-01-24T19:09:38.979Z Fresh either v1.9.0
47652024-01-24T19:09:38.979Z Fresh adler v1.0.2
47662024-01-24T19:09:38.979Z Fresh httpdate v1.0.3
47672024-01-24T19:09:38.979Z Fresh winnow v0.5.15
47682024-01-24T19:09:38.979Z Fresh try-lock v0.2.4
47692024-01-24T19:09:38.979Z Fresh miniz_oxide v0.7.1
47702024-01-24T19:09:38.979Z Fresh ahash v0.8.6
47712024-01-24T19:09:38.979Z Fresh h2 v0.3.24
47722024-01-24T19:09:38.979Z Fresh http-body v0.4.5
47732024-01-24T19:09:38.979Z Fresh strsim v0.10.0
47742024-01-24T19:09:38.979Z Fresh want v0.3.1
47752024-01-24T19:09:38.979Z Fresh tower-service v0.3.2
47762024-01-24T19:09:38.979Z Fresh cpufeatures v0.2.9
47772024-01-24T19:09:38.979Z Fresh openssl-probe v0.1.5
47782024-01-24T19:09:38.979Z Fresh foreign-types-shared v0.1.1
47792024-01-24T19:09:38.979Z Fresh hyper v0.14.27
47802024-01-24T19:09:38.979Z Fresh foreign-types v0.3.2
47812024-01-24T19:09:38.979Z Fresh async-trait v0.1.77
47822024-01-24T19:09:38.979Z Fresh hashbrown v0.13.2
47832024-01-24T19:09:38.979Z Fresh openssl-sys v0.9.96
47842024-01-24T19:09:38.979Z Fresh openssl-macros v0.1.1
47852024-01-24T19:09:38.979Z Fresh untrusted v0.7.1
47862024-01-24T19:09:38.980Z Fresh mime v0.3.17
47872024-01-24T19:09:38.980Z Fresh openssl v0.10.60
47882024-01-24T19:09:38.980Z Fresh ipnet v2.9.0
47892024-01-24T19:09:38.980Z Fresh toml_edit v0.19.15
47902024-01-24T19:09:38.980Z Fresh rustls-webpki v0.101.7
47912024-01-24T19:09:38.980Z Fresh ring v0.16.20
47922024-01-24T19:09:38.980Z Fresh unicode-xid v0.2.4
47932024-01-24T19:09:38.980Z Fresh gimli v0.28.0
47942024-01-24T19:09:38.981Z Fresh serde_urlencoded v0.7.1
47952024-01-24T19:09:38.981Z Fresh object v0.32.1
47962024-01-24T19:09:38.981Z Fresh sct v0.7.0
47972024-01-24T19:09:38.981Z Fresh addr2line v0.21.0
47982024-01-24T19:09:38.981Z Fresh native-tls v0.2.11
47992024-01-24T19:09:38.981Z Fresh encoding_rs v0.8.33
48002024-01-24T19:09:38.981Z Fresh rustc-demangle v0.1.23
48012024-01-24T19:09:38.981Z Fresh rustls v0.21.9
48022024-01-24T19:09:38.981Z Fresh tokio-native-tls v0.3.1
48032024-01-24T19:09:38.981Z Fresh backtrace v0.3.69
48042024-01-24T19:09:38.985Z Fresh utf8parse v0.2.1
48052024-01-24T19:09:38.985Z Fresh tokio-rustls v0.24.1
48062024-01-24T19:09:38.985Z Fresh hyper-tls v0.5.0
48072024-01-24T19:09:38.985Z Fresh anyhow v1.0.75
48082024-01-24T19:09:38.985Z Fresh rustls-pemfile v1.0.3
48092024-01-24T19:09:38.985Z Fresh openapiv3 v2.0.0
48102024-01-24T19:09:38.985Z Fresh base64ct v1.6.0
48112024-01-24T19:09:38.985Z Fresh hyper-rustls v0.24.2
48122024-01-24T19:09:38.985Z Fresh webpki-roots v0.25.2
48132024-01-24T19:09:38.985Z Fresh crossbeam-utils v0.8.16
48142024-01-24T19:09:38.987Z Fresh slog v2.7.0
48152024-01-24T19:09:38.987Z Fresh crc32fast v1.3.2
48162024-01-24T19:09:38.987Z Fresh rustc_version v0.4.0
48172024-01-24T19:09:38.987Z Fresh anstyle v1.0.2
48182024-01-24T19:09:38.987Z Fresh reqwest v0.11.22
48192024-01-24T19:09:38.987Z Fresh hex v0.4.3
48202024-01-24T19:09:38.987Z Fresh time-core v0.1.1
48212024-01-24T19:09:38.987Z Fresh pem-rfc7468 v0.7.0
48222024-01-24T19:09:38.987Z Fresh time-macros v0.2.13
48232024-01-24T19:09:38.987Z Fresh rustversion v1.0.14
48242024-01-24T19:09:38.987Z Fresh synstructure v0.12.6
48252024-01-24T19:09:38.987Z Fresh pest_meta v2.7.2
48262024-01-24T19:09:38.987Z Fresh futures-executor v0.3.30
48272024-01-24T19:09:38.987Z Fresh io-lifetimes v1.0.11
48282024-01-24T19:09:38.987Z Fresh der_derive v0.7.2
48292024-01-24T19:09:38.988Z Fresh flagset v0.4.3
48302024-01-24T19:09:38.988Z Fresh num_threads v0.1.6
48312024-01-24T19:09:38.988Z Fresh deranged v0.3.8
48322024-01-24T19:09:38.988Z Fresh unicode-segmentation v1.10.1
48332024-01-24T19:09:38.988Z Fresh num-integer v0.1.45
48342024-01-24T19:09:38.988Z Fresh pest_generator v2.7.2
48352024-01-24T19:09:38.988Z Fresh rustix v0.37.23
48362024-01-24T19:09:38.988Z Fresh der v0.7.8
48372024-01-24T19:09:38.988Z Fresh time v0.3.27
48382024-01-24T19:09:38.991Z Fresh zerocopy-derive v0.2.0
48392024-01-24T19:09:38.991Z Fresh flate2 v1.0.28
48402024-01-24T19:09:38.991Z Fresh anstyle-parse v0.2.1
48412024-01-24T19:09:38.991Z Fresh siphasher v0.3.11
48422024-01-24T19:09:38.993Z Fresh anstyle-query v1.0.0
48432024-01-24T19:09:38.993Z Fresh colorchoice v1.0.0
48442024-01-24T19:09:38.993Z Fresh terminal_size v0.2.6
48452024-01-24T19:09:38.993Z Fresh spki v0.7.2
48462024-01-24T19:09:38.994Z Fresh zerocopy v0.3.0
48472024-01-24T19:09:38.994Z Fresh pest_derive v2.7.2
48482024-01-24T19:09:38.994Z Fresh futures v0.3.30
48492024-01-24T19:09:38.994Z Fresh stable_deref_trait v1.2.0
48502024-01-24T19:09:38.994Z Fresh anstream v0.5.0
48512024-01-24T19:09:38.994Z Fresh bit-vec v0.6.3
48522024-01-24T19:09:38.994Z Fresh clap_lex v0.5.1
48532024-01-24T19:09:38.994Z Fresh dtrace-parser v0.1.14
48542024-01-24T19:09:38.995Z Fresh dof v0.1.5
48552024-01-24T19:09:38.995Z Fresh toml v0.7.8
48562024-01-24T19:09:38.995Z Fresh toml_edit v0.21.0
48572024-01-24T19:09:38.995Z Fresh clap_builder v4.4.2
48582024-01-24T19:09:38.995Z Fresh clap_derive v4.4.2
48592024-01-24T19:09:38.995Z Fresh thread-id v4.2.0
48602024-01-24T19:09:38.995Z Fresh data-encoding v2.4.0
48612024-01-24T19:09:38.995Z Fresh pkcs8 v0.10.2
48622024-01-24T19:09:38.995Z Fresh strum_macros v0.25.2
48632024-01-24T19:09:38.995Z Fresh itertools v0.10.5
48642024-01-24T19:09:38.995Z Fresh usdt-impl v0.3.5
48652024-01-24T19:09:38.995Z Fresh clap v4.4.3
48662024-01-24T19:09:38.999Z Fresh serde_tokenstream v0.1.7
48672024-01-24T19:09:38.999Z Fresh zerocopy-derive v0.6.4
48682024-01-24T19:09:38.999Z Fresh managed v0.8.0
48692024-01-24T19:09:38.999Z Fresh fixedbitset v0.4.2
48702024-01-24T19:09:39.000Z Fresh memoffset v0.9.0
48712024-01-24T19:09:39.000Z Fresh zerocopy v0.6.4
48722024-01-24T19:09:39.000Z Fresh bit-set v0.5.3
48732024-01-24T19:09:39.000Z Fresh phf_shared v0.10.0
48742024-01-24T19:09:39.000Z Fresh petgraph v0.6.4
48752024-01-24T19:09:39.000Z Fresh sha2 v0.10.8
48762024-01-24T19:09:39.000Z Fresh ipnetwork v0.20.0
48772024-01-24T19:09:39.001Z Fresh precomputed-hash v0.1.1
48782024-01-24T19:09:39.001Z Fresh new_debug_unreachable v1.0.4
48792024-01-24T19:09:39.001Z Fresh minimal-lexical v0.2.1
48802024-01-24T19:09:39.001Z Fresh num-iter v0.1.43
48812024-01-24T19:09:39.001Z Fresh signal-hook v0.3.17
48822024-01-24T19:09:39.001Z Fresh string_cache v0.8.7
48832024-01-24T19:09:39.001Z Fresh nom v7.1.3
48842024-01-24T19:09:39.002Z Fresh crossbeam-epoch v0.9.15
48852024-01-24T19:09:39.002Z Fresh usdt-macro v0.3.5
48862024-01-24T19:09:39.002Z Fresh usdt-attr-macro v0.3.5
48872024-01-24T19:09:39.002Z Fresh hmac v0.12.1
48882024-01-24T19:09:39.002Z Fresh usdt v0.3.5
48892024-01-24T19:09:39.002Z Fresh pin-project-internal v1.1.3
48902024-01-24T19:09:39.002Z Fresh regex-automata v0.1.10
48912024-01-24T19:09:39.002Z Fresh matches v0.1.10
48922024-01-24T19:09:39.002Z Fresh lalrpop-util v0.19.12
48932024-01-24T19:09:39.002Z Fresh bstr v0.2.17
48942024-01-24T19:09:39.002Z Fresh idna v0.2.3
48952024-01-24T19:09:39.002Z Fresh bzip2-sys v0.1.11+1.0.8
48962024-01-24T19:09:39.002Z Fresh pin-project v1.1.3
48972024-01-24T19:09:39.003Z Fresh doc-comment v0.3.3
48982024-01-24T19:09:39.003Z Fresh signal-hook-mio v0.2.3
48992024-01-24T19:09:39.003Z Fresh block-padding v0.3.3
49002024-01-24T19:09:39.003Z Fresh enum-as-inner v0.5.1
49012024-01-24T19:09:39.003Z Fresh scheduled-thread-pool v0.2.7
49022024-01-24T19:09:39.007Z Fresh hash32 v0.2.1
49032024-01-24T19:09:39.007Z Fresh diesel_table_macro_syntax v0.1.0
49042024-01-24T19:09:39.007Z Fresh static_assertions v1.1.0
49052024-01-24T19:09:39.007Z Fresh regex-automata v0.3.8
49062024-01-24T19:09:39.007Z Fresh predicates-core v1.0.6
49072024-01-24T19:09:39.007Z Fresh heapless v0.7.16
49082024-01-24T19:09:39.007Z Fresh crossterm v0.27.0
49092024-01-24T19:09:39.007Z Fresh r2d2 v0.8.10
49102024-01-24T19:09:39.007Z Fresh bstr v1.6.0
49112024-01-24T19:09:39.007Z Fresh inout v0.1.3
49122024-01-24T19:09:39.007Z Fresh trust-dns-proto v0.22.0
49132024-01-24T19:09:39.007Z Fresh diesel_derives v2.1.2
49142024-01-24T19:09:39.007Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
49152024-01-24T19:09:39.007Z Fresh bzip2 v0.4.4
49162024-01-24T19:09:39.007Z Fresh md-5 v0.10.5
49172024-01-24T19:09:39.008Z Fresh console v0.15.8
49182024-01-24T19:09:39.008Z Fresh stringprep v0.1.3
49192024-01-24T19:09:39.008Z Fresh ff v0.13.0
49202024-01-24T19:09:39.008Z Fresh snafu-derive v0.7.5
49212024-01-24T19:09:39.008Z Fresh float-cmp v0.9.0
49222024-01-24T19:09:39.008Z Fresh hubpack_derive v0.1.1
49232024-01-24T19:09:39.008Z Fresh fallible-iterator v0.2.0
49242024-01-24T19:09:39.008Z Fresh base16ct v0.2.0
49252024-01-24T19:09:39.008Z Fresh difflib v0.4.0
49262024-01-24T19:09:39.008Z Fresh normalize-line-endings v0.3.0
49272024-01-24T19:09:39.008Z Fresh snafu v0.7.5
49282024-01-24T19:09:39.008Z Fresh postgres-protocol v0.6.6
49292024-01-24T19:09:39.008Z Fresh group v0.13.0
49302024-01-24T19:09:39.008Z Fresh sec1 v0.7.3
49312024-01-24T19:09:39.008Z Fresh hubpack v0.1.2
49322024-01-24T19:09:39.008Z Fresh diesel v2.1.4
49332024-01-24T19:09:39.008Z Fresh predicates v3.1.0
49342024-01-24T19:09:39.008Z Fresh cipher v0.4.4
49352024-01-24T19:09:39.008Z Fresh zip v0.6.6
49362024-01-24T19:09:39.008Z Fresh smoltcp v0.9.1
49372024-01-24T19:09:39.008Z Fresh num-bigint v0.4.4
49382024-01-24T19:09:39.008Z Fresh similar v2.3.0
49392024-01-24T19:09:39.009Z Fresh hkdf v0.12.4
49402024-01-24T19:09:39.009Z Fresh phf_shared v0.11.2
49412024-01-24T19:09:39.009Z Fresh crypto-bigint v0.5.2
49422024-01-24T19:09:39.009Z Fresh serde_repr v0.1.16
49432024-01-24T19:09:39.009Z Fresh phf v0.11.2
49442024-01-24T19:09:39.009Z Fresh yasna v0.5.2
49452024-01-24T19:09:39.009Z Fresh postgres-types v0.2.6
49462024-01-24T19:09:39.009Z Fresh whoami v1.4.1
49472024-01-24T19:09:39.009Z Fresh tokio-stream v0.1.14
49482024-01-24T19:09:39.009Z Fresh serde_tokenstream v0.2.0
49492024-01-24T19:09:39.009Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
49502024-01-24T19:09:39.009Z Fresh elliptic-curve v0.13.8
49512024-01-24T19:09:39.009Z Fresh tokio-postgres v0.7.10
49522024-01-24T19:09:39.009Z Fresh regress v0.7.1
49532024-01-24T19:09:39.009Z Fresh getopts v0.2.21
49542024-01-24T19:09:39.009Z Fresh unsafe-libyaml v0.2.10
49552024-01-24T19:09:39.009Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49562024-01-24T19:09:39.009Z Fresh fastrand v2.0.0
49572024-01-24T19:09:39.013Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49582024-01-24T19:09:39.013Z Fresh serde_yaml v0.9.25
49592024-01-24T19:09:39.013Z Fresh tempfile v3.9.0
49602024-01-24T19:09:39.013Z Fresh ident_case v1.0.1
49612024-01-24T19:09:39.013Z Fresh dirs-sys-next v0.1.2
49622024-01-24T19:09:39.013Z Fresh toml v0.8.8
49632024-01-24T19:09:39.013Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49642024-01-24T19:09:39.013Z Fresh dirs-next v2.0.0
49652024-01-24T19:09:39.013Z Fresh rustls-pki-types v1.1.0
49662024-01-24T19:09:39.013Z Fresh match_cfg v0.1.0
49672024-01-24T19:09:39.014Z Fresh atty v0.2.14
49682024-01-24T19:09:39.014Z Fresh quick-error v1.2.3
49692024-01-24T19:09:39.014Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49702024-01-24T19:09:39.014Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
49712024-01-24T19:09:39.014Z Fresh term v0.7.0
49722024-01-24T19:09:39.014Z Fresh hostname v0.3.1
49732024-01-24T19:09:39.014Z Fresh camino v1.1.6
49742024-01-24T19:09:39.014Z Fresh darling_core v0.20.3
49752024-01-24T19:09:39.014Z Fresh sha1 v0.10.6
49762024-01-24T19:09:39.014Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49772024-01-24T19:09:39.014Z Fresh darling_macro v0.20.3
49782024-01-24T19:09:39.014Z Fresh rustls-webpki v0.102.1
49792024-01-24T19:09:39.014Z Fresh crossbeam-channel v0.5.8
49802024-01-24T19:09:39.018Z Fresh thread_local v1.1.7
49812024-01-24T19:09:39.018Z Fresh instant v0.1.12
49822024-01-24T19:09:39.018Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49832024-01-24T19:09:39.018Z Fresh paste v1.0.14
49842024-01-24T19:09:39.018Z Fresh darling v0.20.3
49852024-01-24T19:09:39.018Z Fresh rustls-pemfile v2.0.0
49862024-01-24T19:09:39.018Z Fresh strum v0.25.0
49872024-01-24T19:09:39.022Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
49882024-01-24T19:09:39.022Z Fresh rustls v0.22.2
49892024-01-24T19:09:39.022Z Fresh debug-ignore v1.0.5
49902024-01-24T19:09:39.022Z Fresh take_mut v0.2.2
49912024-01-24T19:09:39.022Z Fresh serde_with_macros v3.4.0
49922024-01-24T19:09:39.022Z Fresh slog-term v2.9.0
49932024-01-24T19:09:39.022Z Fresh tokio-rustls v0.25.0
49942024-01-24T19:09:39.022Z Fresh slog-async v2.8.0
49952024-01-24T19:09:39.022Z Fresh slog-json v2.6.1
49962024-01-24T19:09:39.022Z Fresh http v1.0.0
49972024-01-24T19:09:39.022Z Fresh async-stream-impl v0.3.5
49982024-01-24T19:09:39.022Z Fresh structmeta-derive v0.2.0
49992024-01-24T19:09:39.022Z Fresh wait-timeout v0.2.0
50002024-01-24T19:09:39.022Z Fresh atomic-waker v1.1.1
50012024-01-24T19:09:39.022Z Fresh multer v3.0.0
50022024-01-24T19:09:39.022Z Fresh slog-bunyan v2.5.0
50032024-01-24T19:09:39.022Z Fresh structmeta v0.2.0
50042024-01-24T19:09:39.023Z Fresh async-stream v0.3.5
50052024-01-24T19:09:39.023Z Fresh serde_with v3.4.0
50062024-01-24T19:09:39.023Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
50072024-01-24T19:09:39.024Z Fresh waitgroup v0.1.2
50082024-01-24T19:09:39.024Z Fresh serde_path_to_error v0.1.15
50092024-01-24T19:09:39.024Z Fresh rusty-fork v0.3.0
50102024-01-24T19:09:39.024Z Fresh rand_xorshift v0.3.0
50112024-01-24T19:09:39.024Z Fresh unarray v0.1.4
50122024-01-24T19:09:39.024Z Fresh regex-syntax v0.7.5
50132024-01-24T19:09:39.024Z Fresh backoff v0.4.0
50142024-01-24T19:09:39.024Z Fresh test-strategy v0.3.1
50152024-01-24T19:09:39.024Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
50162024-01-24T19:09:39.024Z Fresh parse-display-derive v0.8.2
50172024-01-24T19:09:39.024Z Fresh proptest v1.4.0
50182024-01-24T19:09:39.024Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50192024-01-24T19:09:39.024Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
50202024-01-24T19:09:39.024Z Fresh macaddr v1.0.1
50212024-01-24T19:09:39.024Z Fresh is-terminal v0.4.9
50222024-01-24T19:09:39.024Z Fresh camino-tempfile v1.1.1
50232024-01-24T19:09:39.024Z Fresh parse-display v0.8.2
50242024-01-24T19:09:39.024Z Fresh same-file v1.0.6
50252024-01-24T19:09:39.024Z Fresh proc-macro-crate v1.3.1
50262024-01-24T19:09:39.024Z Fresh hash32 v0.3.1
50272024-01-24T19:09:39.024Z Fresh walkdir v2.4.0
50282024-01-24T19:09:39.025Z Fresh num_enum_derive v0.5.11
50292024-01-24T19:09:39.025Z Fresh proc-macro-error-attr v1.0.4
50302024-01-24T19:09:39.025Z Fresh heapless v0.8.0
50312024-01-24T19:09:39.025Z Fresh num_enum v0.5.11
50322024-01-24T19:09:39.028Z Fresh embedded-io v0.4.0
50332024-01-24T19:09:39.028Z Fresh cobs v0.2.3
50342024-01-24T19:09:39.028Z Fresh proc-macro-error v1.0.4
50352024-01-24T19:09:39.029Z Fresh postcard v1.0.8
50362024-01-24T19:09:39.029Z Fresh smoltcp v0.11.0
50372024-01-24T19:09:39.029Z Fresh foreign-types-macros v0.2.3
50382024-01-24T19:09:39.029Z Fresh filetime v0.2.23
50392024-01-24T19:09:39.029Z Fresh xattr v1.0.1
50402024-01-24T19:09:39.029Z Fresh foreign-types-shared v0.3.1
50412024-01-24T19:09:39.029Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50422024-01-24T19:09:39.029Z Fresh termtree v0.4.1
50432024-01-24T19:09:39.029Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
50442024-01-24T19:09:39.029Z Fresh tar v0.4.40
50452024-01-24T19:09:39.029Z Fresh crucible-workspace-hack v0.1.0
50462024-01-24T19:09:39.029Z Fresh foreign-types v0.5.0
50472024-01-24T19:09:39.029Z Fresh predicates-tree v1.0.9
50482024-01-24T19:09:39.029Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50492024-01-24T19:09:39.029Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
50502024-01-24T19:09:39.029Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50512024-01-24T19:09:39.029Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
50522024-01-24T19:09:39.029Z Fresh cstr-argument v0.1.2
50532024-01-24T19:09:39.029Z Fresh pretty-hex v0.2.1
50542024-01-24T19:09:39.029Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
50552024-01-24T19:09:39.029Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50562024-01-24T19:09:39.029Z Fresh colored v2.0.4
50572024-01-24T19:09:39.030Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
50582024-01-24T19:09:39.030Z Fresh zone_cfg_derive v0.3.0
50592024-01-24T19:09:39.030Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
50602024-01-24T19:09:39.030Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
50612024-01-24T19:09:39.030Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50622024-01-24T19:09:39.030Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
50632024-01-24T19:09:39.030Z Fresh mockall_derive v0.12.0
50642024-01-24T19:09:39.030Z Fresh num-derive v0.4.0
50652024-01-24T19:09:39.034Z Fresh fragile v2.0.0
50662024-01-24T19:09:39.034Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
50672024-01-24T19:09:39.034Z Fresh downcast v0.11.0
50682024-01-24T19:09:39.034Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
50692024-01-24T19:09:39.034Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
50702024-01-24T19:09:39.034Z Fresh zone v0.3.0
50712024-01-24T19:09:39.034Z Fresh smf v0.2.2
50722024-01-24T19:09:39.034Z Fresh pem v3.0.2
50732024-01-24T19:09:39.034Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
50742024-01-24T19:09:39.034Z Fresh mockall v0.12.0
50752024-01-24T19:09:39.034Z Fresh password-hash v0.5.0
50762024-01-24T19:09:39.034Z Fresh blake2 v0.10.6
50772024-01-24T19:09:39.034Z Fresh home v0.5.5
50782024-01-24T19:09:39.034Z Fresh headers-core v0.2.0
50792024-01-24T19:09:39.034Z Fresh argon2 v0.5.2
50802024-01-24T19:09:39.036Z Fresh headers v0.3.9
50812024-01-24T19:09:39.036Z Fresh heck v0.3.3
50822024-01-24T19:09:39.036Z Fresh itertools v0.12.0
50832024-01-24T19:09:39.036Z Fresh textwrap v0.11.0
50842024-01-24T19:09:39.036Z Fresh toml v0.5.11
50852024-01-24T19:09:39.036Z Fresh swrite v0.1.0
50862024-01-24T19:09:39.036Z Fresh ansi_term v0.12.1
50872024-01-24T19:09:39.036Z Fresh linked-hash-map v0.5.6
50882024-01-24T19:09:39.036Z Fresh termcolor v1.2.0
50892024-01-24T19:09:39.036Z Fresh strsim v0.8.0
50902024-01-24T19:09:39.036Z Fresh vec_map v0.8.2
50912024-01-24T19:09:39.036Z Fresh lru-cache v0.1.2
50922024-01-24T19:09:39.036Z Fresh clap v2.34.0
50932024-01-24T19:09:39.036Z Fresh structopt-derive v0.4.18
50942024-01-24T19:09:39.036Z Fresh cancel-safe-futures v0.1.5
50952024-01-24T19:09:39.036Z Fresh half v1.8.2
50962024-01-24T19:09:39.036Z Fresh ciborium-io v0.2.1
50972024-01-24T19:09:39.036Z Fresh semver v0.1.20
50982024-01-24T19:09:39.036Z Fresh tap v1.0.1
50992024-01-24T19:09:39.036Z Fresh radium v0.7.0
51002024-01-24T19:09:39.036Z Fresh structopt v0.3.26
51012024-01-24T19:09:39.036Z Fresh rustc_version v0.1.7
51022024-01-24T19:09:39.037Z Fresh wyz v0.5.1
51032024-01-24T19:09:39.037Z Fresh libefi-sys v0.1.0
51042024-01-24T19:09:39.037Z Fresh ciborium-ll v0.2.1
51052024-01-24T19:09:39.037Z Fresh rcgen v0.12.0
51062024-01-24T19:09:39.037Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
51072024-01-24T19:09:39.037Z Fresh atomicwrites v0.4.3
51082024-01-24T19:09:39.039Z Fresh semver-parser v0.10.2
51092024-01-24T19:09:39.039Z Fresh libsw v3.3.1
51102024-01-24T19:09:39.039Z Fresh derive-where v1.2.7
51112024-01-24T19:09:39.039Z Fresh subprocess v0.2.9
51122024-01-24T19:09:39.039Z Fresh topological-sort v0.2.2
51132024-01-24T19:09:39.039Z Fresh linear-map v1.2.0
51142024-01-24T19:09:39.039Z Fresh owo-colors v3.5.0
51152024-01-24T19:09:39.040Z Fresh crc-catalog v2.2.0
51162024-01-24T19:09:39.040Z Fresh funty v2.0.0
51172024-01-24T19:09:39.043Z Fresh omicron-zone-package v0.10.1
51182024-01-24T19:09:39.043Z Fresh semver v0.11.0
51192024-01-24T19:09:39.044Z Fresh bitvec v1.0.1
51202024-01-24T19:09:39.044Z Fresh crc v3.0.1
51212024-01-24T19:09:39.044Z Fresh ciborium v0.2.1
51222024-01-24T19:09:39.044Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
51232024-01-24T19:09:39.044Z Fresh maybe-uninit v2.0.0
51242024-01-24T19:09:39.044Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
51252024-01-24T19:09:39.044Z Fresh packed_struct_codegen v0.10.1
51262024-01-24T19:09:39.044Z Fresh nodrop v0.1.14
51272024-01-24T19:09:39.044Z Fresh glob v0.3.1
51282024-01-24T19:09:39.044Z Fresh num-bigint-dig v0.8.4
51292024-01-24T19:09:39.044Z Fresh smallvec v0.6.14
51302024-01-24T19:09:39.044Z Fresh packed_struct v0.10.1
51312024-01-24T19:09:39.044Z Fresh array-init v0.0.4
51322024-01-24T19:09:39.044Z Fresh toolchain_find v0.2.0
51332024-01-24T19:09:39.044Z Fresh pkcs1 v0.7.5
51342024-01-24T19:09:39.044Z Fresh signature v2.1.0
51352024-01-24T19:09:39.044Z Fresh hashbrown v0.12.3
51362024-01-24T19:09:39.044Z Fresh bitfield v0.14.0
51372024-01-24T19:09:39.044Z Fresh serde-hex v0.1.0
51382024-01-24T19:09:39.044Z Fresh rsa v0.9.2
51392024-01-24T19:09:39.044Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
51402024-01-24T19:09:39.045Z Fresh rustfmt-wrapper v0.2.0
51412024-01-24T19:09:39.045Z Fresh indexmap v1.9.3
51422024-01-24T19:09:39.045Z Fresh newtype_derive v0.1.6
51432024-01-24T19:09:39.045Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
51442024-01-24T19:09:39.045Z Fresh env_logger v0.10.0
51452024-01-24T19:09:39.045Z Fresh x509-cert v0.2.4
51462024-01-24T19:09:39.045Z Fresh ron v0.8.1
51472024-01-24T19:09:39.045Z Fresh crc-any v2.4.3
51482024-01-24T19:09:39.045Z Fresh steno v0.4.0
51492024-01-24T19:09:39.045Z Fresh object v0.30.4
51502024-01-24T19:09:39.045Z Fresh path-slash v0.1.5
51512024-01-24T19:09:39.045Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
51522024-01-24T19:09:39.045Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
51532024-01-24T19:09:39.045Z Fresh arc-swap v1.6.0
51542024-01-24T19:09:39.045Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
51552024-01-24T19:09:39.045Z Fresh slog-scope v4.4.0
51562024-01-24T19:09:39.045Z Fresh slog-dtrace v0.2.3
51572024-01-24T19:09:39.045Z Fresh convert_case v0.4.0
51582024-01-24T19:09:39.045Z Fresh resolv-conf v0.7.0
51592024-01-24T19:09:39.045Z Fresh num-complex v0.4.4
51602024-01-24T19:09:39.045Z Fresh slog-stdlog v4.1.1
51612024-01-24T19:09:39.045Z Fresh derive_more v0.99.17
51622024-01-24T19:09:39.045Z Fresh trust-dns-resolver v0.22.0
51632024-01-24T19:09:39.046Z Fresh num-rational v0.4.1
51642024-01-24T19:09:39.046Z Fresh fxhash v0.2.1
51652024-01-24T19:09:39.046Z Fresh nibble_vec v0.1.0
51662024-01-24T19:09:39.046Z Fresh endian-type v0.1.2
51672024-01-24T19:09:39.046Z Fresh slog-envlogger v2.2.0
51682024-01-24T19:09:39.046Z Fresh num v0.4.1
51692024-01-24T19:09:39.046Z Fresh display-error-chain v0.2.0
51702024-01-24T19:09:39.046Z Fresh utf-8 v0.7.6
51712024-01-24T19:09:39.046Z Fresh radix_trie v0.2.1
51722024-01-24T19:09:39.046Z Fresh newline-converter v0.3.0
51732024-01-24T19:09:39.046Z Fresh keccak v0.1.4
51742024-01-24T19:09:39.046Z Fresh buf-list v1.0.3
51752024-01-24T19:09:39.046Z Fresh tungstenite v0.20.1
51762024-01-24T19:09:39.046Z Fresh sha3 v0.10.8
51772024-01-24T19:09:39.046Z Fresh expectorate v1.1.0
51782024-01-24T19:09:39.046Z Fresh secrecy v0.8.0
51792024-01-24T19:09:39.046Z Fresh tokio-tungstenite v0.20.1
51802024-01-24T19:09:39.046Z Fresh crossbeam-deque v0.8.3
51812024-01-24T19:09:39.046Z Fresh signature v1.6.4
51822024-01-24T19:09:39.046Z Fresh memoffset v0.7.1
51832024-01-24T19:09:39.046Z Fresh rayon-core v1.12.0
51842024-01-24T19:09:39.046Z Fresh ed25519 v1.5.3
51852024-01-24T19:09:39.046Z Fresh globset v0.4.13
51862024-01-24T19:09:39.047Z Fresh olpc-cjson v0.1.3
51872024-01-24T19:09:39.047Z Fresh serde_plain v1.0.2
51882024-01-24T19:09:39.047Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51892024-01-24T19:09:39.048Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51902024-01-24T19:09:39.048Z Fresh async-recursion v1.0.5
51912024-01-24T19:09:39.048Z Fresh vte_generate_state_changes v0.1.1
51922024-01-24T19:09:39.048Z Fresh typed-path v0.7.0
51932024-01-24T19:09:39.052Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
51942024-01-24T19:09:39.052Z Fresh vte v0.11.1
51952024-01-24T19:09:39.052Z Fresh tough v0.16.0
51962024-01-24T19:09:39.052Z Fresh rayon v1.8.0
51972024-01-24T19:09:39.052Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
51982024-01-24T19:09:39.052Z Fresh salty v0.2.0
51992024-01-24T19:09:39.052Z Fresh platforms v3.0.2
52002024-01-24T19:09:39.052Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
52012024-01-24T19:09:39.052Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52022024-01-24T19:09:39.052Z Fresh fd-lock v3.0.13
52032024-01-24T19:09:39.052Z Fresh serde-big-array v0.4.1
52042024-01-24T19:09:39.053Z Fresh serde-big-array v0.5.1
52052024-01-24T19:09:39.053Z Fresh diff v0.1.13
52062024-01-24T19:09:39.053Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
52072024-01-24T19:09:39.053Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
52082024-01-24T19:09:39.053Z Fresh crunchy v0.2.2
52092024-01-24T19:09:39.053Z Fresh unicase v2.7.0
52102024-01-24T19:09:39.053Z Fresh strip-ansi-escapes v0.2.0
52112024-01-24T19:09:39.053Z Fresh parking_lot_core v0.8.6
52122024-01-24T19:09:39.053Z Fresh prettyplease v0.2.16
52132024-01-24T19:09:39.053Z Fresh darling_core v0.14.4
52142024-01-24T19:09:39.053Z Fresh signal-hook-tokio v0.3.1
52152024-01-24T19:09:39.053Z Fresh nu-ansi-term v0.49.0
52162024-01-24T19:09:39.053Z Fresh corncobs v0.1.3
52172024-01-24T19:09:39.053Z Fresh reedline v0.28.0
52182024-01-24T19:09:39.053Z Fresh darling_macro v0.14.4
52192024-01-24T19:09:39.053Z Fresh parking_lot v0.11.2
52202024-01-24T19:09:39.053Z Fresh fs-err v2.11.0
52212024-01-24T19:09:39.053Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
52222024-01-24T19:09:39.053Z Fresh tiny-keccak v2.0.2
52232024-01-24T19:09:39.053Z Fresh trust-dns-client v0.22.0
52242024-01-24T19:09:39.053Z Fresh ascii-canvas v3.0.0
52252024-01-24T19:09:39.053Z Fresh universal-hash v0.5.1
52262024-01-24T19:09:39.054Z Fresh curve25519-dalek-derive v0.1.0
52272024-01-24T19:09:39.054Z Fresh thiserror-impl-no-std v2.0.2
52282024-01-24T19:09:39.054Z Fresh ena v0.14.2
52292024-01-24T19:09:39.054Z Fresh libloading v0.7.4
52302024-01-24T19:09:39.054Z Fresh regex-syntax v0.6.29
52312024-01-24T19:09:39.054Z Fresh opaque-debug v0.3.0
52322024-01-24T19:09:39.054Z Fresh parse-size v1.0.0
52332024-01-24T19:09:39.059Z Fresh bytecount v0.6.3
52342024-01-24T19:09:39.059Z Fresh curve25519-dalek v4.1.1
52352024-01-24T19:09:39.059Z Fresh thiserror-no-std v2.0.2
52362024-01-24T19:09:39.059Z Fresh clang-sys v1.6.1
52372024-01-24T19:09:39.059Z Fresh lalrpop v0.19.12
52382024-01-24T19:09:39.059Z Fresh poly1305 v0.8.0
52392024-01-24T19:09:39.059Z Fresh papergrid v0.10.0
52402024-01-24T19:09:39.059Z Fresh trust-dns-server v0.22.1
52412024-01-24T19:09:39.059Z Fresh darling v0.14.4
52422024-01-24T19:09:39.059Z Fresh portable-atomic v1.4.3
52432024-01-24T19:09:39.060Z Fresh sled v0.34.7
52442024-01-24T19:09:39.060Z Fresh tabled_derive v0.6.0
52452024-01-24T19:09:39.060Z Fresh chacha20 v0.9.1
52462024-01-24T19:09:39.060Z Fresh cexpr v0.6.0
52472024-01-24T19:09:39.060Z Fresh which v4.4.0
52482024-01-24T19:09:39.060Z Fresh nix v0.26.4
52492024-01-24T19:09:39.060Z Fresh aead v0.5.2
52502024-01-24T19:09:39.060Z Fresh kstat-rs v0.2.3
52512024-01-24T19:09:39.060Z Fresh sqlparser_derive v0.2.2
52522024-01-24T19:09:39.060Z Fresh number_prefix v0.4.0
52532024-01-24T19:09:39.060Z Fresh rustc-hash v1.1.0
52542024-01-24T19:09:39.060Z Fresh peeking_take_while v0.1.2
52552024-01-24T19:09:39.060Z Fresh unicode_categories v0.1.1
52562024-01-24T19:09:39.060Z Fresh pretty-hex v0.4.1
52572024-01-24T19:09:39.060Z Fresh shlex v1.1.0
52582024-01-24T19:09:39.060Z Fresh lazycell v1.3.0
52592024-01-24T19:09:39.060Z Fresh chacha20poly1305 v0.10.1
52602024-01-24T19:09:39.060Z Fresh sqlparser v0.41.0
52612024-01-24T19:09:39.060Z Fresh indicatif v0.17.7
52622024-01-24T19:09:39.060Z Fresh bindgen v0.65.1
52632024-01-24T19:09:39.060Z Fresh sqlformat v0.2.3
52642024-01-24T19:09:39.060Z Fresh rustyline v12.0.0
52652024-01-24T19:09:39.060Z Fresh tabled v0.14.0
52662024-01-24T19:09:39.061Z Fresh mime_guess v2.0.4
52672024-01-24T19:09:39.062Z Fresh derive_builder_core v0.12.0
52682024-01-24T19:09:39.062Z Fresh vsss-rs v3.3.4
52692024-01-24T19:09:39.067Z Fresh bcs v0.1.6
52702024-01-24T19:09:39.067Z Fresh ref-cast-impl v1.0.20
52712024-01-24T19:09:39.067Z Fresh highway v1.1.0
52722024-01-24T19:09:39.067Z Fresh humantime v2.1.0
52732024-01-24T19:09:39.067Z Fresh ref-cast v1.0.20
52742024-01-24T19:09:39.067Z Fresh derive_builder_macro v0.12.0
52752024-01-24T19:09:39.067Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
52762024-01-24T19:09:39.067Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
52772024-01-24T19:09:39.067Z Fresh strum_macros v0.24.3
52782024-01-24T19:09:39.067Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
52792024-01-24T19:09:39.067Z Fresh itertools v0.11.0
52802024-01-24T19:09:39.067Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
52812024-01-24T19:09:39.067Z Fresh is_ci v1.1.1
52822024-01-24T19:09:39.067Z Fresh indoc v2.0.3
52832024-01-24T19:09:39.067Z Fresh maplit v1.0.2
52842024-01-24T19:09:39.067Z Fresh http-range v0.1.5
52852024-01-24T19:09:39.067Z Fresh cassowary v0.3.0
52862024-01-24T19:09:39.067Z Fresh indoc v1.0.9
52872024-01-24T19:09:39.067Z Fresh polar-core v0.27.0
52882024-01-24T19:09:39.067Z Fresh ratatui v0.23.0
52892024-01-24T19:09:39.067Z Fresh hyper-staticfile v0.9.5
52902024-01-24T19:09:39.068Z Fresh supports-color v2.1.0
52912024-01-24T19:09:39.068Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
52922024-01-24T19:09:39.069Z Fresh derive_builder v0.12.0
52932024-01-24T19:09:39.069Z Fresh libxml v0.3.3
52942024-01-24T19:09:39.069Z Fresh bb8 v0.8.1
52952024-01-24T19:09:39.069Z Fresh quick-xml v0.23.1
52962024-01-24T19:09:39.069Z Fresh oso-derive v0.27.0
52972024-01-24T19:09:39.069Z Fresh impl-trait-for-tuples v0.2.2
52982024-01-24T19:09:39.069Z Fresh rtoolbox v0.0.1
52992024-01-24T19:09:39.069Z Fresh unicode-linebreak v0.1.5
53002024-01-24T19:09:39.069Z Fresh assert_matches v1.5.0
53012024-01-24T19:09:39.070Z Fresh smawk v0.3.1
53022024-01-24T19:09:39.070Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
53032024-01-24T19:09:39.070Z Fresh oso v0.27.0
53042024-01-24T19:09:39.070Z Fresh rpassword v7.3.1
53052024-01-24T19:09:39.070Z Fresh textwrap v0.16.0
53062024-01-24T19:09:39.070Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
53072024-01-24T19:09:39.070Z Fresh tui-tree-widget v0.13.0
53082024-01-24T19:09:39.070Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
53092024-01-24T19:09:39.070Z Fresh cookie v0.18.0
53102024-01-24T19:09:39.070Z Fresh shell-words v1.1.0
53112024-01-24T19:09:39.070Z Fresh plotters-backend v0.3.5
53122024-01-24T19:09:39.070Z Fresh target-lexicon v0.12.12
53132024-01-24T19:09:39.070Z Fresh plotters-svg v0.3.5
53142024-01-24T19:09:39.070Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
53152024-01-24T19:09:39.070Z Fresh yansi v0.5.1
53162024-01-24T19:09:39.070Z Fresh cast v0.3.0
53172024-01-24T19:09:39.076Z Fresh pretty_assertions v1.4.0
53182024-01-24T19:09:39.077Z Fresh plotters v0.3.5
53192024-01-24T19:09:39.077Z Fresh guppy-workspace-hack v0.1.0
53202024-01-24T19:09:39.077Z Fresh criterion-plot v0.5.0
53212024-01-24T19:09:39.077Z Fresh cfg-expr v0.15.5
53222024-01-24T19:09:39.077Z Fresh rustls-native-certs v0.7.0
53232024-01-24T19:09:39.077Z Fresh tinytemplate v1.2.1
53242024-01-24T19:09:39.077Z Fresh threadpool v1.8.1
53252024-01-24T19:09:39.077Z Fresh cargo-platform v0.1.3
53262024-01-24T19:09:39.078Z Fresh nanorand v0.7.0
53272024-01-24T19:09:39.078Z Fresh anes v0.1.6
53282024-01-24T19:09:39.078Z Fresh relative-path v1.9.0
53292024-01-24T19:09:39.078Z Fresh arrayref v0.3.7
53302024-01-24T19:09:39.078Z Fresh constant_time_eq v0.2.6
53312024-01-24T19:09:39.078Z Fresh arrayvec v0.7.4
53322024-01-24T19:09:39.078Z Fresh oorandom v11.1.3
53332024-01-24T19:09:39.078Z Fresh criterion v0.5.1
53342024-01-24T19:09:39.078Z Fresh rstest_macros v0.18.2
53352024-01-24T19:09:39.078Z Fresh blake2b_simd v1.0.1
53362024-01-24T19:09:39.078Z Fresh flume v0.11.0
53372024-01-24T19:09:39.078Z Fresh cargo_metadata v0.18.1
53382024-01-24T19:09:39.078Z Fresh hyper-rustls v0.25.0
53392024-01-24T19:09:39.078Z Fresh libtest-mimic v0.6.1
53402024-01-24T19:09:39.078Z Fresh target-spec v3.0.1
53412024-01-24T19:09:39.078Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
53422024-01-24T19:09:39.078Z Fresh assert_cmd v2.0.13
53432024-01-24T19:09:39.078Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
53442024-01-24T19:09:39.081Z Fresh pathdiff v0.2.1
53452024-01-24T19:09:39.081Z Fresh fatfs v0.3.6
53462024-01-24T19:09:39.081Z Fresh basic-toml v0.1.8
53472024-01-24T19:09:39.081Z Fresh rand v0.4.6
53482024-01-24T19:09:39.081Z Fresh constant_time_eq v0.3.0
53492024-01-24T19:09:39.081Z Fresh nested v0.1.1
53502024-01-24T19:09:39.081Z Fresh futures-timer v3.0.2
53512024-01-24T19:09:39.081Z Fresh remove_dir_all v0.5.3
53522024-01-24T19:09:39.081Z Fresh trybuild v1.0.89
53532024-01-24T19:09:39.081Z Fresh rust-argon2 v1.0.1
53542024-01-24T19:09:39.081Z Fresh guppy v0.17.4
53552024-01-24T19:09:39.081Z Fresh tempdir v0.3.7
53562024-01-24T19:09:39.081Z Fresh rstest v0.18.2
53572024-01-24T19:09:39.081Z Fresh datatest-stable v0.2.3
53582024-01-24T19:09:39.081Z Fresh partial-io v0.5.4
53592024-01-24T19:09:39.082Z Fresh httptest v0.15.5
53602024-01-24T19:09:39.082Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
53612024-01-24T19:09:39.082Z Fresh similar-asserts v1.5.0
53622024-01-24T19:09:39.082Z Fresh approx v0.5.1
53632024-01-24T19:09:39.082Z Fresh hex-literal v0.4.1
53642024-01-24T19:09:39.082Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53652024-01-24T19:09:39.082Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53662024-01-24T19:09:39.082Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53672024-01-24T19:09:39.082Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53682024-01-24T19:09:39.082Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
53692024-01-24T19:09:39.082Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
53702024-01-24T19:09:39.083Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
53712024-01-24T19:09:39.083Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
53722024-01-24T19:09:39.083Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53732024-01-24T19:09:39.083Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53742024-01-24T19:09:39.083Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
53752024-01-24T19:09:39.083Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53762024-01-24T19:09:39.083Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
53772024-01-24T19:09:39.083Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
53782024-01-24T19:09:39.083Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
53792024-01-24T19:09:39.083Z Fresh nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
53802024-01-24T19:09:39.083Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
53812024-01-24T19:09:39.083Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53822024-01-24T19:09:39.083Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53832024-01-24T19:09:39.083Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
53842024-01-24T19:09:39.083Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
53852024-01-24T19:09:39.083Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
53862024-01-24T19:09:39.083Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
53872024-01-24T19:09:39.083Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
53882024-01-24T19:09:39.083Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53892024-01-24T19:09:39.083Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53902024-01-24T19:09:39.083Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53912024-01-24T19:09:39.084Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53922024-01-24T19:09:39.084Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
53932024-01-24T19:09:39.085Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
53942024-01-24T19:09:39.085Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53952024-01-24T19:09:39.085Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
53962024-01-24T19:09:39.085Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53972024-01-24T19:09:39.085Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53982024-01-24T19:09:39.085Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53992024-01-24T19:09:39.085Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
54002024-01-24T19:09:39.085Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
54012024-01-24T19:09:39.085Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54022024-01-24T19:09:39.085Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
54032024-01-24T19:09:39.085Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
54042024-01-24T19:09:39.085Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
54052024-01-24T19:09:39.085Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
54062024-01-24T19:09:39.085Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54072024-01-24T19:09:39.085Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
54082024-01-24T19:09:39.085Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
54092024-01-24T19:09:39.085Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
54102024-01-24T19:09:39.085Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54112024-01-24T19:09:39.085Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
54122024-01-24T19:09:39.086Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54132024-01-24T19:09:39.086Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
54142024-01-24T19:09:39.086Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
54152024-01-24T19:09:39.086Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
54162024-01-24T19:09:39.086Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
54172024-01-24T19:09:39.090Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
54182024-01-24T19:09:39.091Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
54192024-01-24T19:09:39.091Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
54202024-01-24T19:09:39.091Z Finished test [unoptimized + debuginfo] target(s) in 1.89s
54212024-01-24T19:09:39.112Z Doc-tests authz-macros
54222024-01-24T19:09:39.113Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d491f3b4cf1065a3.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
54232024-01-24T19:09:39.385Z
54242024-01-24T19:09:39.386Zrunning 6 tests
54252024-01-24T19:09:39.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored
54262024-01-24T19:09:39.397Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
54272024-01-24T19:09:39.397Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
54282024-01-24T19:09:39.397Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
54292024-01-24T19:09:39.397Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
54302024-01-24T19:09:39.397Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
54312024-01-24T19:09:39.397Z
54322024-01-24T19:09:39.397Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s
54332024-01-24T19:09:39.397Z
54342024-01-24T19:09:39.409Z Doc-tests bootstore
54352024-01-24T19:09:39.423Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-44830c53d891e94f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
54362024-01-24T19:09:40.812Z
54372024-01-24T19:09:40.812Zrunning 0 tests
54382024-01-24T19:09:40.812Z
54392024-01-24T19:09:40.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54402024-01-24T19:09:40.812Z
54412024-01-24T19:09:40.846Z Doc-tests bootstrap-agent-client
54422024-01-24T19:09:40.849Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
54432024-01-24T19:09:41.862Z
54442024-01-24T19:09:41.862Zrunning 0 tests
54452024-01-24T19:09:41.862Z
54462024-01-24T19:09:41.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54472024-01-24T19:09:41.863Z
54482024-01-24T19:09:41.903Z Doc-tests db-macros
54492024-01-24T19:09:41.903Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8800a54136a8e09f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
54502024-01-24T19:09:42.351Z
54512024-01-24T19:09:42.351Zrunning 3 tests
54522024-01-24T19:09:42.361Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
54532024-01-24T19:09:42.362Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
54542024-01-24T19:09:42.362Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
54552024-01-24T19:09:42.362Z
54562024-01-24T19:09:42.362Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
54572024-01-24T19:09:42.362Z
54582024-01-24T19:09:42.380Z Doc-tests ddm-admin-client
54592024-01-24T19:09:42.380Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib -C embed-bitcode=no -D warnings --error-format human`
54602024-01-24T19:09:42.873Z
54612024-01-24T19:09:42.873Zrunning 0 tests
54622024-01-24T19:09:42.873Z
54632024-01-24T19:09:42.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54642024-01-24T19:09:42.873Z
54652024-01-24T19:09:42.911Z Doc-tests dns-server
54662024-01-24T19:09:42.916Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1632187e92218f20.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-2e745b3f8431406e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-b29bc9b2f81b58a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
54672024-01-24T19:09:43.566Z
54682024-01-24T19:09:43.567Zrunning 0 tests
54692024-01-24T19:09:43.567Z
54702024-01-24T19:09:43.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54712024-01-24T19:09:43.567Z
54722024-01-24T19:09:43.596Z Doc-tests dns-service-client
54732024-01-24T19:09:43.604Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
54742024-01-24T19:09:43.937Z
54752024-01-24T19:09:43.937Zrunning 0 tests
54762024-01-24T19:09:43.938Z
54772024-01-24T19:09:43.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54782024-01-24T19:09:43.944Z
54792024-01-24T19:09:43.960Z Doc-tests dpd-client
54802024-01-24T19:09:43.963Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
54812024-01-24T19:09:45.717Z
54822024-01-24T19:09:45.717Zrunning 0 tests
54832024-01-24T19:09:45.717Z
54842024-01-24T19:09:45.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54852024-01-24T19:09:45.718Z
54862024-01-24T19:09:45.772Z Doc-tests gateway-client
54872024-01-24T19:09:45.773Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
54882024-01-24T19:09:47.232Z
54892024-01-24T19:09:47.232Zrunning 0 tests
54902024-01-24T19:09:47.232Z
54912024-01-24T19:09:47.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54922024-01-24T19:09:47.232Z
54932024-01-24T19:09:47.342Z Doc-tests gateway-test-utils
54942024-01-24T19:09:47.342Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
54952024-01-24T19:09:48.007Z
54962024-01-24T19:09:48.008Zrunning 0 tests
54972024-01-24T19:09:48.008Z
54982024-01-24T19:09:48.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54992024-01-24T19:09:48.008Z
55002024-01-24T19:09:48.039Z Doc-tests illumos-utils
55012024-01-24T19:09:48.044Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6b417be544ae8718.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-403be6afb99b102e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
55022024-01-24T19:09:51.200Z
55032024-01-24T19:09:51.200Zrunning 0 tests
55042024-01-24T19:09:51.200Z
55052024-01-24T19:09:51.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55062024-01-24T19:09:51.200Z
55072024-01-24T19:09:51.206Z Doc-tests installinator
55082024-01-24T19:09:51.206Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7da1d11612121be7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55092024-01-24T19:09:52.244Z
55102024-01-24T19:09:52.245Zrunning 0 tests
55112024-01-24T19:09:52.245Z
55122024-01-24T19:09:52.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55132024-01-24T19:09:52.246Z
55142024-01-24T19:09:52.258Z Doc-tests installinator-artifact-client
55152024-01-24T19:09:52.259Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55162024-01-24T19:09:53.530Z
55172024-01-24T19:09:53.530Zrunning 0 tests
55182024-01-24T19:09:53.531Z
55192024-01-24T19:09:53.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55202024-01-24T19:09:53.531Z
55212024-01-24T19:09:53.583Z Doc-tests installinator-artifactd
55222024-01-24T19:09:53.592Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55232024-01-24T19:09:53.993Z
55242024-01-24T19:09:53.993Zrunning 0 tests
55252024-01-24T19:09:53.993Z
55262024-01-24T19:09:53.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55272024-01-24T19:09:53.994Z
55282024-01-24T19:09:54.028Z Doc-tests installinator-common
55292024-01-24T19:09:54.028Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib -C embed-bitcode=no -D warnings --error-format human`
55302024-01-24T19:09:54.682Z
55312024-01-24T19:09:54.682Zrunning 0 tests
55322024-01-24T19:09:54.682Z
55332024-01-24T19:09:54.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55342024-01-24T19:09:54.683Z
55352024-01-24T19:09:54.714Z Doc-tests internal-dns
55362024-01-24T19:09:54.744Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55372024-01-24T19:09:55.155Z
55382024-01-24T19:09:55.155Zrunning 0 tests
55392024-01-24T19:09:55.155Z
55402024-01-24T19:09:55.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55412024-01-24T19:09:55.156Z
55422024-01-24T19:09:55.164Z Doc-tests ipcc
55432024-01-24T19:09:55.164Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
55442024-01-24T19:09:55.509Z
55452024-01-24T19:09:55.510Zrunning 0 tests
55462024-01-24T19:09:55.510Z
55472024-01-24T19:09:55.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55482024-01-24T19:09:55.511Z
55492024-01-24T19:09:55.533Z Doc-tests key-manager
55502024-01-24T19:09:55.541Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human`
55512024-01-24T19:09:55.870Z
55522024-01-24T19:09:55.870Zrunning 0 tests
55532024-01-24T19:09:55.870Z
55542024-01-24T19:09:55.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55552024-01-24T19:09:55.870Z
55562024-01-24T19:09:55.908Z Doc-tests mg-admin-client
55572024-01-24T19:09:55.908Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib -C embed-bitcode=no -D warnings --error-format human`
55582024-01-24T19:09:56.481Z
55592024-01-24T19:09:56.481Zrunning 0 tests
55602024-01-24T19:09:56.481Z
55612024-01-24T19:09:56.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55622024-01-24T19:09:56.481Z
55632024-01-24T19:09:56.515Z Doc-tests nexus-client
55642024-01-24T19:09:56.516Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55652024-01-24T19:10:00.199Z
55662024-01-24T19:10:00.199Zrunning 0 tests
55672024-01-24T19:10:00.199Z
55682024-01-24T19:10:00.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55692024-01-24T19:10:00.199Z
55702024-01-24T19:10:00.271Z Doc-tests nexus-db-model
55712024-01-24T19:10:00.275Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55722024-01-24T19:10:15.615Z
55732024-01-24T19:10:15.615Zrunning 2 tests
55742024-01-24T19:10:18.451Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
55752024-01-24T19:10:18.467Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
55762024-01-24T19:10:18.467Z
55772024-01-24T19:10:18.467Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
55782024-01-24T19:10:18.467Z
55792024-01-24T19:10:18.712Z Doc-tests nexus-db-queries
55802024-01-24T19:10:19.246Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d491f3b4cf1065a3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-edbe107f7dbc325b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2e78a0ebc8ddaf5d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d4a5b3cc0e33e7fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-55115b65b5cd4b1b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55812024-01-24T19:10:22.452Z
55822024-01-24T19:10:22.452Zrunning 2 tests
55832024-01-24T19:10:22.459Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
55842024-01-24T19:10:42.379Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
55852024-01-24T19:10:42.379Z
55862024-01-24T19:10:42.379Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 19.92s
55872024-01-24T19:10:42.379Z
55882024-01-24T19:10:42.427Z Doc-tests nexus-defaults
55892024-01-24T19:10:42.428Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib -C embed-bitcode=no -D warnings --error-format human`
55902024-01-24T19:10:42.820Z
55912024-01-24T19:10:42.821Zrunning 0 tests
55922024-01-24T19:10:42.821Z
55932024-01-24T19:10:42.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55942024-01-24T19:10:42.821Z
55952024-01-24T19:10:42.841Z Doc-tests nexus-deployment
55962024-01-24T19:10:42.841Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_deployment --test nexus/deployment/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/deployment -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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
55972024-01-24T19:10:43.137Z
55982024-01-24T19:10:43.138Zrunning 0 tests
55992024-01-24T19:10:43.138Z
56002024-01-24T19:10:43.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56012024-01-24T19:10:43.138Z
56022024-01-24T19:10:43.596Z Doc-tests nexus-inventory
56032024-01-24T19:10:43.596Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
56042024-01-24T19:10:43.597Z
56052024-01-24T19:10:43.597Zrunning 0 tests
56062024-01-24T19:10:43.597Z
56072024-01-24T19:10:43.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56082024-01-24T19:10:43.597Z
56092024-01-24T19:10:44.018Z Doc-tests nexus-types
56102024-01-24T19:10:44.018Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
56112024-01-24T19:10:47.322Z
56122024-01-24T19:10:47.322Zrunning 0 tests
56132024-01-24T19:10:47.322Z
56142024-01-24T19:10:47.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56152024-01-24T19:10:47.323Z
56162024-01-24T19:10:47.407Z Doc-tests omicron-certificates
56172024-01-24T19:10:47.407Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human`
56182024-01-24T19:10:47.770Z
56192024-01-24T19:10:47.771Zrunning 0 tests
56202024-01-24T19:10:47.771Z
56212024-01-24T19:10:47.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56222024-01-24T19:10:47.771Z
56232024-01-24T19:10:47.815Z Doc-tests omicron-common
56242024-01-24T19:10:47.821Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-98683cd435e04844.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-256d7e2f9540dc42.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
56252024-01-24T19:10:50.558Z
56262024-01-24T19:10:50.559Zrunning 2 tests
56272024-01-24T19:10:50.566Ztest common/src/lib.rs - FileKv (line 59) ... ignored
56282024-01-24T19:11:00.489Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok
56292024-01-24T19:11:00.489Z
56302024-01-24T19:11:00.489Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.93s
56312024-01-24T19:11:00.489Z
56322024-01-24T19:11:00.565Z Doc-tests omicron-gateway
56332024-01-24T19:11:00.570Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-64e6a960789fad80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8b47fc77808949d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0dc7d9f261692517.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07fe2c593d5cd2f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
56342024-01-24T19:11:02.277Z
56352024-01-24T19:11:02.277Zrunning 0 tests
56362024-01-24T19:11:02.277Z
56372024-01-24T19:11:02.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56382024-01-24T19:11:02.277Z
56392024-01-24T19:11:02.331Z Doc-tests omicron-nexus
56402024-01-24T19:11:02.343Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0f8dd18405d1e702.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-707f6780cbc42ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee5d007f49d6d292.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7489965c37fdb654.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da84fcf8ed886129.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bd210ad00d9f88f4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3d6c36e3d140b5ba.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-caa2998fcbb009b2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-555db65cc51a6e36.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-8a2661fd8d6f0c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-11c1f3fdb223d2d0.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f97004a98ab9a2e6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-78dbf36fc40d50ae.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7b25bd36956f8266.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-337806a4045232f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c97780b25910d897.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7c6bad2b6fea9ca8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-32d8c996d0e6b1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe35645c79c4b11d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c7354964fdbe8aeb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56412024-01-24T19:11:06.745Z
56422024-01-24T19:11:06.745Zrunning 5 tests
56432024-01-24T19:11:06.755Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored
56442024-01-24T19:11:10.853Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 742) ... ok
56452024-01-24T19:11:10.859Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 712) ... ok
56462024-01-24T19:11:10.873Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 670) ... ok
56472024-01-24T19:11:10.916Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 648) ... ok
56482024-01-24T19:11:10.916Z
56492024-01-24T19:11:10.916Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.12s
56502024-01-24T19:11:10.916Z
56512024-01-24T19:11:10.971Z Doc-tests omicron-package
56522024-01-24T19:11:10.976Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ab53f0a49191ffc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ad5cb04d52d4e288.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
56532024-01-24T19:11:11.272Z
56542024-01-24T19:11:11.273Zrunning 0 tests
56552024-01-24T19:11:11.273Z
56562024-01-24T19:11:11.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56572024-01-24T19:11:11.273Z
56582024-01-24T19:11:11.293Z Doc-tests omicron-passwords
56592024-01-24T19:11:11.303Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-6f86fa6fcf728419.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-60b9be3df8e6a004.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human`
56602024-01-24T19:11:11.448Z
56612024-01-24T19:11:11.448Zrunning 0 tests
56622024-01-24T19:11:11.449Z
56632024-01-24T19:11:11.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56642024-01-24T19:11:11.449Z
56652024-01-24T19:11:11.464Z Doc-tests omicron-rpaths
56662024-01-24T19:11:11.468Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d10d30cbd0617a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib -C embed-bitcode=no -D warnings --error-format human`
56672024-01-24T19:11:11.559Z
56682024-01-24T19:11:11.559Zrunning 0 tests
56692024-01-24T19:11:11.559Z
56702024-01-24T19:11:11.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56712024-01-24T19:11:11.559Z
56722024-01-24T19:11:11.588Z Doc-tests omicron-sled-agent
56732024-01-24T19:11:11.588Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c791067b22ba4e1.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4b168011636f6698.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a8a5c8ded201e686.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ef0761b57c637100.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8ebe71716144da48.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9d3cddced20c05e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8e7c6e8a518d2c8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-83e58ad5566b48d5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0d1a710ff63d68de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-46f2f316be0ac935.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-538f3a24445345aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-de71bbc1c906c6cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7479e66e94582fe0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-05958554c2b92fac.rlib -C embed-bitcode=no -D warnings --error-format human`
56742024-01-24T19:11:19.224Z
56752024-01-24T19:11:19.224Zrunning 0 tests
56762024-01-24T19:11:19.225Z
56772024-01-24T19:11:19.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56782024-01-24T19:11:19.225Z
56792024-01-24T19:11:19.225Z Doc-tests omicron-test-utils
56802024-01-24T19:11:19.225Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bec18ccb4b8dadcd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4b33478393acc04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5f9748195928ca00.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c31f8ebc9efc1a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b5b0e0e8d1afae0f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
56812024-01-24T19:11:19.225Z
56822024-01-24T19:11:19.225Zrunning 0 tests
56832024-01-24T19:11:19.226Z
56842024-01-24T19:11:19.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56852024-01-24T19:11:19.226Z
56862024-01-24T19:11:19.226Z Doc-tests oxide-client
56872024-01-24T19:11:19.226Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9692f64207955c07.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
56882024-01-24T19:11:22.975Z
56892024-01-24T19:11:22.975Zrunning 165 tests
56902024-01-24T19:11:22.990Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
56912024-01-24T19:11:22.995Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
56922024-01-24T19:11:22.995Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
56932024-01-24T19:11:22.995Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
56942024-01-24T19:11:22.996Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
56952024-01-24T19:11:22.996Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
56962024-01-24T19:11:22.996Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
56972024-01-24T19:11:22.996Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
56982024-01-24T19:11:23.002Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
56992024-01-24T19:11:23.002Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
57002024-01-24T19:11:23.002Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
57012024-01-24T19:11:23.003Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
57022024-01-24T19:11:23.003Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
57032024-01-24T19:11:23.028Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
57042024-01-24T19:11:23.028Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
57052024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
57062024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
57072024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
57082024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
57092024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
57102024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
57112024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
57122024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
57132024-01-24T19:11:23.029Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
57142024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
57152024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
57162024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
57172024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
57182024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
57192024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
57202024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
57212024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
57222024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
57232024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
57242024-01-24T19:11:23.030Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
57252024-01-24T19:11:23.034Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
57262024-01-24T19:11:23.034Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
57272024-01-24T19:11:23.034Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
57282024-01-24T19:11:23.034Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
57292024-01-24T19:11:23.034Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
57302024-01-24T19:11:23.042Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
57312024-01-24T19:11:23.042Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
57322024-01-24T19:11:23.042Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
57332024-01-24T19:11:23.042Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
57342024-01-24T19:11:23.046Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
57352024-01-24T19:11:23.046Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
57362024-01-24T19:11:23.046Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
57372024-01-24T19:11:23.046Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
57382024-01-24T19:11:23.046Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
57392024-01-24T19:11:23.050Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
57402024-01-24T19:11:23.050Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
57412024-01-24T19:11:23.050Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
57422024-01-24T19:11:23.053Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
57432024-01-24T19:11:23.053Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
57442024-01-24T19:11:23.053Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
57452024-01-24T19:11:23.057Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
57462024-01-24T19:11:23.057Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
57472024-01-24T19:11:23.066Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
57482024-01-24T19:11:23.067Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
57492024-01-24T19:11:23.067Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
57502024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
57512024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
57522024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
57532024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
57542024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
57552024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
57562024-01-24T19:11:23.070Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
57572024-01-24T19:11:23.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
57582024-01-24T19:11:23.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
57592024-01-24T19:11:23.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
57602024-01-24T19:11:23.078Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
57612024-01-24T19:11:23.078Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
57622024-01-24T19:11:23.084Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
57632024-01-24T19:11:23.084Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
57642024-01-24T19:11:23.085Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
57652024-01-24T19:11:23.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
57662024-01-24T19:11:23.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
57672024-01-24T19:11:23.088Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
57682024-01-24T19:11:23.088Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
57692024-01-24T19:11:23.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
57702024-01-24T19:11:23.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
57712024-01-24T19:11:23.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
57722024-01-24T19:11:23.094Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
57732024-01-24T19:11:23.095Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
57742024-01-24T19:11:23.098Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
57752024-01-24T19:11:23.098Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
57762024-01-24T19:11:23.098Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
57772024-01-24T19:11:23.103Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
57782024-01-24T19:11:23.103Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
57792024-01-24T19:11:23.111Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
57802024-01-24T19:11:23.111Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
57812024-01-24T19:11:23.111Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
57822024-01-24T19:11:23.111Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
57832024-01-24T19:11:23.133Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
57842024-01-24T19:11:23.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
57852024-01-24T19:11:23.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
57862024-01-24T19:11:23.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
57872024-01-24T19:11:23.133Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
57882024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
57892024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
57902024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
57912024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
57922024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
57932024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
57942024-01-24T19:11:23.134Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored
57952024-01-24T19:11:23.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
57962024-01-24T19:11:23.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
57972024-01-24T19:11:23.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
57982024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
57992024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
58002024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
58012024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
58022024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
58032024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
58042024-01-24T19:11:23.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
58052024-01-24T19:11:23.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
58062024-01-24T19:11:23.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
58072024-01-24T19:11:23.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
58082024-01-24T19:11:23.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
58092024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
58102024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
58112024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
58122024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
58132024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
58142024-01-24T19:11:23.166Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
58152024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
58162024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
58172024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
58182024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
58192024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
58202024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
58212024-01-24T19:11:23.167Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
58222024-01-24T19:11:23.173Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
58232024-01-24T19:11:23.173Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
58242024-01-24T19:11:23.173Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
58252024-01-24T19:11:23.181Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
58262024-01-24T19:11:23.181Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
58272024-01-24T19:11:23.181Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 27) ... ignored
58282024-01-24T19:11:23.181Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
58292024-01-24T19:11:23.181Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
58302024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
58312024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
58322024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
58332024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
58342024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
58352024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
58362024-01-24T19:11:23.182Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
58372024-01-24T19:11:23.187Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
58382024-01-24T19:11:23.188Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
58392024-01-24T19:11:23.188Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
58402024-01-24T19:11:23.188Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
58412024-01-24T19:11:23.189Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
58422024-01-24T19:11:23.189Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
58432024-01-24T19:11:23.189Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
58442024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
58452024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
58462024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
58472024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
58482024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
58492024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
58502024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
58512024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
58522024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
58532024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
58542024-01-24T19:11:23.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
58552024-01-24T19:11:23.202Z
58562024-01-24T19:11:23.202Ztest result: ok. 0 passed; 0 failed; 165 ignored; 0 measured; 0 filtered out; finished in 0.22s
58572024-01-24T19:11:23.202Z
58582024-01-24T19:11:23.358Z Doc-tests oximeter
58592024-01-24T19:11:23.358Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-83948929f70ab159.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c1f2d477931c49a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c868c2c232e04516.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
58602024-01-24T19:11:24.241Z
58612024-01-24T19:11:24.241Zrunning 8 tests
58622024-01-24T19:11:25.158Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
58632024-01-24T19:11:25.297Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
58642024-01-24T19:11:26.439Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
58652024-01-24T19:11:35.422Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
58662024-01-24T19:11:36.915Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
58672024-01-24T19:11:37.458Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
58682024-01-24T19:11:37.733Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
58692024-01-24T19:11:37.887Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
58702024-01-24T19:11:37.887Z
58712024-01-24T19:11:37.891Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.65s
58722024-01-24T19:11:37.891Z
58732024-01-24T19:11:37.936Z Doc-tests oximeter-client
58742024-01-24T19:11:37.936Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
58752024-01-24T19:11:38.388Z
58762024-01-24T19:11:38.389Zrunning 0 tests
58772024-01-24T19:11:38.389Z
58782024-01-24T19:11:38.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58792024-01-24T19:11:38.389Z
58802024-01-24T19:11:38.420Z Doc-tests oximeter-collector
58812024-01-24T19:11:38.431Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-34f4fe9fdb46cd5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-748500566f1367a3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4c5e5c88a50d78cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
58822024-01-24T19:11:39.022Z
58832024-01-24T19:11:39.023Zrunning 0 tests
58842024-01-24T19:11:39.023Z
58852024-01-24T19:11:39.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58862024-01-24T19:11:39.023Z
58872024-01-24T19:11:39.054Z Doc-tests oximeter-db
58882024-01-24T19:11:39.068Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d21b16c1f2f330f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa429b139b298c8b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-248fae7f4e64b3ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-444118f865015fba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-5a9ce6e0eb093df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
58892024-01-24T19:11:40.471Z
58902024-01-24T19:11:40.471Zrunning 0 tests
58912024-01-24T19:11:40.471Z
58922024-01-24T19:11:40.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58932024-01-24T19:11:40.473Z
58942024-01-24T19:11:40.524Z Doc-tests oximeter-instruments
58952024-01-24T19:11:40.524Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-25c9e7ce6ebf18ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
58962024-01-24T19:11:41.009Z
58972024-01-24T19:11:41.009Zrunning 0 tests
58982024-01-24T19:11:41.009Z
58992024-01-24T19:11:41.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59002024-01-24T19:11:41.010Z
59012024-01-24T19:11:41.042Z Doc-tests oximeter-macro-impl
59022024-01-24T19:11:41.043Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-83948929f70ab159.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59032024-01-24T19:11:41.168Z
59042024-01-24T19:11:41.168Zrunning 0 tests
59052024-01-24T19:11:41.168Z
59062024-01-24T19:11:41.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59072024-01-24T19:11:41.168Z
59082024-01-24T19:11:41.180Z Doc-tests oximeter-producer
59092024-01-24T19:11:41.184Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5e7191dc44331421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1edc37ea4e06aeab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-005c88e36e4dba0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
59102024-01-24T19:11:41.565Z
59112024-01-24T19:11:41.565Zrunning 0 tests
59122024-01-24T19:11:41.565Z
59132024-01-24T19:11:41.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59142024-01-24T19:11:41.566Z
59152024-01-24T19:11:41.597Z Doc-tests sled-agent-client
59162024-01-24T19:11:41.597Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-68f6df8905687350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
59172024-01-24T19:11:45.231Z
59182024-01-24T19:11:45.231Zrunning 0 tests
59192024-01-24T19:11:45.231Z
59202024-01-24T19:11:45.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59212024-01-24T19:11:45.231Z
59222024-01-24T19:11:45.312Z Doc-tests sled-hardware
59232024-01-24T19:11:45.312Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f16ce26363217c0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-44d9e5579044bf48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-be0c30097f6e3cb5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-76881e4dde9aa3e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
59242024-01-24T19:11:45.994Z
59252024-01-24T19:11:45.995Zrunning 0 tests
59262024-01-24T19:11:45.995Z
59272024-01-24T19:11:45.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59282024-01-24T19:11:45.995Z
59292024-01-24T19:11:45.996Z Doc-tests sled-storage
59302024-01-24T19:11:45.996Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-acd50c042dcdb83d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-929c2e2d69e1eab9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
59312024-01-24T19:11:46.441Z
59322024-01-24T19:11:46.441Zrunning 0 tests
59332024-01-24T19:11:46.442Z
59342024-01-24T19:11:46.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59352024-01-24T19:11:46.443Z
59362024-01-24T19:11:46.476Z Doc-tests sp-sim
59372024-01-24T19:11:46.479Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9561a4fd8d8074e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0ab703a7e0c12063.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-443c23e394c52b5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib -C embed-bitcode=no -D warnings --error-format human`
59382024-01-24T19:11:47.228Z
59392024-01-24T19:11:47.228Zrunning 0 tests
59402024-01-24T19:11:47.228Z
59412024-01-24T19:11:47.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59422024-01-24T19:11:47.228Z
59432024-01-24T19:11:47.262Z Doc-tests tufaceous
59442024-01-24T19:11:47.262Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ffc51525fc34d015.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d097575204250cf4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib -C embed-bitcode=no -D warnings --error-format human`
59452024-01-24T19:11:47.704Z
59462024-01-24T19:11:47.704Zrunning 0 tests
59472024-01-24T19:11:47.704Z
59482024-01-24T19:11:47.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59492024-01-24T19:11:47.704Z
59502024-01-24T19:11:47.736Z Doc-tests tufaceous-lib
59512024-01-24T19:11:47.737Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-dfda74f941e3e6af.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -C embed-bitcode=no -D warnings --error-format human`
59522024-01-24T19:11:48.407Z
59532024-01-24T19:11:48.408Zrunning 0 tests
59542024-01-24T19:11:48.408Z
59552024-01-24T19:11:48.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59562024-01-24T19:11:48.408Z
59572024-01-24T19:11:48.441Z Doc-tests update-common
59582024-01-24T19:11:48.441Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib -C embed-bitcode=no -D warnings --error-format human`
59592024-01-24T19:11:48.900Z
59602024-01-24T19:11:48.900Zrunning 0 tests
59612024-01-24T19:11:48.901Z
59622024-01-24T19:11:48.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59632024-01-24T19:11:48.904Z
59642024-01-24T19:11:48.936Z Doc-tests update-engine
59652024-01-24T19:11:48.948Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1f48590fc2de5e9f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-d69473aa6a82bf26.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c093c1e5e1e76ff6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f2ee53a2cb7ec53c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib -C embed-bitcode=no -D warnings --error-format human`
59662024-01-24T19:11:51.063Z
59672024-01-24T19:11:51.063Zrunning 3 tests
59682024-01-24T19:11:51.133Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
59692024-01-24T19:11:51.133Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
59702024-01-24T19:11:51.133Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
59712024-01-24T19:11:51.133Z
59722024-01-24T19:11:51.134Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
59732024-01-24T19:11:51.134Z
59742024-01-24T19:11:51.134Z Doc-tests wicket
59752024-01-24T19:11:51.134Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6c7b282d4a30f9af.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c943ba830b137e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e38f99cb5ec0d1de.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6ccb25a99038f1b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7f52302883b679a3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-073ba3aba3496df3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0de2cde2d569c651.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bbcdbc66ae9adbe9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human`
59762024-01-24T19:11:51.247Z
59772024-01-24T19:11:51.248Zrunning 0 tests
59782024-01-24T19:11:51.248Z
59792024-01-24T19:11:51.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802024-01-24T19:11:51.248Z
59812024-01-24T19:11:51.274Z Doc-tests wicket-common
59822024-01-24T19:11:51.274Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib -C embed-bitcode=no -D warnings --error-format human`
59832024-01-24T19:11:51.746Z
59842024-01-24T19:11:51.746Zrunning 0 tests
59852024-01-24T19:11:51.746Z
59862024-01-24T19:11:51.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59872024-01-24T19:11:51.746Z
59882024-01-24T19:11:51.778Z Doc-tests wicket-dbg
59892024-01-24T19:11:51.782Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a14c35af7a1581ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d91c0ba1a08543dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2d213bf42739b203.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-cd31836ef8b94bff.rlib -C embed-bitcode=no -D warnings --error-format human`
59902024-01-24T19:11:52.242Z
59912024-01-24T19:11:52.242Zrunning 0 tests
59922024-01-24T19:11:52.242Z
59932024-01-24T19:11:52.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59942024-01-24T19:11:52.242Z
59952024-01-24T19:11:52.274Z Doc-tests wicketd
59962024-01-24T19:11:52.295Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-056fca1f96e48bcf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b2ed2d49ec0ba90a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f330c6a80382bd7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-079cd341a2bbb95f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8c37b13341bb3b68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-b80335d8da9eb430.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-da62d2a105e12035.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-382c3b47d64e79d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e7ef460b46300aa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a30f9fd02fbaf7b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a8dce2a06c108a43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-05cf1e610d3f097f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9a2559a08d4b9450.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c017b73f3a0cdcd8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-48c34a1413272f39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0f9924476dfc457b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3600b63e724f2542.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-aacd8952ac54e525.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-237d48edfd5e6e49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-180ef94ef617b9bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b89d6b91837099e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-990a9e6e7b8a04c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-33429eb96ac543e1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-26fc37d71a37943b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8bc6f637d7fb57e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-dee5a8119fb3b542.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-86af8c07f51e3ace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-14e9ec018df2b421.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7396e353f89f41ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-001e2d05e03417dd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-1c4c4ff8d24fd6ae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-7f088374fddd247a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dbb6510e2fe43538.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3e670d09b1355024.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-874f960a9e46c54c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3e5a0fc9d46d33f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-3a0ef4d9c250cf1a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-304d4f61d45b1020.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ada6d6b4f20ee780.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1a0c94fe18d95845.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -C embed-bitcode=no -D warnings --error-format human`
59972024-01-24T19:11:53.595Z
59982024-01-24T19:11:53.595Zrunning 0 tests
59992024-01-24T19:11:53.595Z
60002024-01-24T19:11:53.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60012024-01-24T19:11:53.595Z
60022024-01-24T19:11:53.646Z Doc-tests wicketd-client
60032024-01-24T19:11:53.646Z Running `/home/build/.rustup/toolchains/1.74.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/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-19af4405c7685bad.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f37a225ce220b4fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e721e405448591eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bb2c73aa6c7358a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d40f44b9558ba0db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-11a80715c1a0ba09.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2caa0a955fc64ed9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-bbb5132e521ef90c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-56211de996b66a0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-95b8bfcde90abb59.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-15741305ea5ab4a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-39d49098345a4fec.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-315635d64413ca2a.rlib -C embed-bitcode=no -D warnings --error-format human`
60042024-01-24T19:11:56.143Z
60052024-01-24T19:11:56.143Zrunning 0 tests
60062024-01-24T19:11:56.143Z
60072024-01-24T19:11:56.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60082024-01-24T19:11:56.143Z
60092024-01-24T19:11:56.246Z
60102024-01-24T19:11:56.246Zreal 2:19.165903555
60112024-01-24T19:11:56.246Zuser 2:26.902043499
60122024-01-24T19:11:56.246Zsys 46.892908044
60132024-01-24T19:11:56.246Ztrap 0.032280392
60142024-01-24T19:11:56.246Ztflt 0.805266736
60152024-01-24T19:11:56.246Zdflt 7.676067353
60162024-01-24T19:11:56.246Zkflt 0.030107477
60172024-01-24T19:11:56.250Zlock 2:28.889025583
60182024-01-24T19:11:56.250Zslp 14:41.196629705
60192024-01-24T19:11:56.250Zlat 0.901641764
60202024-01-24T19:11:56.250Zstop 3.225433450
60212024-01-24T19:11:56.253Zfiles in /var/tmp/omicron_tmp (none expected on success):
60222024-01-24T19:11:56.258Z164565 11 drwxr-xr-x 2 build build 2 Jan 24 19:11 /var/tmp/omicron_tmp
60232024-01-24T19:11:56.683Zprocess exited: duration 4677657 ms, exit code 0
 
60242024-01-24T19:11:56.695Zfound 0 output files