01HSWQE42QTDNDP6JHAWGSGWAK: build-and-test (helios)

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

Buildomat Job: 01HSWQEFPG6JRWVV9QQ34THJY2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T06:36:06.034Zjob assigned to worker 01HSWQEQG5PP0CQJGXHQGH66DK (queued for 2 m 4 s)
 
22024-03-26T06:36:13.374Zstarting task 0: "setup"
32024-03-26T06:36:13.470Z++ uname -s
42024-03-26T06:36:13.475Z+ kern=SunOS
52024-03-26T06:36:13.475Z+ case "$kern" in
62024-03-26T06:36:13.475Z+ groupadd -g 12345 build
72024-03-26T06:36:13.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T06:36:15.523Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T06:36:16.112Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T06:36:16.115Z+ home_fs=zfs
112024-03-26T06:36:16.116Z+ [[ zfs == autofs ]]
122024-03-26T06:36:16.116Z+ mkdir -p /home/build
132024-03-26T06:36:16.119Z+ chown build:build /home/build /work
142024-03-26T06:36:17.130Z+ chmod 0700 /home/build /work
152024-03-26T06:36:17.150Zprocess exited: duration 3751 ms, exit code 0
 
162024-03-26T06:36:17.175Zstarting task 1: "rust-toolchain"
172024-03-26T06:36:17.184Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T06:36:17.184Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T06:36:17.331Zinfo: downloading installer
202024-03-26T06:36:19.008Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T06:36:19.008Zwarning: /opt/ooce/bin
222024-03-26T06:36:19.009Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T06:36:19.009Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T06:36:19.009Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T06:36:19.009Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T06:36:19.009Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T06:36:19.009Zerror: cannot install while Rust is installed
282024-03-26T06:36:19.009Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T06:36:19.284Zinfo: profile set to 'default'
302024-03-26T06:36:19.285Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T06:36:19.289Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T06:36:19.425Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T06:36:19.425Zinfo: downloading component 'cargo'
342024-03-26T06:36:20.273Zinfo: downloading component 'clippy'
352024-03-26T06:36:20.502Zinfo: downloading component 'rust-docs'
362024-03-26T06:36:21.497Zinfo: downloading component 'rust-std'
372024-03-26T06:36:23.293Zinfo: downloading component 'rustc'
382024-03-26T06:36:27.684Zinfo: downloading component 'rustfmt'
392024-03-26T06:36:27.947Zinfo: installing component 'cargo'
402024-03-26T06:36:28.751Zinfo: installing component 'clippy'
412024-03-26T06:36:29.116Zinfo: installing component 'rust-docs'
422024-03-26T06:36:30.598Zinfo: installing component 'rust-std'
432024-03-26T06:36:32.291Zinfo: installing component 'rustc'
442024-03-26T06:36:36.321Zinfo: installing component 'rustfmt'
452024-03-26T06:36:36.670Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T06:36:36.671Z
472024-03-26T06:36:37.194Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T06:36:37.194Z
492024-03-26T06:36:37.203Z
502024-03-26T06:36:37.203ZRust is installed now. Great!
512024-03-26T06:36:37.203Z
522024-03-26T06:36:37.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T06:36:37.203Zenvironment variable. This has not been done automatically.
542024-03-26T06:36:37.203Z
552024-03-26T06:36:37.203ZTo configure your current shell, you need to source
562024-03-26T06:36:37.204Zthe corresponding env file under $HOME/.cargo.
572024-03-26T06:36:37.204Z
582024-03-26T06:36:37.204ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T06:36:37.204Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T06:36:37.204Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T06:36:37.204Z+ rustc --version
622024-03-26T06:36:37.204Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T06:36:37.204Zprocess exited: duration 19975 ms, exit code 0
 
642024-03-26T06:36:37.210Zstarting task 2: "authentication"
652024-03-26T06:36:37.235Zprocess exited: duration 24 ms, exit code 0
 
662024-03-26T06:36:37.242Zstarting task 3: "clone repository"
672024-03-26T06:36:37.263Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T06:36:37.267Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T06:36:37.792ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T06:36:43.397Z+ cd /work/oxidecomputer/omicron
712024-03-26T06:36:43.397Z+ git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782
722024-03-26T06:36:43.732ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T06:36:43.732Z * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD
742024-03-26T06:36:43.738Z+ [[ -n falcon-nextest ]]
752024-03-26T06:36:43.742Z++ git branch --show-current
762024-03-26T06:36:43.742Z+ current=main
772024-03-26T06:36:43.742Z+ [[ main != falcon-nextest ]]
782024-03-26T06:36:43.742Z+ git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782
792024-03-26T06:36:43.746Z+ git checkout -f falcon-nextest
802024-03-26T06:36:43.866ZSwitched to branch 'falcon-nextest'
812024-03-26T06:36:43.893Z+ git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782
822024-03-26T06:36:43.912ZHEAD is now at 6a6bc4aa0 derp
832024-03-26T06:36:43.913Zprocess exited: duration 6656 ms, exit code 0
 
842024-03-26T06:36:43.942Zstarting task 4: "build"
852024-03-26T06:36:43.948Z+ target_os=illumos
862024-03-26T06:36:43.949Z+ NEXTEST_VERSION=0.9.67
872024-03-26T06:36:43.949Z+ cargo --version
882024-03-26T06:36:43.949Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
892024-03-26T06:36:44.133Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
902024-03-26T06:36:44.133Zinfo: downloading component 'cargo'
912024-03-26T06:36:45.075Zinfo: downloading component 'clippy'
922024-03-26T06:36:45.374Zinfo: downloading component 'rust-docs'
932024-03-26T06:36:46.540Zinfo: downloading component 'rust-std'
942024-03-26T06:36:48.437Zinfo: downloading component 'rustc'
952024-03-26T06:36:53.282Zinfo: downloading component 'rustfmt'
962024-03-26T06:36:53.548Zinfo: installing component 'cargo'
972024-03-26T06:36:54.403Zinfo: installing component 'clippy'
982024-03-26T06:36:54.736Zinfo: installing component 'rust-docs'
992024-03-26T06:36:56.194Zinfo: installing component 'rust-std'
1002024-03-26T06:36:58.000Zinfo: installing component 'rustc'
1012024-03-26T06:37:02.157Zinfo: installing component 'rustfmt'
1022024-03-26T06:37:02.544Zcargo 1.76.0 (c84b36747 2024-01-18)
1032024-03-26T06:37:02.548Z+ rustc --version
1042024-03-26T06:37:02.611Zrustc 1.76.0 (07dca489a 2024-02-04)
1052024-03-26T06:37:02.615Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-03-26T06:37:02.619Z+ gunzip
1072024-03-26T06:37:02.619Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-03-26T06:37:04.082Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-03-26T06:37:04.087Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-03-26T06:37:04.087Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-03-26T06:37:04.087Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-03-26T06:37:04.087Z+ mkdir /var/tmp/omicron_tmp
1132024-03-26T06:37:04.087Z+ OUTPUT_DIR=/work
1142024-03-26T06:37:04.087Z+ echo 'tests will store non-ephemeral output in /work'
1152024-03-26T06:37:04.087Ztests will store non-ephemeral output in /work
1162024-03-26T06:37:04.087Z+ mkdir -p /work
1172024-03-26T06:37:04.087Z+ source ./env.sh
1182024-03-26T06:37:04.087Z++ set -o xtrace
1192024-03-26T06:37:04.087Z++++ dirname ./env.sh
1202024-03-26T06:37:04.160Z+++ readlink -f .
1212024-03-26T06:37:04.274Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-03-26T06:37:04.274Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-03-26T06:37:04.274Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-03-26T06:37:04.277Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1252024-03-26T06:37:04.277Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1262024-03-26T06:37:04.278Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1272024-03-26T06:37:04.278Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1282024-03-26T06:37:04.278Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1292024-03-26T06:37:04.278Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1302024-03-26T06:37:04.278Z++ unset OMICRON_WS
1312024-03-26T06:37:04.278Z++ set +o xtrace
1322024-03-26T06:37:04.281Z
1332024-03-26T06:37:04.281Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-03-26T06:37:04.281Z # # # # # # # # # # # # # # #
1352024-03-26T06:37:04.281Z # # # # ##### # # ##### # # # # # #### #
1362024-03-26T06:37:04.281Z ##### ##### # ##### # # # # # # # # #
1372024-03-26T06:37:04.281Z # # # # # # # # # # # # # # #
1382024-03-26T06:37:04.281Z # # # ###### # # ###### ### # #### # #### #
1392024-03-26T06:37:04.282Z
1402024-03-26T06:37:17.326Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-03-26T06:37:18.736Z Startup: Caching catalogs ... Done
1422024-03-26T06:37:20.324ZPlanning: Solver setup ... Done (1.223s)
1432024-03-26T06:37:20.349ZPlanning: Running solver ... Done (0.024s)
1442024-03-26T06:37:20.645ZPlanning: Finding local manifests ... Done (0.272s)
1452024-03-26T06:37:20.685ZPlanning: Fetching manifests: 0/4 0% complete
1462024-03-26T06:37:21.135ZPlanning: Fetching manifests: 4/4 100% complete
1472024-03-26T06:37:21.184ZPlanning: Package planning ... Done (0.047s)
1482024-03-26T06:37:21.235ZPlanning: Merging actions ... Done (0.052s)
1492024-03-26T06:37:21.665ZPlanning: Checking for conflicting actions ... Done (0.430s)
1502024-03-26T06:37:21.676ZPlanning: Consolidating action changes ... Done (0.011s)
1512024-03-26T06:37:28.729ZPlanning: Evaluating mediators ... Done (7.050s)
1522024-03-26T06:37:28.738ZPlanning: Planning completed in 9.95 seconds
1532024-03-26T06:37:28.753Z Packages to install: 4
1542024-03-26T06:37:28.753Z Mediators to change: 2
1552024-03-26T06:37:28.753Z Services to change: 1
1562024-03-26T06:37:28.757Z Estimated space available: 155.31 GB
1572024-03-26T06:37:28.758ZEstimated space to be consumed: 1.43 GB
1582024-03-26T06:37:28.758Z Create boot environment: No
1592024-03-26T06:37:28.759ZCreate backup boot environment: No
1602024-03-26T06:37:28.759Z Rebuild boot archive: No
1612024-03-26T06:37:28.759Z
1622024-03-26T06:37:28.760ZChanged mediators:
1632024-03-26T06:37:28.760Z mediator clang:
1642024-03-26T06:37:28.760Z version: None -> 15 (system default)
1652024-03-26T06:37:28.760Z
1662024-03-26T06:37:28.760Z mediator llvm:
1672024-03-26T06:37:28.761Z version: 14 (system default) -> 15 (system default)
1682024-03-26T06:37:28.761Z
1692024-03-26T06:37:28.761ZChanged packages:
1702024-03-26T06:37:28.761Zhelios-dev
1712024-03-26T06:37:28.761Z developer/build-essential
1722024-03-26T06:37:28.762Z None -> 11-2.0
1732024-03-26T06:37:28.762Z library/libxmlsec1
1742024-03-26T06:37:28.762Z None -> 1.2.35-2.0
1752024-03-26T06:37:28.762Z ooce/developer/clang-15
1762024-03-26T06:37:28.762Z None -> 15.0.7-2.0
1772024-03-26T06:37:28.763Z ooce/developer/llvm-15
1782024-03-26T06:37:28.763Z None -> 15.0.7-2.0
1792024-03-26T06:37:28.763Z
1802024-03-26T06:37:28.763ZServices:
1812024-03-26T06:37:28.763Z restart_fmri:
1822024-03-26T06:37:28.763Z svc:/system/update-man-index:default
1832024-03-26T06:37:28.864Z
1842024-03-26T06:37:28.864ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-03-26T06:37:33.866ZDownload: 621/3290 items 3.7/212.6MB 1% complete (762k/s)
1862024-03-26T06:37:38.904ZDownload: 1153/3290 items 53.4/212.6MB 25% complete (5.3M/s)
1872024-03-26T06:37:44.226ZDownload: 1198/3290 items 79.9/212.6MB 37% complete (7.5M/s)
1882024-03-26T06:37:49.233ZDownload: 1811/3290 items 118.4/212.6MB 55% complete (6.2M/s)
1892024-03-26T06:37:54.499ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s)
1902024-03-26T06:38:00.757ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1912024-03-26T06:38:04.443ZDownload: Completed 212.60 MB in 35.55 seconds (6.0M/s)
1922024-03-26T06:38:04.635Z Actions: 1/3689 actions (Installing new actions)
1932024-03-26T06:38:09.942Z Actions: 3612/3689 actions (Installing new actions)
1942024-03-26T06:38:10.118Z Actions: Completed 3689 actions in 5.48 seconds.
1952024-03-26T06:38:10.223Z Done (0.101s)
1962024-03-26T06:38:10.223Z Done (0.000s)
1972024-03-26T06:38:10.473Z Done (0.249s)
1982024-03-26T06:38:16.211Z Done (5.602s)
1992024-03-26T06:38:16.448Z Done (0.165s)
2002024-03-26T06:38:16.461Z Done (0.000s)
2012024-03-26T06:38:16.609Z Done (0.000s)
2022024-03-26T06:38:17.115ZPlanning: Evaluating mediator changes ... Done
2032024-03-26T06:38:17.273ZPlanning: Checking for conflicting actions ... Done
2042024-03-26T06:38:17.277ZPlanning: Consolidating action changes ... Done
2052024-03-26T06:38:17.541ZPlanning: Evaluating mediators ... Done
2062024-03-26T06:38:17.545ZPlanning: Planning completed in 0.43 seconds
2072024-03-26T06:38:17.574Z Mediators to change: 2
2082024-03-26T06:38:17.574Z Create boot environment: No
2092024-03-26T06:38:17.578ZCreate backup boot environment: No
2102024-03-26T06:38:17.659Z Done
2112024-03-26T06:38:17.660Z Done
2122024-03-26T06:38:18.075Z Done
2132024-03-26T06:38:21.324Z Done
2142024-03-26T06:38:21.412Z Done
2152024-03-26T06:38:21.415Z Done
2162024-03-26T06:38:21.531Z Done
2172024-03-26T06:38:22.161ZPlanning: Evaluating mediator changes ... Done
2182024-03-26T06:38:22.170ZPlanning: Merging actions ... Done
2192024-03-26T06:38:22.344ZPlanning: Checking for conflicting actions ... Done
2202024-03-26T06:38:22.348ZPlanning: Consolidating action changes ... Done
2212024-03-26T06:38:22.610ZPlanning: Evaluating mediators ... Done
2222024-03-26T06:38:22.667ZPlanning: Planning completed in 0.77 seconds
2232024-03-26T06:38:22.693Z Packages to change: 1
2242024-03-26T06:38:22.693Z Mediators to change: 1
2252024-03-26T06:38:22.693Z Services to change: 1
2262024-03-26T06:38:22.693Z Create boot environment: No
2272024-03-26T06:38:22.693ZCreate backup boot environment: Yes
2282024-03-26T06:38:24.678Z Actions: 1/6 actions (Updating modified actions)
2292024-03-26T06:38:24.682Z Actions: Completed 6 actions in 0.00 seconds.
2302024-03-26T06:38:24.682Z Done
2312024-03-26T06:38:24.682Z Done
2322024-03-26T06:38:24.732Z Done
2332024-03-26T06:38:28.273Z Done
2342024-03-26T06:38:28.366Z Done
2352024-03-26T06:38:28.376Z Done
2362024-03-26T06:38:28.462Z Done
2372024-03-26T06:38:28.890ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382024-03-26T06:38:28.890Zclang system 15 system
2392024-03-26T06:38:28.891Zcsh system system illumos
2402024-03-26T06:38:28.891Zctags system system illumos
2412024-03-26T06:38:28.891Zgcc vendor 12 vendor
2422024-03-26T06:38:28.891Zgcc system 10 system
2432024-03-26T06:38:28.891Zgcc system 7 system
2442024-03-26T06:38:28.891Zgo system 1.20 system
2452024-03-26T06:38:28.891Zgo system 1.19 system
2462024-03-26T06:38:28.891Zllvm system 15 system
2472024-03-26T06:38:28.891Zllvm system 14 system
2482024-03-26T06:38:28.891Zmariadb system 10.6 system
2492024-03-26T06:38:28.891Zmta vendor vendor dma
2502024-03-26T06:38:28.891Zopenjdk system 17 system
2512024-03-26T06:38:28.891Zopenjdk system 11 system
2522024-03-26T06:38:28.891Zopenjdk system 1.8 system
2532024-03-26T06:38:28.892Zopenssl vendor 3 vendor
2542024-03-26T06:38:28.892Zperl system 5.36 system
2552024-03-26T06:38:28.892Zpostgresql system 15 system
2562024-03-26T06:38:28.892Zpostgresql system 13 system
2572024-03-26T06:38:28.892Zpython vendor 3 vendor
2582024-03-26T06:38:28.892Zpython system 2 system
2592024-03-26T06:38:28.892Zpython3 system 3.11 system
2602024-03-26T06:38:28.892Zruby system 3.0 system
2612024-03-26T06:38:28.892Zwords vendor vendor american-english
2622024-03-26T06:38:28.892Zwords system system australian-english
2632024-03-26T06:38:28.892Zwords system system british-english
2642024-03-26T06:38:28.892Zwords system system canadian-english
2652024-03-26T06:38:28.892Zwords system system french
2662024-03-26T06:38:28.892Zwords system system italian
2672024-03-26T06:38:28.892Zwords system system ngerman
2682024-03-26T06:38:28.892Zwords system system ogerman
2692024-03-26T06:38:28.893Zwords system system spanish
2702024-03-26T06:38:29.209ZPUBLISHER TYPE STATUS P LOCATION
2712024-03-26T06:38:29.209Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722024-03-26T06:38:30.429ZFMRI IFO
2732024-03-26T06:38:30.429Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742024-03-26T06:38:30.429Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752024-03-26T06:38:30.430Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762024-03-26T06:38:30.430Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772024-03-26T06:38:30.430Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782024-03-26T06:38:30.430Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792024-03-26T06:38:30.430Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2802024-03-26T06:38:30.430Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812024-03-26T06:38:30.430Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2822024-03-26T06:38:30.430Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832024-03-26T06:38:30.430Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2842024-03-26T06:38:30.430Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852024-03-26T06:38:30.649Z+ set -o errexit
2862024-03-26T06:38:30.653Z+++ dirname ./tools/ci_download_cockroachdb
2872024-03-26T06:38:30.653Z++ cd ./tools
2882024-03-26T06:38:30.653Z++ pwd
2892024-03-26T06:38:30.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2902024-03-26T06:38:30.657Z++ basename ./tools/ci_download_cockroachdb
2912024-03-26T06:38:30.657Z+ ARG0=ci_download_cockroachdb
2922024-03-26T06:38:30.657Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2932024-03-26T06:38:30.663Z+ CIDL_VERSION=v22.1.9
2942024-03-26T06:38:30.663Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2952024-03-26T06:38:30.664Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2962024-03-26T06:38:30.664Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2972024-03-26T06:38:30.664Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-03-26T06:38:30.664Z+ TARGET_DIR=out
2992024-03-26T06:38:30.664Z+ DOWNLOAD_DIR=out/downloads
3002024-03-26T06:38:30.664Z+ DEST_DIR=./out/cockroachdb
3012024-03-26T06:38:30.664Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3022024-03-26T06:38:30.664Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3032024-03-26T06:38:30.664Z+ main
3042024-03-26T06:38:30.664Z+ [[ 0 != 0 ]]
3052024-03-26T06:38:30.664Z+ CIDL_OS=solaris2.11
3062024-03-26T06:38:30.664Z+ [[ 0 != 0 ]]
3072024-03-26T06:38:30.664Z+ configure_os solaris2.11
3082024-03-26T06:38:30.664Z+ echo 'current directory: /work/oxidecomputer/omicron'
3092024-03-26T06:38:30.665Zcurrent directory: /work/oxidecomputer/omicron
3102024-03-26T06:38:30.665Z+ echo 'configuring based on OS: "solaris2.11"'
3112024-03-26T06:38:30.665Z+ case "$1" in
3122024-03-26T06:38:30.665Z+ CIDL_BUILD=illumos
3132024-03-26T06:38:30.665Zconfiguring based on OS: "solaris2.11"
3142024-03-26T06:38:30.665Z+ CIDL_SUFFIX=tar.gz
3152024-03-26T06:38:30.665Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3162024-03-26T06:38:30.665Z+ CIDL_URL_BASE=https://illumos.org/downloads
3172024-03-26T06:38:30.665Z+ CIDL_ASSEMBLE=do_assemble_illumos
3182024-03-26T06:38:30.665Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3192024-03-26T06:38:30.665Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3202024-03-26T06:38:30.665Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-03-26T06:38:30.665Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3222024-03-26T06:38:30.665Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-03-26T06:38:30.665Z+ CIDL_SHA256FUNC=do_sha256sum
3242024-03-26T06:38:30.665Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3252024-03-26T06:38:30.665Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3262024-03-26T06:38:30.665Z+ mkdir -p out/downloads
3272024-03-26T06:38:30.666ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-03-26T06:38:30.666ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3292024-03-26T06:38:30.666Z+ mkdir -p ./out/cockroachdb
3302024-03-26T06:38:30.666Z+ local DO_DOWNLOAD=true
3312024-03-26T06:38:30.666Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3322024-03-26T06:38:30.666Z+ '[' true == true ']'
3332024-03-26T06:38:30.666Z+ echo Downloading...
3342024-03-26T06:38:30.666ZDownloading...
3352024-03-26T06:38:30.666Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3362024-03-26T06:38:30.666Z+ 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
3372024-03-26T06:38:36.005Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3382024-03-26T06:38:36.013Z++ sha256sum
3392024-03-26T06:38:36.013Z++ awk '{print $1}'
3402024-03-26T06:38:36.162Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3412024-03-26T06:38:36.162Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3422024-03-26T06:38:36.166Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3432024-03-26T06:38:36.166Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3442024-03-26T06:38:38.332Z+ do_assemble_illumos
3452024-03-26T06:38:38.333Z+ rm -r ./out/cockroachdb
3462024-03-26T06:38:38.336Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3472024-03-26T06:38:38.755Z+ ./out/cockroachdb/bin/cockroach version
3482024-03-26T06:38:38.896ZBuild Tag: v22.1.9-dirty
3492024-03-26T06:38:38.896ZBuild Time: 2022/10/26 21:17:46
3502024-03-26T06:38:38.896ZDistribution: OSS
3512024-03-26T06:38:38.896ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3522024-03-26T06:38:38.896ZGo Version: go1.17.13
3532024-03-26T06:38:38.896ZC Compiler: gcc 10.3.0
3542024-03-26T06:38:38.896ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3552024-03-26T06:38:38.896ZBuild Type: release
3562024-03-26T06:38:38.912Z+ set -o errexit
3572024-03-26T06:38:38.916Z+++ dirname ./tools/ci_download_clickhouse
3582024-03-26T06:38:38.917Z++ cd ./tools
3592024-03-26T06:38:38.917Z++ pwd
3602024-03-26T06:38:38.917Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3612024-03-26T06:38:38.922Z++ basename ./tools/ci_download_clickhouse
3622024-03-26T06:38:38.922Z+ ARG0=ci_download_clickhouse
3632024-03-26T06:38:38.922Z+ TARGET_DIR=out
3642024-03-26T06:38:38.923Z+ DOWNLOAD_DIR=out/downloads
3652024-03-26T06:38:38.923Z+ DEST_DIR=./out/clickhouse
3662024-03-26T06:38:38.923Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3672024-03-26T06:38:38.923Z+ CIDL_VERSION=v23.8.7.24
3682024-03-26T06:38:38.923Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3692024-03-26T06:38:38.923Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3702024-03-26T06:38:38.923Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3712024-03-26T06:38:38.923Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3722024-03-26T06:38:38.923Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3732024-03-26T06:38:38.923Z+ main
3742024-03-26T06:38:38.924Z+ [[ 0 != 0 ]]
3752024-03-26T06:38:38.924Z+ CIDL_OS=solaris2.11
3762024-03-26T06:38:38.924Z+ [[ 0 != 0 ]]
3772024-03-26T06:38:38.924Z+ configure_os solaris2.11
3782024-03-26T06:38:38.924Z+ echo 'current directory: /work/oxidecomputer/omicron'
3792024-03-26T06:38:38.924Zcurrent directory: /work/oxidecomputer/omicron
3802024-03-26T06:38:38.924Z+ echo 'configuring based on OS: "solaris2.11"'
3812024-03-26T06:38:38.924Zconfiguring based on OS: "solaris2.11"
3822024-03-26T06:38:38.924Z+ CIDL_DASHREV=
3832024-03-26T06:38:38.924Z+ case "$1" in
3842024-03-26T06:38:38.924Z+ CIDL_PLATFORM=illumos
3852024-03-26T06:38:38.924Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3862024-03-26T06:38:38.925Z+ CIDL_MD5FUNC=do_md5sum
3872024-03-26T06:38:38.925Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3882024-03-26T06:38:38.925Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3892024-03-26T06:38:38.925Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-03-26T06:38:38.925Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-03-26T06:38:38.925Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3922024-03-26T06:38:38.925Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3932024-03-26T06:38:38.925ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3942024-03-26T06:38:38.925ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3952024-03-26T06:38:38.925Z+ mkdir -p out/downloads
3962024-03-26T06:38:38.930Z+ mkdir -p ./out/clickhouse
3972024-03-26T06:38:38.930Z+ local DO_DOWNLOAD=true
3982024-03-26T06:38:38.930Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3992024-03-26T06:38:38.930Z+ '[' true == true ']'
4002024-03-26T06:38:38.930Z+ echo Downloading...
4012024-03-26T06:38:38.930ZDownloading...
4022024-03-26T06:38:38.931Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4032024-03-26T06:38:38.931Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4042024-03-26T06:38:40.818Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4052024-03-26T06:38:40.821Z++ md5sum
4062024-03-26T06:38:40.822Z++ awk '{print $1}'
4072024-03-26T06:38:41.040Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4082024-03-26T06:38:41.048Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4092024-03-26T06:38:41.048Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4102024-03-26T06:38:41.048Z+ mkdir -p ./out/clickhouse
4112024-03-26T06:38:41.048Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4122024-03-26T06:38:48.841Z+ [[ solaris2.11 == darwin* ]]
4132024-03-26T06:38:48.842Z+ ./out/clickhouse/clickhouse server --version
4142024-03-26T06:38:48.886ZClickHouse server version 23.8.7.1.
4152024-03-26T06:38:48.886Z+ set -o errexit
4162024-03-26T06:38:48.886Z+++ dirname ./tools/ci_download_console
4172024-03-26T06:38:48.886Z++ cd ./tools
4182024-03-26T06:38:48.886Z++ pwd
4192024-03-26T06:38:48.886Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4202024-03-26T06:38:48.887Z++ basename ./tools/ci_download_console
4212024-03-26T06:38:48.887Z+ ARG0=ci_download_console
4222024-03-26T06:38:48.887Z+ TARGET_DIR=out
4232024-03-26T06:38:48.887Z+ DOWNLOAD_DIR=out/downloads
4242024-03-26T06:38:48.887Z+ DEST_DIR=./out/console-assets
4252024-03-26T06:38:48.887Z+ source /work/oxidecomputer/omicron/tools/console_version
4262024-03-26T06:38:48.887Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
4272024-03-26T06:38:48.887Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4282024-03-26T06:38:48.887Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4292024-03-26T06:38:48.887Z+ TARBALL_FILE=out/downloads/console.tar.gz
4302024-03-26T06:38:48.888Z+ main
4312024-03-26T06:38:48.888Z+ [[ 0 != 0 ]]
4322024-03-26T06:38:48.888Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4332024-03-26T06:38:48.888ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4342024-03-26T06:38:48.888Z+ echo 'Local file: out/downloads/console.tar.gz'
4352024-03-26T06:38:48.888Z+ local DO_DOWNLOAD=true
4362024-03-26T06:38:48.888ZLocal file: out/downloads/console.tar.gz
4372024-03-26T06:38:48.888Z+ [[ -f out/downloads/console.tar.gz ]]
4382024-03-26T06:38:48.888Z+ mkdir -p out/downloads
4392024-03-26T06:38:48.888Z+ '[' true == true ']'
4402024-03-26T06:38:48.888Z+ echo Downloading...
4412024-03-26T06:38:48.888ZDownloading...
4422024-03-26T06:38:48.889Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4432024-03-26T06:38:48.889Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4442024-03-26T06:38:48.889Z++ do_sha256sum out/downloads/console.tar.gz
4452024-03-26T06:38:48.889Z++ case "$OSTYPE" in
4462024-03-26T06:38:48.889Z++ SHA=sha256sum
4472024-03-26T06:38:48.889Z++ sha256sum
4482024-03-26T06:38:48.889Z++ awk '{print $1}'
4492024-03-26T06:38:48.889Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4502024-03-26T06:38:48.889Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4512024-03-26T06:38:48.889Z+ rm -rf ./out/console-assets
4522024-03-26T06:38:48.889Z+ mkdir -p ./out/console-assets
4532024-03-26T06:38:48.890Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4542024-03-26T06:38:48.890Z+ mkdir -p ./out/console-assets
4552024-03-26T06:38:48.890Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4562024-03-26T06:38:48.890Z+ set -o errexit
4572024-03-26T06:38:48.890Z+++ dirname ./tools/ci_download_maghemite_openapi
4582024-03-26T06:38:48.890Z++ cd ./tools
4592024-03-26T06:38:48.890Z++ pwd
4602024-03-26T06:38:48.890Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612024-03-26T06:38:48.890Z++ basename ./tools/ci_download_maghemite_openapi
4622024-03-26T06:38:48.890Z+ ARG0=ci_download_maghemite_openapi
4632024-03-26T06:38:48.891Z+ TARGET_DIR=out
4642024-03-26T06:38:48.891Z+ DOWNLOAD_DIR=out/downloads
4652024-03-26T06:38:48.891Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4662024-03-26T06:38:48.949Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4672024-03-26T06:38:48.949Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4682024-03-26T06:38:48.949Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4692024-03-26T06:38:48.949Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4702024-03-26T06:38:48.950Z+ main
4712024-03-26T06:38:48.950Z+ rm -rf out/downloads/root
4722024-03-26T06:38:48.950Z+ [[ 0 != 0 ]]
4732024-03-26T06:38:48.950Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4742024-03-26T06:38:48.950ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4752024-03-26T06:38:48.950Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4762024-03-26T06:38:48.950ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4772024-03-26T06:38:48.950Z+ local DO_DOWNLOAD=true
4782024-03-26T06:38:48.950Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4792024-03-26T06:38:48.950Z+ mkdir -p out/downloads
4802024-03-26T06:38:48.950Z+ '[' true == true ']'
4812024-03-26T06:38:48.950Z+ echo Downloading...
4822024-03-26T06:38:48.950ZDownloading...
4832024-03-26T06:38:48.951Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4842024-03-26T06:38:48.951Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4852024-03-26T06:38:49.080Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4862024-03-26T06:38:49.080Z++ case "$OSTYPE" in
4872024-03-26T06:38:49.081Z++ SHA=sha256sum
4882024-03-26T06:38:49.100Z++ sha256sum
4892024-03-26T06:38:49.101Z++ awk '{print $1}'
4902024-03-26T06:38:49.101Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4912024-03-26T06:38:49.101Z+ [[ 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 ]]
4922024-03-26T06:38:49.101Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4932024-03-26T06:38:49.101Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4942024-03-26T06:38:49.101Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4952024-03-26T06:38:49.101Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4962024-03-26T06:38:49.101Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4972024-03-26T06:38:49.101Z+ main
4982024-03-26T06:38:49.101Z+ rm -rf out/downloads/root
4992024-03-26T06:38:49.101Z+ [[ 0 != 0 ]]
5002024-03-26T06:38:49.101Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
5012024-03-26T06:38:49.102ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
5022024-03-26T06:38:49.102ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
5032024-03-26T06:38:49.102Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
5042024-03-26T06:38:49.102Z+ local DO_DOWNLOAD=true
5052024-03-26T06:38:49.102Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
5062024-03-26T06:38:49.102Z+ mkdir -p out/downloads
5072024-03-26T06:38:49.102Z+ '[' true == true ']'
5082024-03-26T06:38:49.102Z+ echo Downloading...
5092024-03-26T06:38:49.102ZDownloading...
5102024-03-26T06:38:49.102Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
5112024-03-26T06:38:49.103Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
5122024-03-26T06:38:49.214Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
5132024-03-26T06:38:49.214Z++ case "$OSTYPE" in
5142024-03-26T06:38:49.233Z++ SHA=sha256sum
5152024-03-26T06:38:49.233Z++ sha256sum
5162024-03-26T06:38:49.234Z++ awk '{print $1}'
5172024-03-26T06:38:49.234Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5182024-03-26T06:38:49.234Z+ [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]]
5192024-03-26T06:38:49.234Z+ set -o errexit
5202024-03-26T06:38:49.234Z+++ dirname ./tools/ci_download_dendrite_openapi
5212024-03-26T06:38:49.234Z++ cd ./tools
5222024-03-26T06:38:49.234Z++ pwd
5232024-03-26T06:38:49.234Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-03-26T06:38:49.234Z++ basename ./tools/ci_download_dendrite_openapi
5252024-03-26T06:38:49.234Z+ ARG0=ci_download_dendrite_openapi
5262024-03-26T06:38:49.234Z+ TARGET_DIR=out
5272024-03-26T06:38:49.234Z+ DOWNLOAD_DIR=out/downloads
5282024-03-26T06:38:49.234Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5292024-03-26T06:38:49.234Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5302024-03-26T06:38:49.234Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5312024-03-26T06:38:49.234Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5322024-03-26T06:38:49.234Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5332024-03-26T06:38:49.234Z+ main
5342024-03-26T06:38:49.234Z+ [[ 0 != 0 ]]
5352024-03-26T06:38:49.234Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5362024-03-26T06:38:49.235ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5372024-03-26T06:38:49.235Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5382024-03-26T06:38:49.235Z+ local DO_DOWNLOAD=true
5392024-03-26T06:38:49.235ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5402024-03-26T06:38:49.235Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5412024-03-26T06:38:49.235Z+ mkdir -p out/downloads
5422024-03-26T06:38:49.235Z+ '[' true == true ']'
5432024-03-26T06:38:49.235Z+ echo Downloading...
5442024-03-26T06:38:49.235ZDownloading...
5452024-03-26T06:38:49.235Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5462024-03-26T06:38:49.235Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5472024-03-26T06:38:49.322Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5482024-03-26T06:38:49.322Z++ case "$OSTYPE" in
5492024-03-26T06:38:49.328Z++ SHA=sha256sum
5502024-03-26T06:38:49.328Z++ sha256sum
5512024-03-26T06:38:49.328Z++ awk '{print $1}'
5522024-03-26T06:38:49.328Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5532024-03-26T06:38:49.328Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5542024-03-26T06:38:49.336Z+ set -o errexit
5552024-03-26T06:38:49.340Z+++ dirname ./tools/ci_download_dendrite_stub
5562024-03-26T06:38:49.340Z++ cd ./tools
5572024-03-26T06:38:49.340Z++ pwd
5582024-03-26T06:38:49.341Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5592024-03-26T06:38:49.341Z++ basename ./tools/ci_download_dendrite_stub
5602024-03-26T06:38:49.349Z+ ARG0=ci_download_dendrite_stub
5612024-03-26T06:38:49.349Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5622024-03-26T06:38:49.349Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5632024-03-26T06:38:49.350Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5642024-03-26T06:38:49.350Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5652024-03-26T06:38:49.350Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5662024-03-26T06:38:49.350Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5672024-03-26T06:38:49.350Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5682024-03-26T06:38:49.351Z+ TARGET_DIR=out
5692024-03-26T06:38:49.351Z+ DOWNLOAD_DIR=out/downloads
5702024-03-26T06:38:49.351Z+ DEST_DIR=./out/dendrite-stub
5712024-03-26T06:38:49.351Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5722024-03-26T06:38:49.352Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5732024-03-26T06:38:49.352Z+ REPO=oxidecomputer/dendrite
5742024-03-26T06:38:49.353Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5752024-03-26T06:38:49.353Z+ main
5762024-03-26T06:38:49.353Z+ [[ 0 != 0 ]]
5772024-03-26T06:38:49.353Z+ CIDL_OS=solaris2.11
5782024-03-26T06:38:49.353Z+ [[ 0 != 0 ]]
5792024-03-26T06:38:49.353Z+ configure_os solaris2.11
5802024-03-26T06:38:49.354Z+ echo 'current directory: /work/oxidecomputer/omicron'
5812024-03-26T06:38:49.354Zcurrent directory: /work/oxidecomputer/omicron
5822024-03-26T06:38:49.354Z+ echo 'configuring based on OS: "solaris2.11"'
5832024-03-26T06:38:49.354Zconfiguring based on OS: "solaris2.11"
5842024-03-26T06:38:49.354Z+ case "$1" in
5852024-03-26T06:38:49.355Z+ SET_BINARIES=
5862024-03-26T06:38:49.355Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5872024-03-26T06:38:49.355Z+ CIDL_SHA256FUNC=do_sha256sum
5882024-03-26T06:38:49.355Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5892024-03-26T06:38:49.355Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5902024-03-26T06:38:49.355Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5912024-03-26T06:38:49.355Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5922024-03-26T06:38:49.356Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5932024-03-26T06:38:49.356ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5942024-03-26T06:38:49.356ZLocal file: out/downloads/dendrite-stub.tar.gz
5952024-03-26T06:38:49.356Z+ mkdir -p out/downloads
5962024-03-26T06:38:49.356Z+ mkdir -p ./out/dendrite-stub
5972024-03-26T06:38:49.356Z+ fetch_and_verify
5982024-03-26T06:38:49.356Z+ local DO_DOWNLOAD=true
5992024-03-26T06:38:49.356Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
6002024-03-26T06:38:49.356Z+ '[' true == true ']'
6012024-03-26T06:38:49.357Z+ echo Downloading...
6022024-03-26T06:38:49.357ZDownloading...
6032024-03-26T06:38:49.357Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6042024-03-26T06:38:49.357Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
6052024-03-26T06:38:58.278Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6062024-03-26T06:38:58.281Z++ sha256sum
6072024-03-26T06:38:58.281Z++ awk '{print $1}'
6082024-03-26T06:38:58.295Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
6092024-03-26T06:38:58.298Z+ [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]]
6102024-03-26T06:38:58.298Z+ do_untar out/downloads/dendrite-stub.tar.gz
6112024-03-26T06:38:58.298Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6122024-03-26T06:38:58.992Z+ do_assemble
6132024-03-26T06:38:58.992Z+ rm -r ./out/dendrite-stub
6142024-03-26T06:38:59.003Z+ mkdir ./out/dendrite-stub
6152024-03-26T06:38:59.003Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6162024-03-26T06:38:59.079Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6172024-03-26T06:38:59.099Z+ set -o errexit
6182024-03-26T06:38:59.660Z+++ dirname ./tools/ci_download_maghemite_mgd
6192024-03-26T06:38:59.660Z++ cd ./tools
6202024-03-26T06:38:59.660Z++ pwd
6212024-03-26T06:38:59.660Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6222024-03-26T06:38:59.660Z++ basename ./tools/ci_download_maghemite_mgd
6232024-03-26T06:38:59.660Z+ ARG0=ci_download_maghemite_mgd
6242024-03-26T06:38:59.660Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6252024-03-26T06:38:59.660Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6262024-03-26T06:38:59.661Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
6272024-03-26T06:38:59.661Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6282024-03-26T06:38:59.661Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
6292024-03-26T06:38:59.661Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
6302024-03-26T06:38:59.661Z+ TARGET_DIR=out
6312024-03-26T06:38:59.661Z+ DOWNLOAD_DIR=out/downloads
6322024-03-26T06:38:59.661Z+ DEST_DIR=./out/mgd
6332024-03-26T06:38:59.661Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6342024-03-26T06:38:59.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352024-03-26T06:38:59.661Z+ REPO=oxidecomputer/maghemite
6362024-03-26T06:38:59.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6372024-03-26T06:38:59.661Z+ main
6382024-03-26T06:38:59.661Z+ rm -rf out/downloads/root
6392024-03-26T06:38:59.661Z+ [[ 0 != 0 ]]
6402024-03-26T06:38:59.661Z+ CIDL_OS=solaris2.11
6412024-03-26T06:38:59.661Z+ [[ 0 != 0 ]]
6422024-03-26T06:38:59.661Z+ configure_os solaris2.11
6432024-03-26T06:38:59.661Zcurrent directory: /work/oxidecomputer/omicron
6442024-03-26T06:38:59.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452024-03-26T06:38:59.662Z+ echo 'configuring based on OS: "solaris2.11"'
6462024-03-26T06:38:59.662Z+ case "$1" in
6472024-03-26T06:38:59.662Z+ SET_BINARIES=
6482024-03-26T06:38:59.662Zconfiguring based on OS: "solaris2.11"
6492024-03-26T06:38:59.662Z+ CIDL_SHA256FUNC=do_sha256sum
6502024-03-26T06:38:59.662Z+ TARBALL_FILENAME=mgd.tar.gz
6512024-03-26T06:38:59.662Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6522024-03-26T06:38:59.662Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6532024-03-26T06:38:59.662Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6542024-03-26T06:38:59.662ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6552024-03-26T06:38:59.662ZLocal file: out/downloads/mgd.tar.gz
6562024-03-26T06:38:59.662Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6572024-03-26T06:38:59.662Z+ mkdir -p out/downloads
6582024-03-26T06:38:59.662Z+ mkdir -p ./out/mgd
6592024-03-26T06:38:59.666Z+ fetch_and_verify
6602024-03-26T06:38:59.666Z+ local DO_DOWNLOAD=true
6612024-03-26T06:38:59.666Z+ [[ -f out/downloads/mgd.tar.gz ]]
6622024-03-26T06:38:59.666Z+ '[' true == true ']'
6632024-03-26T06:38:59.666Z+ echo Downloading...
6642024-03-26T06:38:59.666ZDownloading...
6652024-03-26T06:38:59.666Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6662024-03-26T06:38:59.666Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6672024-03-26T06:39:10.601Z++ do_sha256sum out/downloads/mgd.tar.gz
6682024-03-26T06:39:10.609Z++ sha256sum
6692024-03-26T06:39:10.610Z++ awk '{print $1}'
6702024-03-26T06:39:10.615Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6712024-03-26T06:39:10.618Z+ [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]]
6722024-03-26T06:39:10.619Z+ do_untar out/downloads/mgd.tar.gz
6732024-03-26T06:39:10.619Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6742024-03-26T06:39:11.062Z+ do_assemble
6752024-03-26T06:39:11.062Z+ rm -r ./out/mgd
6762024-03-26T06:39:11.068Z+ mkdir ./out/mgd
6772024-03-26T06:39:11.068Z+ cp -r out/downloads/root ./out/mgd/root
6782024-03-26T06:39:11.125Z+ set -o errexit
6792024-03-26T06:39:11.128Z+++ dirname ./tools/ci_download_transceiver_control
6802024-03-26T06:39:11.128Z++ cd ./tools
6812024-03-26T06:39:11.132Z++ pwd
6822024-03-26T06:39:11.132Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6832024-03-26T06:39:11.132Z++ basename ./tools/ci_download_transceiver_control
6842024-03-26T06:39:11.132Z+ ARG0=ci_download_transceiver_control
6852024-03-26T06:39:11.132Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6862024-03-26T06:39:11.132Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6872024-03-26T06:39:11.133Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6882024-03-26T06:39:11.133Z+ TARGET_DIR=out
6892024-03-26T06:39:11.133Z+ DOWNLOAD_DIR=out/downloads
6902024-03-26T06:39:11.133Z+ DEST_DIR=./out/transceiver-control
6912024-03-26T06:39:11.133Z+ BIN_DIR=/opt/oxide/bin
6922024-03-26T06:39:11.133Z+ BINARY=xcvradm
6932024-03-26T06:39:11.133Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6942024-03-26T06:39:11.133Z+ REPO=oxidecomputer/transceiver-control
6952024-03-26T06:39:11.133Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6962024-03-26T06:39:11.133Z+ main
6972024-03-26T06:39:11.133Z+ [[ 0 != 0 ]]
6982024-03-26T06:39:11.133Z+ CIDL_OS=solaris2.11
6992024-03-26T06:39:11.133Z+ [[ 0 != 0 ]]
7002024-03-26T06:39:11.133Z+ configure_os solaris2.11
7012024-03-26T06:39:11.133Z+ echo 'current directory: /work/oxidecomputer/omicron'
7022024-03-26T06:39:11.133Zcurrent directory: /work/oxidecomputer/omicron
7032024-03-26T06:39:11.133Z+ echo 'configuring based on OS: "solaris2.11"'
7042024-03-26T06:39:11.133Z+ case "$1" in
7052024-03-26T06:39:11.133Z+ SET_BINARIES=
7062024-03-26T06:39:11.133Zconfiguring based on OS: "solaris2.11"
7072024-03-26T06:39:11.133Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7082024-03-26T06:39:11.134Z+ CIDL_SHA256FUNC=do_sha256sum
7092024-03-26T06:39:11.134Z+ ARCHIVE_FILENAME=xcvradm.gz
7102024-03-26T06:39:11.134Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7112024-03-26T06:39:11.134Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7122024-03-26T06:39:11.134Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7132024-03-26T06:39:11.134ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7142024-03-26T06:39:11.134Z+ echo 'Local file: out/downloads/xcvradm.gz'
7152024-03-26T06:39:11.134Z+ mkdir -p out/downloads
7162024-03-26T06:39:11.134ZLocal file: out/downloads/xcvradm.gz
7172024-03-26T06:39:11.138Z+ mkdir -p ./out/transceiver-control
7182024-03-26T06:39:11.138Z+ fetch_and_verify
7192024-03-26T06:39:11.138Z+ local DO_DOWNLOAD=true
7202024-03-26T06:39:11.138Z+ [[ -f out/downloads/xcvradm.gz ]]
7212024-03-26T06:39:11.138Z+ '[' true == true ']'
7222024-03-26T06:39:11.138Z+ echo Downloading...
7232024-03-26T06:39:11.138ZDownloading...
7242024-03-26T06:39:11.138Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7252024-03-26T06:39:11.138Z+ 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
7262024-03-26T06:39:11.869Z++ do_sha256sum out/downloads/xcvradm.gz
7272024-03-26T06:39:11.873Z++ sha256sum
7282024-03-26T06:39:11.873Z++ awk '{print $1}'
7292024-03-26T06:39:11.878Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7302024-03-26T06:39:11.878Z+ [[ 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 ]]
7312024-03-26T06:39:11.878Z+ do_unpack out/downloads/xcvradm.gz
7322024-03-26T06:39:11.878Z+ mkdir -p out/downloads/root//opt/oxide/bin
7332024-03-26T06:39:11.882Z+ gzip -dc out/downloads/xcvradm.gz
7342024-03-26T06:39:12.401Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7352024-03-26T06:39:12.405Z+ do_assemble
7362024-03-26T06:39:12.405Z+ rm -r ./out/transceiver-control
7372024-03-26T06:39:12.405Z+ mkdir ./out/transceiver-control
7382024-03-26T06:39:12.405Z+ cp -r out/downloads/root ./out/transceiver-control/root
7392024-03-26T06:39:12.405Z+ set -o errexit
7402024-03-26T06:39:12.406Z+++ dirname ./tools/ci_download_thundermuffin
7412024-03-26T06:39:12.406Z++ cd ./tools
7422024-03-26T06:39:12.406Z++ pwd
7432024-03-26T06:39:12.406Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7442024-03-26T06:39:12.406Z++ basename ./tools/ci_download_thundermuffin
7452024-03-26T06:39:12.406Z+ ARG0=ci_download_thundermuffin
7462024-03-26T06:39:12.406Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7472024-03-26T06:39:12.406Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7482024-03-26T06:39:12.406Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7492024-03-26T06:39:12.406Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7502024-03-26T06:39:12.406Z+ TARGET_DIR=out
7512024-03-26T06:39:12.406Z+ DOWNLOAD_DIR=out/downloads
7522024-03-26T06:39:12.406Z+ DEST_DIR=./out/thundermuffin
7532024-03-26T06:39:12.406Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7542024-03-26T06:39:12.406Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7552024-03-26T06:39:12.406Z+ REPO=oxidecomputer/thundermuffin
7562024-03-26T06:39:12.406Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7572024-03-26T06:39:12.406Z+ main
7582024-03-26T06:39:12.406Z+ rm -rf out/downloads/root
7592024-03-26T06:39:12.406Z+ [[ 0 != 0 ]]
7602024-03-26T06:39:12.406Z+ CIDL_OS=solaris2.11
7612024-03-26T06:39:12.407Z+ [[ 0 != 0 ]]
7622024-03-26T06:39:12.407Z+ configure_os solaris2.11
7632024-03-26T06:39:12.407Z+ echo 'current directory: /work/oxidecomputer/omicron'
7642024-03-26T06:39:12.407Zcurrent directory: /work/oxidecomputer/omicron
7652024-03-26T06:39:12.407Z+ echo 'configuring based on OS: "solaris2.11"'
7662024-03-26T06:39:12.407Zconfiguring based on OS: "solaris2.11"
7672024-03-26T06:39:12.407Z+ case "$1" in
7682024-03-26T06:39:12.407Z+ SET_BINARIES=
7692024-03-26T06:39:12.407Z+ CIDL_SHA256FUNC=do_sha256sum
7702024-03-26T06:39:12.407Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7712024-03-26T06:39:12.407Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7722024-03-26T06:39:12.407Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7732024-03-26T06:39:12.407Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7742024-03-26T06:39:12.407ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7752024-03-26T06:39:12.407ZLocal file: out/downloads/thundermuffin.tar.gz
7762024-03-26T06:39:12.407Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7772024-03-26T06:39:12.407Z+ mkdir -p out/downloads
7782024-03-26T06:39:12.407Z+ mkdir -p ./out/thundermuffin
7792024-03-26T06:39:12.407Z+ fetch_and_verify
7802024-03-26T06:39:12.407Z+ local DO_DOWNLOAD=true
7812024-03-26T06:39:12.407Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7822024-03-26T06:39:12.407Z+ '[' true == true ']'
7832024-03-26T06:39:12.408Z+ echo Downloading...
7842024-03-26T06:39:12.408ZDownloading...
7852024-03-26T06:39:12.408Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7862024-03-26T06:39:12.408Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7872024-03-26T06:39:14.396Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7882024-03-26T06:39:14.403Z++ sha256sum
7892024-03-26T06:39:14.404Z++ awk '{print $1}'
7902024-03-26T06:39:14.404Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7912024-03-26T06:39:14.404Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7922024-03-26T06:39:14.404Z+ do_untar out/downloads/thundermuffin.tar.gz
7932024-03-26T06:39:14.404Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7942024-03-26T06:39:14.463Z+ do_assemble
7952024-03-26T06:39:14.463Z+ rm -r ./out/thundermuffin
7962024-03-26T06:39:14.466Z+ mkdir ./out/thundermuffin
7972024-03-26T06:39:14.469Z+ cp -r out/downloads/root ./out/thundermuffin/root
7982024-03-26T06:39:14.488ZAll builder prerequisites installed successfully, and PATH looks valid
7992024-03-26T06:39:14.500Z
8002024-03-26T06:39:14.500Zreal 2:10.148280072
8012024-03-26T06:39:14.500Zuser 36.054516178
8022024-03-26T06:39:14.500Zsys 6.533006149
8032024-03-26T06:39:14.500Ztrap 0.008483892
8042024-03-26T06:39:14.500Ztflt 0.102675672
8052024-03-26T06:39:14.500Zdflt 0.491099199
8062024-03-26T06:39:14.500Zkflt 0.255139251
8072024-03-26T06:39:14.501Zlock 0.959281601
8082024-03-26T06:39:14.501Zslp 4:27.802939649
8092024-03-26T06:39:14.501Zlat 2.045285501
8102024-03-26T06:39:14.501Zstop 0.133777173
8112024-03-26T06:39:14.501Z
8122024-03-26T06:39:14.501Z ##### # # # # #####
8132024-03-26T06:39:14.501Z # # # # # # # #
8142024-03-26T06:39:14.501Z ##### # # # # # #
8152024-03-26T06:39:14.501Z # # # # # # # #
8162024-03-26T06:39:14.501Z # # # # # # # #
8172024-03-26T06:39:14.501Z ##### #### # ###### #####
8182024-03-26T06:39:14.501Z
8192024-03-26T06:39:14.708Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8202024-03-26T06:39:15.028Z Updating git repository `https://github.com/oxidecomputer/samael`
8212024-03-26T06:39:15.373Z Updating git repository `https://github.com/oxidecomputer/zone`
8222024-03-26T06:39:15.666Z Updating crates.io index
8232024-03-26T06:39:15.745Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8242024-03-26T06:39:16.327Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8252024-03-26T06:39:16.918Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8262024-03-26T06:39:18.553Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8272024-03-26T06:39:18.833Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282024-03-26T06:39:19.114Z Updating git repository `https://github.com/oxidecomputer/propolis`
8292024-03-26T06:39:20.026Z Updating git repository `https://github.com/oxidecomputer/crucible`
8302024-03-26T06:39:22.288Z Updating git repository `https://github.com/oxidecomputer/opte`
8312024-03-26T06:39:23.312Z Updating git repository `https://github.com/oxidecomputer/falcon`
8322024-03-26T06:39:23.988Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8332024-03-26T06:39:24.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342024-03-26T06:39:24.822Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8352024-03-26T06:39:25.593Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8362024-03-26T06:39:25.898Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8372024-03-26T06:39:26.266Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8382024-03-26T06:39:26.612Z Updating git repository `http://github.com/oxidecomputer/tofino`
8392024-03-26T06:39:26.973Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8402024-03-26T06:39:27.221Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8412024-03-26T06:39:27.503Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8422024-03-26T06:39:27.846Z Updating git repository `https://github.com/oxidecomputer/ispf`
8432024-03-26T06:39:28.220Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8442024-03-26T06:39:28.464Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8452024-03-26T06:39:29.468Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8462024-03-26T06:39:29.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8472024-03-26T06:39:29.709Z Updating git repository `https://github.com/jgallagher/nix`
8482024-03-26T06:39:30.714Z Updating git repository `https://github.com/cbiffle/hubpack`
8492024-03-26T06:39:31.141Z Updating git repository `https://github.com/oxidecomputer/typify`
8502024-03-26T06:39:32.813Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8512024-03-26T06:39:33.187Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8522024-03-26T06:39:33.481Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8532024-03-26T06:39:33.981Z Updating git repository `https://github.com/oxidecomputer/rfb`
8542024-03-26T06:39:35.015Z Downloading crates ...
8552024-03-26T06:39:35.121Z Downloaded adler v1.0.2
8562024-03-26T06:39:35.133Z Downloaded atomicwrites v0.4.3
8572024-03-26T06:39:35.133Z Downloaded arrayref v0.3.7
8582024-03-26T06:39:35.133Z Downloaded async-recursion v1.0.5
8592024-03-26T06:39:35.155Z Downloaded base64 v0.21.7
8602024-03-26T06:39:35.156Z Downloaded fragile v2.0.0
8612024-03-26T06:39:35.156Z Downloaded form_urlencoded v1.2.1
8622024-03-26T06:39:35.156Z Downloaded constant_time_eq v0.2.6
8632024-03-26T06:39:35.156Z Downloaded funty v2.0.0
8642024-03-26T06:39:35.169Z Downloaded futures-timer v3.0.2
8652024-03-26T06:39:35.169Z Downloaded bitstruct v0.1.1
8662024-03-26T06:39:35.169Z Downloaded heapless v0.8.0
8672024-03-26T06:39:35.169Z Downloaded half v2.3.1
8682024-03-26T06:39:35.169Z Downloaded gethostname v0.4.3
8692024-03-26T06:39:35.169Z Downloaded futures-core v0.3.30
8702024-03-26T06:39:35.169Z Downloaded glob v0.3.1
8712024-03-26T06:39:35.169Z Downloaded generic-array v0.14.7
8722024-03-26T06:39:35.169Z Downloaded futures-task v0.3.30
8732024-03-26T06:39:35.169Z Downloaded bitflags v1.3.2
8742024-03-26T06:39:35.182Z Downloaded approx v0.5.1
8752024-03-26T06:39:35.182Z Downloaded futures v0.3.30
8762024-03-26T06:39:35.182Z Downloaded anstyle-query v1.0.0
8772024-03-26T06:39:35.182Z Downloaded headers-core v0.2.0
8782024-03-26T06:39:35.182Z Downloaded bitstruct_derive v0.1.0
8792024-03-26T06:39:35.182Z Downloaded hash32 v0.3.1
8802024-03-26T06:39:35.182Z Downloaded getopts v0.2.21
8812024-03-26T06:39:35.182Z Downloaded futures-sink v0.3.30
8822024-03-26T06:39:35.182Z Downloaded fxhash v0.2.1
8832024-03-26T06:39:35.186Z Downloaded futures-macro v0.3.30
8842024-03-26T06:39:35.186Z Downloaded atty v0.2.14
8852024-03-26T06:39:35.186Z Downloaded aead v0.5.2
8862024-03-26T06:39:35.186Z Downloaded futures-io v0.3.30
8872024-03-26T06:39:35.186Z Downloaded bit-vec v0.6.3
8882024-03-26T06:39:35.186Z Downloaded guppy-workspace-hack v0.1.0
8892024-03-26T06:39:35.186Z Downloaded getrandom v0.2.12
8902024-03-26T06:39:35.190Z Downloaded futures-channel v0.3.30
8912024-03-26T06:39:35.190Z Downloaded fs-err v2.11.0
8922024-03-26T06:39:35.193Z Downloaded cfg-if v1.0.0
8932024-03-26T06:39:35.193Z Downloaded globset v0.4.13
8942024-03-26T06:39:35.193Z Downloaded bit-set v0.5.3
8952024-03-26T06:39:35.196Z Downloaded anstyle-parse v0.2.1
8962024-03-26T06:39:35.196Z Downloaded ansi_term v0.12.1
8972024-03-26T06:39:35.199Z Downloaded hash32 v0.2.1
8982024-03-26T06:39:35.199Z Downloaded ghash v0.5.0
8992024-03-26T06:39:35.203Z Downloaded ascii v1.1.0
9002024-03-26T06:39:35.203Z Downloaded bitfield v0.14.0
9012024-03-26T06:39:35.209Z Downloaded autocfg v1.1.0
9022024-03-26T06:39:35.209Z Downloaded async-stream-impl v0.3.5
9032024-03-26T06:39:35.209Z Downloaded chacha20 v0.9.1
9042024-03-26T06:39:35.214Z Downloaded async-stream v0.3.5
9052024-03-26T06:39:35.214Z Downloaded camino-tempfile v1.1.1
9062024-03-26T06:39:35.214Z Downloaded blowfish v0.9.1
9072024-03-26T06:39:35.217Z Downloaded array-init v0.0.4
9082024-03-26T06:39:35.217Z Downloaded is-terminal v0.4.9
9092024-03-26T06:39:35.217Z Downloaded ciborium-io v0.2.2
9102024-03-26T06:39:35.217Z Downloaded anstyle v1.0.6
9112024-03-26T06:39:35.220Z Downloaded argon2 v0.5.3
9122024-03-26T06:39:35.221Z Downloaded impl-trait-for-tuples v0.2.2
9132024-03-26T06:39:35.224Z Downloaded instant v0.1.12
9142024-03-26T06:39:35.224Z Downloaded ident_case v1.0.1
9152024-03-26T06:39:35.227Z Downloaded assert_matches v1.5.0
9162024-03-26T06:39:35.227Z Downloaded is_ci v1.2.0
9172024-03-26T06:39:35.227Z Downloaded hubpack_derive v0.1.1
9182024-03-26T06:39:35.231Z Downloaded ascii-canvas v3.0.0
9192024-03-26T06:39:35.231Z Downloaded http-range v0.1.5
9202024-03-26T06:39:35.231Z Downloaded bcrypt-pbkdf v0.10.0
9212024-03-26T06:39:35.234Z Downloaded http-body v1.0.0
9222024-03-26T06:39:35.234Z Downloaded colorchoice v1.0.0
9232024-03-26T06:39:35.234Z Downloaded futures-executor v0.3.30
9242024-03-26T06:39:35.239Z Downloaded atomic-waker v1.1.1
9252024-03-26T06:39:35.239Z Downloaded foreign-types-shared v0.3.1
9262024-03-26T06:39:35.239Z Downloaded async-trait v0.1.77
9272024-03-26T06:39:35.247Z Downloaded cargo-platform v0.1.3
9282024-03-26T06:39:35.247Z Downloaded anes v0.1.6
9292024-03-26T06:39:35.252Z Downloaded getrandom v0.1.16
9302024-03-26T06:39:35.253Z Downloaded cbc v0.1.2
9312024-03-26T06:39:35.253Z Downloaded bytecount v0.6.3
9322024-03-26T06:39:35.253Z Downloaded bb8 v0.8.3
9332024-03-26T06:39:35.253Z Downloaded castaway v0.2.2
9342024-03-26T06:39:35.257Z Downloaded group v0.13.0
9352024-03-26T06:39:35.260Z Downloaded russh-cryptovec v0.7.0
9362024-03-26T06:39:35.260Z Downloaded keccak v0.1.4
9372024-03-26T06:39:35.263Z Downloaded iana-time-zone v0.1.57
9382024-03-26T06:39:35.263Z Downloaded itoa v1.0.9
9392024-03-26T06:39:35.267Z Downloaded indoc v1.0.9
9402024-03-26T06:39:35.267Z Downloaded humantime v2.1.0
9412024-03-26T06:39:35.272Z Downloaded arrayvec v0.7.4
9422024-03-26T06:39:35.272Z Downloaded strum v0.25.0
9432024-03-26T06:39:35.275Z Downloaded base16ct v0.2.0
9442024-03-26T06:39:35.275Z Downloaded buf-list v1.0.3
9452024-03-26T06:39:35.275Z Downloaded inout v0.1.3
9462024-03-26T06:39:35.279Z Downloaded hyper-tls v0.5.0
9472024-03-26T06:39:35.279Z Downloaded kstat-rs v0.2.3
9482024-03-26T06:39:35.279Z Downloaded internet-checksum v0.2.1
9492024-03-26T06:39:35.284Z Downloaded hubpack v0.1.2
9502024-03-26T06:39:35.284Z Downloaded httpdate v1.0.3
9512024-03-26T06:39:35.284Z Downloaded home v0.5.5
9522024-03-26T06:39:35.290Z Downloaded cipher v0.4.4
9532024-03-26T06:39:35.290Z Downloaded lazycell v1.3.0
9542024-03-26T06:39:35.290Z Downloaded hex-literal v0.4.1
9552024-03-26T06:39:35.290Z Downloaded lazy_static v1.4.0
9562024-03-26T06:39:35.290Z Downloaded block-buffer v0.10.4
9572024-03-26T06:39:35.293Z Downloaded http-body v0.4.5
9582024-03-26T06:39:35.294Z Downloaded cexpr v0.6.0
9592024-03-26T06:39:35.294Z Downloaded hostname v0.3.1
9602024-03-26T06:39:35.294Z Downloaded cast v0.3.0
9612024-03-26T06:39:35.297Z Downloaded ppv-lite86 v0.2.17
9622024-03-26T06:39:35.297Z Downloaded libsw v3.3.1
9632024-03-26T06:39:35.301Z Downloaded colored v2.1.0
9642024-03-26T06:39:35.301Z Downloaded lalrpop-util v0.19.12
9652024-03-26T06:39:35.301Z Downloaded heapless v0.7.16
9662024-03-26T06:39:35.304Z Downloaded headers v0.3.9
9672024-03-26T06:39:35.310Z Downloaded rand_core v0.6.4
9682024-03-26T06:39:35.313Z Downloaded cobs v0.2.3
9692024-03-26T06:39:35.314Z Downloaded ipnetwork v0.20.0
9702024-03-26T06:39:35.314Z Downloaded clap_lex v0.7.0
9712024-03-26T06:39:35.317Z Downloaded cassowary v0.3.0
9722024-03-26T06:39:35.317Z Downloaded byteorder v1.5.0
9732024-03-26T06:39:35.320Z Downloaded block-padding v0.3.3
9742024-03-26T06:39:35.320Z Downloaded highway v1.1.0
9752024-03-26T06:39:35.323Z Downloaded semver v0.11.0
9762024-03-26T06:39:35.323Z Downloaded rustc-hash v1.1.0
9772024-03-26T06:39:35.323Z Downloaded assert_cmd v2.0.14
9782024-03-26T06:39:35.326Z Downloaded hex v0.4.3
9792024-03-26T06:39:35.327Z Downloaded httptest v0.15.5
9802024-03-26T06:39:35.333Z Downloaded bitflags v2.4.2
9812024-03-26T06:39:35.336Z Downloaded serde_arrays v0.1.0
9822024-03-26T06:39:35.336Z Downloaded allocator-api2 v0.2.16
9832024-03-26T06:39:35.336Z Downloaded darling_macro v0.20.3
9842024-03-26T06:39:35.339Z Downloaded zone_cfg_derive v0.1.2
9852024-03-26T06:39:35.339Z Downloaded usdt-attr-macro v0.5.0
9862024-03-26T06:39:35.339Z Downloaded hyper-rustls v0.26.0
9872024-03-26T06:39:35.342Z Downloaded cstr-argument v0.1.2
9882024-03-26T06:39:35.343Z Downloaded tower-service v0.3.2
9892024-03-26T06:39:35.343Z Downloaded tabwriter v1.4.0
9902024-03-26T06:39:35.346Z Downloaded derive_builder_macro v0.12.0
9912024-03-26T06:39:35.346Z Downloaded darling_macro v0.14.4
9922024-03-26T06:39:35.346Z Downloaded httparse v1.8.0
9932024-03-26T06:39:35.349Z Downloaded signal-hook-mio v0.2.3
9942024-03-26T06:39:35.349Z Downloaded serde-hex v0.1.0
9952024-03-26T06:39:35.353Z Downloaded scheduled-thread-pool v0.2.7
9962024-03-26T06:39:35.353Z Downloaded addr2line v0.21.0
9972024-03-26T06:39:35.356Z Downloaded smawk v0.3.1
9982024-03-26T06:39:35.356Z Downloaded powerfmt v0.2.0
9992024-03-26T06:39:35.359Z Downloaded libtest-mimic v0.6.1
10002024-03-26T06:39:35.359Z Downloaded libloading v0.7.4
10012024-03-26T06:39:35.362Z Downloaded thiserror-no-std v2.0.2
10022024-03-26T06:39:35.366Z Downloaded quote v1.0.35
10032024-03-26T06:39:35.372Z Downloaded postgres-types v0.2.6
10042024-03-26T06:39:35.372Z Downloaded ciborium-ll v0.2.2
10052024-03-26T06:39:35.375Z Downloaded cargo_toml v0.19.0
10062024-03-26T06:39:35.375Z Downloaded cancel-safe-futures v0.1.5
10072024-03-26T06:39:35.375Z Downloaded newline-converter v0.3.0
10082024-03-26T06:39:35.376Z Downloaded new_debug_unreachable v1.0.4
10092024-03-26T06:39:35.379Z Downloaded matches v0.1.10
10102024-03-26T06:39:35.379Z Downloaded match_cfg v0.1.0
10112024-03-26T06:39:35.379Z Downloaded plotters-backend v0.3.5
10122024-03-26T06:39:35.383Z Downloaded phf_shared v0.11.2
10132024-03-26T06:39:35.383Z Downloaded console v0.15.8
10142024-03-26T06:39:35.386Z Downloaded untrusted v0.9.0
10152024-03-26T06:39:35.386Z Downloaded doc-comment v0.3.3
10162024-03-26T06:39:35.386Z Downloaded rustc-demangle v0.1.23
10172024-03-26T06:39:35.389Z Downloaded rust-argon2 v1.0.1
10182024-03-26T06:39:35.389Z Downloaded synstructure v0.12.6
10192024-03-26T06:39:35.393Z Downloaded structopt-derive v0.4.18
10202024-03-26T06:39:35.393Z Downloaded stringprep v0.1.3
10212024-03-26T06:39:35.396Z Downloaded pathdiff v0.2.1
10222024-03-26T06:39:35.396Z Downloaded thiserror-impl v1.0.57
10232024-03-26T06:39:35.396Z Downloaded portpicker v0.1.1
10242024-03-26T06:39:35.403Z Downloaded pbkdf2 v0.12.2
10252024-03-26T06:39:35.403Z Downloaded backoff v0.4.0
10262024-03-26T06:39:35.403Z Downloaded indexmap v1.9.3
10272024-03-26T06:39:35.403Z Downloaded ahash v0.8.8
10282024-03-26T06:39:35.407Z Downloaded backtrace v0.3.69
10292024-03-26T06:39:35.410Z Downloaded hyper-util v0.1.2
10302024-03-26T06:39:35.416Z Downloaded hyper-staticfile v0.9.5
10312024-03-26T06:39:35.419Z Downloaded unicode-width v0.1.11
10322024-03-26T06:39:35.419Z Downloaded phf_shared v0.10.0
10332024-03-26T06:39:35.419Z Downloaded hmac v0.12.1
10342024-03-26T06:39:35.419Z Downloaded arc-swap v1.6.0
10352024-03-26T06:39:35.422Z Downloaded pbkdf2 v0.11.0
10362024-03-26T06:39:35.426Z Downloaded ed25519 v1.5.3
10372024-03-26T06:39:35.429Z Downloaded dyn-clone v1.0.17
10382024-03-26T06:39:35.429Z Downloaded dirs-next v2.0.0
10392024-03-26T06:39:35.430Z Downloaded crypto-common v0.1.6
10402024-03-26T06:39:35.430Z Downloaded scroll_derive v0.12.0
10412024-03-26T06:39:35.432Z Downloaded nested v0.1.1
10422024-03-26T06:39:35.432Z Downloaded smf v0.2.2
10432024-03-26T06:39:35.432Z Downloaded russh-keys v0.42.0
10442024-03-26T06:39:35.436Z Downloaded maybe-uninit v2.0.0
10452024-03-26T06:39:35.436Z Downloaded maplit v1.0.2
10462024-03-26T06:39:35.439Z Downloaded bzip2 v0.4.4
10472024-03-26T06:39:35.439Z Downloaded blake2 v0.10.6
10482024-03-26T06:39:35.442Z Downloaded base64 v0.13.1
10492024-03-26T06:39:35.445Z Downloaded clap_derive v4.5.0
10502024-03-26T06:39:35.445Z Downloaded clang-sys v1.6.1
10512024-03-26T06:39:35.448Z Downloaded newtype-uuid v1.0.1
10522024-03-26T06:39:35.451Z Downloaded pkcs8 v0.10.2
10532024-03-26T06:39:35.451Z Downloaded const-oid v0.9.6
10542024-03-26T06:39:35.454Z Downloaded compact_str v0.7.1
10552024-03-26T06:39:35.458Z Downloaded anyhow v1.0.79
10562024-03-26T06:39:35.460Z Downloaded usdt-macro v0.5.0
10572024-03-26T06:39:35.460Z Downloaded tower-layer v0.3.2
10582024-03-26T06:39:35.466Z Downloaded nanorand v0.7.0
10592024-03-26T06:39:35.470Z Downloaded polyval v0.6.1
10602024-03-26T06:39:35.470Z Downloaded tokio-rustls v0.25.0
10612024-03-26T06:39:35.470Z Downloaded rand_chacha v0.3.1
10622024-03-26T06:39:35.470Z Downloaded base64 v0.22.0
10632024-03-26T06:39:35.475Z Downloaded vte v0.11.1
10642024-03-26T06:39:35.478Z Downloaded vsss-rs v3.3.4
10652024-03-26T06:39:35.478Z Downloaded fastrand v2.0.1
10662024-03-26T06:39:35.481Z Downloaded olpc-cjson v0.1.3
10672024-03-26T06:39:35.481Z Downloaded multimap v0.10.0
10682024-03-26T06:39:35.481Z Downloaded thiserror-impl-no-std v2.0.2
10692024-03-26T06:39:35.485Z Downloaded clap v4.5.1
10702024-03-26T06:39:35.489Z Downloaded num-conv v0.1.0
10712024-03-26T06:39:35.492Z Downloaded env_logger v0.9.3
10722024-03-26T06:39:35.492Z Downloaded ecdsa v0.16.9
10732024-03-26T06:39:35.495Z Downloaded parse-display-derive v0.9.0
10742024-03-26T06:39:35.498Z Downloaded hashbrown v0.13.2
10752024-03-26T06:39:35.501Z Downloaded rand_chacha v0.2.2
10762024-03-26T06:39:35.501Z Downloaded hashbrown v0.12.3
10772024-03-26T06:39:35.506Z Downloaded serde_tokenstream v0.1.7
10782024-03-26T06:39:35.509Z Downloaded semver-parser v0.10.2
10792024-03-26T06:39:35.511Z Downloaded derive_builder_core v0.12.0
10802024-03-26T06:39:35.511Z Downloaded sha1 v0.10.6
10812024-03-26T06:39:35.514Z Downloaded chacha20poly1305 v0.10.1
10822024-03-26T06:39:35.514Z Downloaded cc v1.0.83
10832024-03-26T06:39:35.521Z Downloaded tempdir v0.3.7
10842024-03-26T06:39:35.524Z Downloaded supports-color v3.0.0
10852024-03-26T06:39:35.524Z Downloaded uuid v0.8.2
10862024-03-26T06:39:35.524Z Downloaded indicatif v0.17.8
10872024-03-26T06:39:35.530Z Downloaded tiny-keccak v2.0.2
10882024-03-26T06:39:35.544Z Downloaded packed_struct_codegen v0.10.1
10892024-03-26T06:39:35.544Z Downloaded toml v0.7.8
10902024-03-26T06:39:35.544Z Downloaded rpassword v7.3.1
10912024-03-26T06:39:35.544Z Downloaded toml v0.5.11
10922024-03-26T06:39:35.566Z Downloaded version_check v0.9.4
10932024-03-26T06:39:35.566Z Downloaded vec_map v0.8.2
10942024-03-26T06:39:35.566Z Downloaded universal-hash v0.5.1
10952024-03-26T06:39:35.566Z Downloaded spin v0.9.8
10962024-03-26T06:39:35.566Z Downloaded target-spec v3.1.0
10972024-03-26T06:39:35.567Z Downloaded slog-json v2.6.1
10982024-03-26T06:39:35.567Z Downloaded psl-types v2.0.11
10992024-03-26T06:39:35.567Z Downloaded tracing-attributes v0.1.27
11002024-03-26T06:39:35.567Z Downloaded topological-sort v0.2.2
11012024-03-26T06:39:35.567Z Downloaded toolchain_find v0.2.0
11022024-03-26T06:39:35.567Z Downloaded serde_derive v1.0.197
11032024-03-26T06:39:35.567Z Downloaded indexmap v2.2.5
11042024-03-26T06:39:35.567Z Downloaded xattr v1.0.1
11052024-03-26T06:39:35.567Z Downloaded defmt-macros v0.3.6
11062024-03-26T06:39:35.567Z Downloaded crc-catalog v2.2.0
11072024-03-26T06:39:35.568Z Downloaded difflib v0.4.0
11082024-03-26T06:39:35.572Z Downloaded crc v3.0.1
11092024-03-26T06:39:35.572Z Downloaded cpufeatures v0.2.12
11102024-03-26T06:39:35.572Z Downloaded errno v0.3.8
11112024-03-26T06:39:35.572Z Downloaded digest v0.10.7
11122024-03-26T06:39:35.572Z Downloaded take_mut v0.2.2
11132024-03-26T06:39:35.578Z Downloaded macaddr v1.0.1
11142024-03-26T06:39:35.578Z Downloaded sha2 v0.10.8
11152024-03-26T06:39:35.578Z Downloaded debug-ignore v1.0.5
11162024-03-26T06:39:35.586Z Downloaded time-core v0.1.2
11172024-03-26T06:39:35.587Z Downloaded mockall v0.12.0
11182024-03-26T06:39:35.587Z Downloaded lru-cache v0.1.2
11192024-03-26T06:39:35.587Z Downloaded num_enum v0.7.2
11202024-03-26T06:39:35.595Z Downloaded semver v1.0.22
11212024-03-26T06:39:35.596Z Downloaded crossbeam-utils v0.8.19
11222024-03-26T06:39:35.596Z Downloaded vte_generate_state_changes v0.1.1
11232024-03-26T06:39:35.596Z Downloaded strum_macros v0.24.3
11242024-03-26T06:39:35.596Z Downloaded slog-term v2.9.0
11252024-03-26T06:39:35.599Z Downloaded parking_lot v0.11.2
11262024-03-26T06:39:35.599Z Downloaded target-lexicon v0.12.13
11272024-03-26T06:39:35.599Z Downloaded rand_xorshift v0.3.0
11282024-03-26T06:39:35.603Z Downloaded log v0.4.21
11292024-03-26T06:39:35.603Z Downloaded postcard v1.0.8
11302024-03-26T06:39:35.606Z Downloaded time-macros v0.2.17
11312024-03-26T06:39:35.609Z Downloaded plain v0.2.3
11322024-03-26T06:39:35.609Z Downloaded rcgen v0.12.1
11332024-03-26T06:39:35.615Z Downloaded dhcproto-macros v0.1.0
11342024-03-26T06:39:35.615Z Downloaded crunchy v0.2.2
11352024-03-26T06:39:35.618Z Downloaded crucible-workspace-hack v0.1.0
11362024-03-26T06:39:35.618Z Downloaded untrusted v0.7.1
11372024-03-26T06:39:35.618Z Downloaded lru v0.12.1
11382024-03-26T06:39:35.618Z Downloaded enum-as-inner v0.5.1
11392024-03-26T06:39:35.618Z Downloaded pin-project-internal v1.1.3
11402024-03-26T06:39:35.621Z Downloaded fatfs v0.3.6
11412024-03-26T06:39:35.621Z Downloaded pin-utils v0.1.0
11422024-03-26T06:39:35.625Z Downloaded pem-rfc7468 v0.7.0
11432024-03-26T06:39:35.628Z Downloaded rustls-native-certs v0.7.0
11442024-03-26T06:39:35.628Z Downloaded tracing-core v0.1.32
11452024-03-26T06:39:35.631Z Downloaded unicode-bidi v0.3.15
11462024-03-26T06:39:35.641Z Downloaded hashbrown v0.14.3
11472024-03-26T06:39:35.644Z Downloaded strsim v0.10.0
11482024-03-26T06:39:35.644Z Downloaded signature v1.6.4
11492024-03-26T06:39:35.644Z Downloaded openssl-probe v0.1.5
11502024-03-26T06:39:35.644Z Downloaded string_cache v0.8.7
11512024-03-26T06:39:35.644Z Downloaded signal-hook-registry v1.4.1
11522024-03-26T06:39:35.647Z Downloaded strsim v0.8.0
11532024-03-26T06:39:35.647Z Downloaded opaque-debug v0.3.0
11542024-03-26T06:39:35.647Z Downloaded signal-hook-tokio v0.3.1
11552024-03-26T06:39:35.647Z Downloaded sec1 v0.7.3
11562024-03-26T06:39:35.650Z Downloaded sct v0.7.0
11572024-03-26T06:39:35.653Z Downloaded toml_datetime v0.6.5
11582024-03-26T06:39:35.653Z Downloaded textwrap v0.11.0
11592024-03-26T06:39:35.656Z Downloaded num-complex v0.4.4
11602024-03-26T06:39:35.660Z Downloaded ryu v1.0.15
11612024-03-26T06:39:35.663Z Downloaded darling_core v0.20.3
11622024-03-26T06:39:35.666Z Downloaded swrite v0.1.0
11632024-03-26T06:39:35.666Z Downloaded proc-macro-error v1.0.4
11642024-03-26T06:39:35.670Z Downloaded yansi v0.5.1
11652024-03-26T06:39:35.670Z Downloaded pkg-config v0.3.27
11662024-03-26T06:39:35.673Z Downloaded tinytemplate v1.2.1
11672024-03-26T06:39:35.673Z Downloaded pkcs1 v0.7.5
11682024-03-26T06:39:35.676Z Downloaded tar v0.4.40
11692024-03-26T06:39:35.682Z Downloaded serde-big-array v0.4.1
11702024-03-26T06:39:35.682Z Downloaded p256 v0.13.2
11712024-03-26T06:39:35.685Z Downloaded guppy v0.17.5
11722024-03-26T06:39:35.688Z Downloaded http v1.0.0
11732024-03-26T06:39:35.691Z Downloaded password-hash v0.5.0
11742024-03-26T06:39:35.694Z Downloaded either v1.10.0
11752024-03-26T06:39:35.694Z Downloaded http v0.2.12
11762024-03-26T06:39:35.698Z Downloaded fixedbitset v0.4.2
11772024-03-26T06:39:35.702Z Downloaded filetime v0.2.23
11782024-03-26T06:39:35.702Z Downloaded pin-project-lite v0.2.13
11792024-03-26T06:39:35.705Z Downloaded openssl-macros v0.1.1
11802024-03-26T06:39:35.708Z Downloaded flagset v0.4.3
11812024-03-26T06:39:35.708Z Downloaded erased-serde v0.3.31
11822024-03-26T06:39:35.712Z Downloaded tracing v0.1.40
11832024-03-26T06:39:35.715Z Downloaded foreign-types v0.3.2
11842024-03-26T06:39:35.715Z Downloaded downcast v0.11.0
11852024-03-26T06:39:35.718Z Downloaded tap v1.0.1
11862024-03-26T06:39:35.718Z Downloaded env_logger v0.10.0
11872024-03-26T06:39:35.721Z Downloaded itertools v0.10.5
11882024-03-26T06:39:35.725Z Downloaded proc-macro-error-attr v1.0.4
11892024-03-26T06:39:35.728Z Downloaded normalize-line-endings v0.3.0
11902024-03-26T06:39:35.728Z Downloaded omicron-zone-package v0.11.0
11912024-03-26T06:39:35.731Z Downloaded rustc_version v0.4.0
11922024-03-26T06:39:35.734Z Downloaded shlex v1.3.0
11932024-03-26T06:39:35.734Z Downloaded tui-tree-widget v0.17.0
11942024-03-26T06:39:35.734Z Downloaded structmeta-derive v0.2.0
11952024-03-26T06:39:35.737Z Downloaded signature v2.1.0
11962024-03-26T06:39:35.737Z Downloaded zerocopy-derive v0.7.32
11972024-03-26T06:39:35.744Z Downloaded shell-words v1.1.0
11982024-03-26T06:39:35.747Z Downloaded oso v0.27.0
11992024-03-26T06:39:35.747Z Downloaded percent-encoding v2.3.1
12002024-03-26T06:39:35.747Z Downloaded oorandom v11.1.3
12012024-03-26T06:39:35.750Z Downloaded unicode-xid v0.2.4
12022024-03-26T06:39:35.750Z Downloaded aho-corasick v1.1.2
12032024-03-26T06:39:35.754Z Downloaded rsa v0.9.2
12042024-03-26T06:39:35.758Z Downloaded crc-any v2.4.3
12052024-03-26T06:39:35.762Z Downloaded rand_seeder v0.2.3
12062024-03-26T06:39:35.765Z Downloaded termtree v0.4.1
12072024-03-26T06:39:35.765Z Downloaded zeroize v1.7.0
12082024-03-26T06:39:35.765Z Downloaded zerocopy v0.3.0
12092024-03-26T06:39:35.768Z Downloaded h2 v0.3.24
12102024-03-26T06:39:35.773Z Downloaded ctr v0.9.2
12112024-03-26T06:39:35.776Z Downloaded dirs-sys v0.4.1
12122024-03-26T06:39:35.776Z Downloaded waitgroup v0.1.2
12132024-03-26T06:39:35.779Z Downloaded usdt-attr-macro v0.3.5
12142024-03-26T06:39:35.779Z Downloaded rand v0.7.3
12152024-03-26T06:39:35.782Z Downloaded mockall_derive v0.12.0
12162024-03-26T06:39:35.785Z Downloaded linked-hash-map v0.5.6
12172024-03-26T06:39:35.785Z Downloaded embedded-io v0.4.0
12182024-03-26T06:39:35.789Z Downloaded ron v0.7.1
12192024-03-26T06:39:35.792Z Downloaded tinyvec v1.6.0
12202024-03-26T06:39:35.796Z Downloaded try-lock v0.2.4
12212024-03-26T06:39:35.796Z Downloaded itertools v0.12.1
12222024-03-26T06:39:35.803Z Downloaded dtrace-parser v0.2.0
12232024-03-26T06:39:35.809Z Downloaded dtrace-parser v0.1.14
12242024-03-26T06:39:35.809Z Downloaded predicates-core v1.0.6
12252024-03-26T06:39:35.809Z Downloaded pem v3.0.2
12262024-03-26T06:39:35.814Z Downloaded multer v3.0.0
12272024-03-26T06:39:35.814Z Downloaded mime_guess v2.0.4
12282024-03-26T06:39:35.814Z Downloaded papergrid v0.11.0
12292024-03-26T06:39:35.817Z Downloaded nodrop v0.1.14
12302024-03-26T06:39:35.817Z Downloaded rustls-pki-types v1.3.0
12312024-03-26T06:39:35.820Z Downloaded rustls-pemfile v2.1.1
12322024-03-26T06:39:35.823Z Downloaded rstest v0.18.2
12332024-03-26T06:39:35.826Z Downloaded aes v0.8.3
12342024-03-26T06:39:35.830Z Downloaded predicates v3.1.0
12352024-03-26T06:39:35.833Z Downloaded tokio-rustls v0.24.1
12362024-03-26T06:39:35.837Z Downloaded crc32fast v1.3.2
12372024-03-26T06:39:35.837Z Downloaded phf v0.11.2
12382024-03-26T06:39:35.840Z Downloaded unicode_categories v0.1.1
12392024-03-26T06:39:35.840Z Downloaded precomputed-hash v0.1.1
12402024-03-26T06:39:35.840Z Downloaded der_derive v0.7.2
12412024-03-26T06:39:35.844Z Downloaded plotters-svg v0.3.5
12422024-03-26T06:39:35.844Z Downloaded sqlparser_derive v0.2.2
12432024-03-26T06:39:35.847Z Downloaded r2d2 v0.8.10
12442024-03-26T06:39:35.847Z Downloaded tinyvec_macros v0.1.1
12452024-03-26T06:39:35.847Z Downloaded sync_wrapper v0.1.2
12462024-03-26T06:39:35.847Z Downloaded stability v0.1.1
12472024-03-26T06:39:35.850Z Downloaded ref-cast-impl v1.0.20
12482024-03-26T06:39:35.850Z Downloaded ref-cast v1.0.20
12492024-03-26T06:39:35.853Z Downloaded ena v0.14.2
12502024-03-26T06:39:35.853Z Downloaded strum_macros v0.25.2
12512024-03-26T06:39:35.856Z Downloaded walkdir v2.4.0
12522024-03-26T06:39:35.859Z Downloaded rand_core v0.5.1
12532024-03-26T06:39:35.859Z Downloaded dhcproto v0.11.0
12542024-03-26T06:39:35.862Z Downloaded miniz_oxide v0.7.1
12552024-03-26T06:39:35.865Z Downloaded curve25519-dalek-derive v0.1.0
12562024-03-26T06:39:35.865Z Downloaded reedline v0.30.0
12572024-03-26T06:39:35.874Z Downloaded linear-map v1.2.0
12582024-03-26T06:39:35.877Z Downloaded mime v0.3.17
12592024-03-26T06:39:35.877Z Downloaded memoffset v0.7.1
12602024-03-26T06:39:35.878Z Downloaded termios v0.3.3
12612024-03-26T06:39:35.878Z Downloaded terminal_size v0.3.0
12622024-03-26T06:39:35.881Z Downloaded wait-timeout v0.2.0
12632024-03-26T06:39:35.881Z Downloaded crypto-bigint v0.5.2
12642024-03-26T06:39:35.886Z Downloaded usdt-macro v0.3.5
12652024-03-26T06:39:35.889Z Downloaded similar v2.4.0
12662024-03-26T06:39:35.892Z Downloaded ed25519-dalek v2.0.0
12672024-03-26T06:39:35.895Z Downloaded tungstenite v0.20.1
12682024-03-26T06:39:35.898Z Downloaded md5 v0.7.0
12692024-03-26T06:39:35.901Z Downloaded packed_struct v0.10.1
12702024-03-26T06:39:35.901Z Downloaded newtype_derive v0.1.6
12712024-03-26T06:39:35.905Z Downloaded ff v0.13.0
12722024-03-26T06:39:35.906Z Downloaded unsafe-libyaml v0.2.10
12732024-03-26T06:39:35.909Z Downloaded parking_lot_core v0.8.6
12742024-03-26T06:39:35.912Z Downloaded serde-big-array v0.5.1
12752024-03-26T06:39:35.912Z Downloaded num_enum_derive v0.5.11
12762024-03-26T06:39:35.912Z Downloaded aes-gcm v0.10.3
12772024-03-26T06:39:35.916Z Downloaded predicates-tree v1.0.9
12782024-03-26T06:39:35.919Z Downloaded radium v0.7.0
12792024-03-26T06:39:35.919Z Downloaded want v0.3.1
12802024-03-26T06:39:35.919Z Downloaded threadpool v1.8.1
12812024-03-26T06:39:35.924Z Downloaded thread-id v4.2.0
12822024-03-26T06:39:35.924Z Downloaded flate2 v1.0.28
12832024-03-26T06:39:35.927Z Downloaded serde_with_macros v3.6.1
12842024-03-26T06:39:35.930Z Downloaded openssl-sys v0.9.96
12852024-03-26T06:39:35.936Z Downloaded constant_time_eq v0.3.0
12862024-03-26T06:39:35.946Z Downloaded unicode-ident v1.0.12
12872024-03-26T06:39:35.946Z Downloaded num v0.4.1
12882024-03-26T06:39:35.947Z Downloaded ed25519 v2.2.2
12892024-03-26T06:39:35.951Z Downloaded publicsuffix v2.2.3
12902024-03-26T06:39:35.951Z Downloaded tower v0.4.13
12912024-03-26T06:39:35.957Z Downloaded sqlformat v0.2.3
12922024-03-26T06:39:35.957Z Downloaded memmap2 v0.7.1
12932024-03-26T06:39:35.960Z Downloaded steno v0.4.0
12942024-03-26T06:39:35.960Z Downloaded toml_edit v0.22.6
12952024-03-26T06:39:35.980Z Downloaded pretty-hex v0.4.1
12962024-03-26T06:39:35.984Z Downloaded path-slash v0.1.5
12972024-03-26T06:39:35.984Z Downloaded endian-type v0.1.2
12982024-03-26T06:39:35.984Z Downloaded serde_repr v0.1.16
12992024-03-26T06:39:35.986Z Downloaded serde_plain v1.0.2
13002024-03-26T06:39:35.987Z Downloaded serde_path_to_error v0.1.16
13012024-03-26T06:39:35.990Z Downloaded same-file v1.0.6
13022024-03-26T06:39:35.990Z Downloaded test-strategy v0.3.1
13032024-03-26T06:39:35.993Z Downloaded oso-derive v0.27.0
13042024-03-26T06:39:35.996Z Downloaded diesel_table_macro_syntax v0.1.0
13052024-03-26T06:39:35.996Z Downloaded serde_yaml v0.9.25
13062024-03-26T06:39:36.000Z Downloaded num_cpus v1.16.0
13072024-03-26T06:39:36.006Z Downloaded num-iter v0.1.44
13082024-03-26T06:39:36.006Z Downloaded num-integer v0.1.46
13092024-03-26T06:39:36.006Z Downloaded num-derive v0.4.0
13102024-03-26T06:39:36.006Z Downloaded csv-core v0.1.11
13112024-03-26T06:39:36.010Z Downloaded md-5 v0.10.5
13122024-03-26T06:39:36.010Z Downloaded parse-size v1.0.0
13132024-03-26T06:39:36.010Z Downloaded usdt v0.5.0
13142024-03-26T06:39:36.010Z Downloaded usdt v0.3.5
13152024-03-26T06:39:36.010Z Downloaded structmeta-derive v0.3.0
13162024-03-26T06:39:36.014Z Downloaded x509-cert v0.2.4
13172024-03-26T06:39:36.017Z Downloaded convert_case v0.4.0
13182024-03-26T06:39:36.028Z Downloaded zeroize_derive v1.4.2
13192024-03-26T06:39:36.028Z Downloaded tokio-macros v2.2.0
13202024-03-26T06:39:36.028Z Downloaded trybuild v1.0.89
13212024-03-26T06:39:36.031Z Downloaded uuid v1.7.0
13222024-03-26T06:39:36.031Z Downloaded blake3 v1.5.0
13232024-03-26T06:39:36.035Z Downloaded primeorder v0.13.6
13242024-03-26T06:39:36.035Z Downloaded winnow v0.6.1
13252024-03-26T06:39:36.043Z Downloaded slab v0.4.9
13262024-03-26T06:39:36.046Z Downloaded scopeguard v1.2.0
13272024-03-26T06:39:36.046Z Downloaded tokio-postgres v0.7.10
13282024-03-26T06:39:36.050Z Downloaded option-ext v0.2.0
13292024-03-26T06:39:36.053Z Downloaded parse-display v0.9.0
13302024-03-26T06:39:36.053Z Downloaded fallible-iterator v0.2.0
13312024-03-26T06:39:36.056Z Downloaded libxml v0.3.3
13322024-03-26T06:39:36.060Z Downloaded structmeta v0.3.0
13332024-03-26T06:39:36.070Z Downloaded nu-ansi-term v0.50.0
13342024-03-26T06:39:36.070Z Downloaded rustversion v1.0.14
13352024-03-26T06:39:36.071Z Downloaded trust-dns-resolver v0.22.0
13362024-03-26T06:39:36.074Z Downloaded number_prefix v0.4.0
13372024-03-26T06:39:36.074Z Downloaded num_enum v0.5.11
13382024-03-26T06:39:36.074Z Downloaded usdt-impl v0.3.5
13392024-03-26T06:39:36.077Z Downloaded tokio-tungstenite v0.21.0
13402024-03-26T06:39:36.077Z Downloaded remove_dir_all v0.5.3
13412024-03-26T06:39:36.080Z Downloaded whoami v1.5.0
13422024-03-26T06:39:36.080Z Downloaded snafu v0.7.5
13432024-03-26T06:39:36.086Z Downloaded display-error-chain v0.2.0
13442024-03-26T06:39:36.092Z Downloaded smallvec v0.6.14
13452024-03-26T06:39:36.092Z Downloaded yasna v0.5.2
13462024-03-26T06:39:36.095Z Downloaded trust-dns-server v0.22.1
13472024-03-26T06:39:36.095Z Downloaded termcolor v1.2.0
13482024-03-26T06:39:36.098Z Downloaded hyper v0.14.28
13492024-03-26T06:39:36.103Z Downloaded num_threads v0.1.6
13502024-03-26T06:39:36.108Z Downloaded foreign-types-shared v0.1.1
13512024-03-26T06:39:36.108Z Downloaded strum v0.26.1
13522024-03-26T06:39:36.108Z Downloaded relative-path v1.9.0
13532024-03-26T06:39:36.111Z Downloaded expectorate v1.1.0
13542024-03-26T06:39:36.111Z Downloaded tempfile v3.10.0
13552024-03-26T06:39:36.114Z Downloaded rustls-pemfile v1.0.3
13562024-03-26T06:39:36.114Z Downloaded rustc_version v0.1.7
13572024-03-26T06:39:36.115Z Downloaded smallvec v1.13.1
13582024-03-26T06:39:36.118Z Downloaded darling_core v0.14.4
13592024-03-26T06:39:36.121Z Downloaded peeking_take_while v0.1.2
13602024-03-26T06:39:36.124Z Downloaded foreign-types-macros v0.2.3
13612024-03-26T06:39:36.124Z Downloaded strsim v0.11.0
13622024-03-26T06:39:36.124Z Downloaded term v0.7.0
13632024-03-26T06:39:36.127Z Downloaded proptest v1.4.0
13642024-03-26T06:39:36.135Z Downloaded tokio-native-tls v0.3.1
13652024-03-26T06:39:36.138Z Downloaded thiserror v1.0.57
13662024-03-26T06:39:36.148Z Downloaded subtle v2.5.0
13672024-03-26T06:39:36.151Z Downloaded defmt-parser v0.3.3
13682024-03-26T06:39:36.151Z Downloaded dirs v5.0.1
13692024-03-26T06:39:36.151Z Downloaded resolv-conf v0.7.0
13702024-03-26T06:39:36.151Z Downloaded fnv v1.0.7
13712024-03-26T06:39:36.151Z Downloaded proc-macro2 v1.0.78
13722024-03-26T06:39:36.151Z Downloaded time v0.3.34
13732024-03-26T06:39:36.156Z Downloaded pest_derive v2.7.6
13742024-03-26T06:39:36.159Z Downloaded memchr v2.7.1
13752024-03-26T06:39:36.163Z Downloaded foreign-types v0.5.0
13762024-03-26T06:39:36.166Z Downloaded fd-lock v3.0.13
13772024-03-26T06:39:36.166Z Downloaded quick-xml v0.30.0
13782024-03-26T06:39:36.171Z Downloaded secrecy v0.8.0
13792024-03-26T06:39:36.174Z Downloaded crossbeam-deque v0.8.3
13802024-03-26T06:39:36.174Z Downloaded socket2 v0.4.9
13812024-03-26T06:39:36.178Z Downloaded diesel_derives v2.1.2
13822024-03-26T06:39:36.181Z Downloaded serde_with v3.6.1
13832024-03-26T06:39:36.185Z Downloaded paste v1.0.14
13842024-03-26T06:39:36.189Z Downloaded static_assertions v1.1.0
13852024-03-26T06:39:36.193Z Downloaded partial-io v0.5.4
13862024-03-26T06:39:36.193Z Downloaded serde_spanned v0.6.5
13872024-03-26T06:39:36.193Z Downloaded semver v0.1.20
13882024-03-26T06:39:36.196Z Downloaded owo-colors v4.0.0
13892024-03-26T06:39:36.196Z Downloaded rtoolbox v0.0.1
13902024-03-26T06:39:36.199Z Downloaded pest_generator v2.7.6
13912024-03-26T06:39:36.199Z Downloaded tokio-tungstenite v0.20.1
13922024-03-26T06:39:36.202Z Downloaded stable_deref_trait v1.2.0
13932024-03-26T06:39:36.202Z Downloaded spin v0.5.2
13942024-03-26T06:39:36.202Z Downloaded toml v0.8.10
13952024-03-26T06:39:36.209Z Downloaded once_cell v1.19.0
13962024-03-26T06:39:36.212Z Downloaded zip v0.6.6
13972024-03-26T06:39:36.212Z Downloaded password-hash v0.4.2
13982024-03-26T06:39:36.216Z Downloaded typenum v1.16.0
13992024-03-26T06:39:36.216Z Downloaded lock_api v0.4.10
14002024-03-26T06:39:36.219Z Downloaded slog v2.7.0
14012024-03-26T06:39:36.227Z Downloaded platforms v3.0.2
14022024-03-26T06:39:36.228Z Downloaded schemars_derive v0.8.16
14032024-03-26T06:39:36.228Z Downloaded criterion-plot v0.5.0
14042024-03-26T06:39:36.228Z Downloaded darling v0.14.4
14052024-03-26T06:39:36.231Z Downloaded salty v0.2.0
14062024-03-26T06:39:36.234Z Downloaded socket2 v0.5.5
14072024-03-26T06:39:36.234Z Downloaded cookie v0.17.0
14082024-03-26T06:39:36.237Z Downloaded tungstenite v0.21.0
14092024-03-26T06:39:36.240Z Downloaded derive-where v1.2.7
14102024-03-26T06:39:36.243Z Downloaded num-bigint v0.4.4
14112024-03-26T06:39:36.250Z Downloaded nom v7.1.3
14122024-03-26T06:39:36.257Z Downloaded subprocess v0.2.9
14132024-03-26T06:39:36.260Z Downloaded darling v0.20.3
14142024-03-26T06:39:36.260Z Downloaded url v2.5.0
14152024-03-26T06:39:36.260Z Downloaded elliptic-curve v0.13.8
14162024-03-26T06:39:36.264Z Downloaded cookie v0.18.0
14172024-03-26T06:39:36.267Z Downloaded unicode-normalization v0.1.22
14182024-03-26T06:39:36.270Z Downloaded tabled v0.15.0
14192024-03-26T06:39:36.285Z Downloaded pest_meta v2.7.6
14202024-03-26T06:39:36.288Z Downloaded textwrap v0.16.1
14212024-03-26T06:39:36.288Z Downloaded typed-path v0.7.0
14222024-03-26T06:39:36.295Z Downloaded pest v2.7.6
14232024-03-26T06:39:36.298Z Downloaded bitvec v1.0.1
14242024-03-26T06:39:36.312Z Downloaded prettyplease v0.2.16
14252024-03-26T06:39:36.316Z Downloaded toml_edit v0.19.15
14262024-03-26T06:39:36.331Z Downloaded crossbeam-channel v0.5.8
14272024-03-26T06:39:36.336Z Downloaded rustyline v13.0.0
14282024-03-26T06:39:36.340Z Downloaded der v0.7.8
14292024-03-26T06:39:36.344Z Downloaded trust-dns-client v0.22.0
14302024-03-26T06:39:36.364Z Downloaded tokio-util v0.7.10
14312024-03-26T06:39:36.368Z Downloaded idna v0.3.0
14322024-03-26T06:39:36.368Z Downloaded num-bigint-dig v0.8.4
14332024-03-26T06:39:36.376Z Downloaded p521 v0.13.3
14342024-03-26T06:39:36.376Z Downloaded idna v0.2.3
14352024-03-26T06:39:36.381Z Downloaded pretty_assertions v1.4.0
14362024-03-26T06:39:36.381Z Downloaded zerocopy v0.7.32
14372024-03-26T06:39:36.394Z Downloaded russh v0.42.0
14382024-03-26T06:39:36.399Z Downloaded plotters v0.3.5
14392024-03-26T06:39:36.407Z Downloaded openssl v0.10.60
14402024-03-26T06:39:36.422Z Downloaded vcpkg v0.2.15
14412024-03-26T06:39:36.456Z Downloaded object v0.32.1
14422024-03-26T06:39:36.462Z Downloaded bstr v0.2.17
14432024-03-26T06:39:36.471Z Downloaded rustls-webpki v0.102.1
14442024-03-26T06:39:36.491Z Downloaded reqwest v0.11.24
14452024-03-26T06:39:36.495Z Downloaded crossterm v0.27.0
14462024-03-26T06:39:36.500Z Downloaded nix v0.27.1
14472024-03-26T06:39:36.511Z Downloaded syn v2.0.52
14482024-03-26T06:39:36.521Z Downloaded syn v1.0.109
14492024-03-26T06:39:36.531Z Downloaded rustls-webpki v0.101.7
14502024-03-26T06:39:36.544Z Downloaded petgraph v0.6.4
14512024-03-26T06:39:36.559Z Downloaded regex-syntax v0.6.29
14522024-03-26T06:39:36.566Z Downloaded webpki-roots v0.25.2
14532024-03-26T06:39:36.569Z Downloaded smoltcp v0.11.0
14542024-03-26T06:39:36.582Z Downloaded rustls v0.22.2
14552024-03-26T06:39:36.595Z Downloaded diesel v2.1.4
14562024-03-26T06:39:36.624Z Downloaded openapiv3 v2.0.0
14572024-03-26T06:39:36.633Z Downloaded trust-dns-proto v0.22.0
14582024-03-26T06:39:36.645Z Downloaded bzip2-sys v0.1.11+1.0.8
14592024-03-26T06:39:36.657Z Downloaded rustls v0.21.9
14602024-03-26T06:39:36.667Z Downloaded sled v0.34.7
14612024-03-26T06:39:36.677Z Downloaded ratatui v0.26.1
14622024-03-26T06:39:36.695Z Downloaded rustix v0.38.31
14632024-03-26T06:39:36.715Z Downloaded zerocopy-derive v0.6.4
14642024-03-26T06:39:36.725Z Downloaded zerocopy-derive v0.2.0
14652024-03-26T06:39:36.733Z Downloaded object v0.30.4
14662024-03-26T06:39:36.745Z Downloaded curve25519-dalek v4.1.1
14672024-03-26T06:39:36.752Z Downloaded winapi v0.3.9
14682024-03-26T06:39:36.791Z Downloaded encoding_rs v0.8.33
14692024-03-26T06:39:36.811Z Downloaded libc v0.2.153
14702024-03-26T06:39:36.837Z Downloaded regex-automata v0.4.5
14712024-03-26T06:39:36.857Z Downloaded tokio v1.36.0
14722024-03-26T06:39:36.889Z Downloaded regress v0.9.0
14732024-03-26T06:39:36.895Z Downloaded regex v1.10.3
14742024-03-26T06:39:36.907Z Downloaded polar-core v0.27.0
14752024-03-26T06:39:36.915Z Downloaded smoltcp v0.9.1
14762024-03-26T06:39:36.925Z Downloaded csv v1.3.0
14772024-03-26T06:39:36.949Z Downloaded sha3 v0.10.8
14782024-03-26T06:39:36.954Z Downloaded radix_trie v0.2.1
14792024-03-26T06:39:36.958Z Downloaded bstr v1.9.0
14802024-03-26T06:39:36.968Z Downloaded regex-syntax v0.8.2
14812024-03-26T06:39:36.976Z Downloaded idna v0.5.0
14822024-03-26T06:39:36.982Z Downloaded sqlparser v0.43.1
14832024-03-26T06:39:36.987Z Downloaded chrono v0.4.34
14842024-03-26T06:39:36.995Z Downloaded ucd-trie v0.1.6
14852024-03-26T06:39:36.999Z Downloaded strum_macros v0.26.1
14862024-03-26T06:39:37.002Z Downloaded lalrpop v0.19.12
14872024-03-26T06:39:37.008Z Downloaded regex-automata v0.1.10
14882024-03-26T06:39:37.013Z Downloaded gimli v0.28.0
14892024-03-26T06:39:37.021Z Downloaded bindgen v0.69.2
14902024-03-26T06:39:37.027Z Downloaded deranged v0.3.11
14912024-03-26T06:39:37.030Z Downloaded managed v0.8.0
14922024-03-26T06:39:37.030Z Downloaded fd-lock v4.0.2
14932024-03-26T06:39:37.033Z Downloaded unarray v0.1.4
14942024-03-26T06:39:37.033Z Downloaded tokio-stream v0.1.14
14952024-03-26T06:39:37.036Z Downloaded minimal-lexical v0.2.1
14962024-03-26T06:39:37.040Z Downloaded rayon v1.9.0
14972024-03-26T06:39:37.049Z Downloaded rstest_macros v0.18.2
14982024-03-26T06:39:37.055Z Downloaded clap v2.34.0
14992024-03-26T06:39:37.058Z Downloaded unicode-segmentation v1.10.1
15002024-03-26T06:39:37.061Z Downloaded tough v0.16.0
15012024-03-26T06:39:37.067Z Downloaded dirs-sys-next v0.1.2
15022024-03-26T06:39:37.070Z Downloaded utf8parse v0.2.1
15032024-03-26T06:39:37.070Z Downloaded serde v1.0.197
15042024-03-26T06:39:37.074Z Downloaded structmeta v0.2.0
15052024-03-26T06:39:37.074Z Downloaded clap_builder v4.5.1
15062024-03-26T06:39:37.079Z Downloaded serde_json v1.0.114
15072024-03-26T06:39:37.085Z Downloaded which v4.4.0
15082024-03-26T06:39:37.088Z Downloaded usdt-impl v0.5.0
15092024-03-26T06:39:37.088Z Downloaded crossbeam-epoch v0.9.18
15102024-03-26T06:39:37.091Z Downloaded rand v0.4.6
15112024-03-26T06:39:37.094Z Downloaded derive_more v0.99.17
15122024-03-26T06:39:37.097Z Downloaded mio v0.8.11
15132024-03-26T06:39:37.102Z Downloaded rustfmt-wrapper v0.2.0
15142024-03-26T06:39:37.107Z Downloaded proc-macro-crate v1.3.1
15152024-03-26T06:39:37.107Z Downloaded pretty-hex v0.2.1
15162024-03-26T06:39:37.107Z Downloaded nibble_vec v0.1.0
15172024-03-26T06:39:37.110Z Downloaded memmap v0.7.0
15182024-03-26T06:39:37.110Z Downloaded dof v0.1.5
15192024-03-26T06:39:37.110Z Downloaded utf-8 v0.7.6
15202024-03-26T06:39:37.110Z Downloaded parking_lot_core v0.9.8
15212024-03-26T06:39:37.113Z Downloaded num_enum_derive v0.7.2
15222024-03-26T06:39:37.113Z Downloaded parking_lot v0.12.1
15232024-03-26T06:39:37.116Z Downloaded hyper v1.1.0
15242024-03-26T06:39:37.119Z Downloaded hkdf v0.12.4
15252024-03-26T06:39:37.124Z Downloaded criterion v0.5.1
15262024-03-26T06:39:37.128Z Downloaded winnow v0.5.15
15272024-03-26T06:39:37.135Z Downloaded dof v0.3.0
15282024-03-26T06:39:37.138Z Downloaded zone v0.1.8
15292024-03-26T06:39:37.138Z Downloaded serde_urlencoded v0.7.1
15302024-03-26T06:39:37.138Z Downloaded serde_tokenstream v0.2.0
15312024-03-26T06:39:37.141Z Downloaded zerocopy v0.6.4
15322024-03-26T06:39:37.143Z Downloaded snafu-derive v0.7.5
15332024-03-26T06:39:37.146Z Downloaded ron v0.8.1
15342024-03-26T06:39:37.149Z Downloaded datatest-stable v0.2.3
15352024-03-26T06:39:37.152Z Downloaded data-encoding v2.4.0
15362024-03-26T06:39:37.153Z Downloaded portable-atomic v1.4.3
15372024-03-26T06:39:37.160Z Downloaded num-traits v0.2.18
15382024-03-26T06:39:37.163Z Downloaded num-rational v0.4.1
15392024-03-26T06:39:37.163Z Downloaded quick-error v1.2.3
15402024-03-26T06:39:37.163Z Downloaded rand v0.8.5
15412024-03-26T06:39:37.166Z Downloaded pin-project v1.1.3
15422024-03-26T06:39:37.190Z Downloaded signal-hook v0.3.17
15432024-03-26T06:39:37.193Z Downloaded postgres-protocol v0.6.6
15442024-03-26T06:39:37.193Z Downloaded poly1305 v0.8.0
15452024-03-26T06:39:37.193Z Downloaded unicode-linebreak v0.1.5
15462024-03-26T06:39:37.193Z Downloaded unicase v2.7.0
15472024-03-26T06:39:37.193Z Downloaded thread_local v1.1.7
15482024-03-26T06:39:37.193Z Downloaded float-cmp v0.9.0
15492024-03-26T06:39:37.193Z Downloaded derive_builder v0.12.0
15502024-03-26T06:39:37.193Z Downloaded goblin v0.8.0
15512024-03-26T06:39:37.193Z Downloaded futures-util v0.3.30
15522024-03-26T06:39:37.206Z Downloaded libm v0.2.7
15532024-03-26T06:39:37.216Z Downloaded diff v0.1.13
15542024-03-26T06:39:37.219Z Downloaded scroll v0.12.0
15552024-03-26T06:39:37.224Z Downloaded rusty-fork v0.3.0
15562024-03-26T06:39:37.227Z Downloaded rfc6979 v0.4.0
15572024-03-26T06:39:37.227Z Downloaded defmt v0.3.5
15582024-03-26T06:39:37.244Z Downloaded flume v0.11.0
15592024-03-26T06:39:37.247Z Downloaded corncobs v0.1.3
15602024-03-26T06:39:37.247Z Downloaded rayon-core v1.12.1
15612024-03-26T06:39:37.251Z Downloaded wyz v0.5.1
15622024-03-26T06:39:37.254Z Downloaded slog-bunyan v2.5.0
15632024-03-26T06:39:37.254Z Downloaded slog-async v2.8.0
15642024-03-26T06:39:37.257Z Downloaded structopt v0.3.26
15652024-03-26T06:39:37.264Z Downloaded slog-stdlog v4.1.1
15662024-03-26T06:39:37.267Z Downloaded slog-scope v4.4.0
15672024-03-26T06:39:37.267Z Downloaded slog-envlogger v2.2.0
15682024-03-26T06:39:37.283Z Downloaded slog-dtrace v0.3.0
15692024-03-26T06:39:37.283Z Downloaded cfg-expr v0.15.6
15702024-03-26T06:39:37.302Z Downloaded bytes v1.5.0
15712024-03-26T06:39:37.303Z Downloaded native-tls v0.2.11
15722024-03-26T06:39:37.303Z Downloaded schemars v0.8.16
15732024-03-26T06:39:37.308Z Downloaded equivalent v1.0.1
15742024-03-26T06:39:37.308Z Downloaded cookie_store v0.20.0
15752024-03-26T06:39:37.309Z Downloaded cargo_metadata v0.18.1
15762024-03-26T06:39:37.309Z Downloaded basic-toml v0.1.8
15772024-03-26T06:39:37.314Z Downloaded tabled_derive v0.7.0
15782024-03-26T06:39:37.314Z Downloaded siphasher v0.3.11
15792024-03-26T06:39:37.322Z Downloaded serde_derive_internals v0.26.0
15802024-03-26T06:39:37.322Z Downloaded blake2b_simd v1.0.1
15812024-03-26T06:39:37.322Z Downloaded camino v1.1.6
15822024-03-26T06:39:37.327Z Downloaded libefi-sys v0.1.0
15832024-03-26T06:39:37.327Z Downloaded ciborium v0.2.2
15842024-03-26T06:39:37.327Z Downloaded bcs v0.1.6
15852024-03-26T06:39:37.327Z Downloaded base64ct v1.6.0
15862024-03-26T06:39:37.327Z Downloaded strip-ansi-escapes v0.2.0
15872024-03-26T06:39:37.334Z Downloaded spki v0.7.2
15882024-03-26T06:39:37.335Z Downloaded similar-asserts v1.5.0
15892024-03-26T06:39:37.335Z Downloaded ipnet v2.9.0
15902024-03-26T06:39:37.335Z Downloaded indoc v2.0.3
15912024-03-26T06:39:37.341Z Downloaded hyper-rustls v0.24.2
15922024-03-26T06:39:37.341Z Downloaded anstream v0.6.11
15932024-03-26T06:39:37.341Z Downloaded heck v0.4.1
15942024-03-26T06:39:37.342Z Downloaded heck v0.3.3
15952024-03-26T06:39:37.388Z Downloaded ring v0.17.8
15962024-03-26T06:39:37.502Z Downloaded ring v0.16.20
15972024-03-26T06:39:38.213Z Compiling proc-macro2 v1.0.78
15982024-03-26T06:39:38.213Z Compiling unicode-ident v1.0.12
15992024-03-26T06:39:38.225Z Compiling libc v0.2.153
16002024-03-26T06:39:38.226Z Compiling cfg-if v1.0.0
16012024-03-26T06:39:38.226Z Compiling serde v1.0.197
16022024-03-26T06:39:38.263Z Compiling version_check v0.9.4
16032024-03-26T06:39:38.267Z Compiling autocfg v1.1.0
16042024-03-26T06:39:38.267Z Compiling memchr v2.7.1
16052024-03-26T06:39:38.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d8a52f36e2fec96 -C extra-filename=-1d8a52f36e2fec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-03-26T06:39:38.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16132024-03-26T06:39:38.387Z Compiling byteorder v1.5.0
16142024-03-26T06:39:38.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-03-26T06:39:38.484Z Compiling log v0.4.21
16162024-03-26T06:39:38.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2abfed8e51c766cf -C extra-filename=-2abfed8e51c766cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-03-26T06:39:38.879Z Compiling once_cell v1.19.0
16182024-03-26T06:39:38.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16192024-03-26T06:39:38.959Z Compiling syn v1.0.109
16202024-03-26T06:39:38.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-03-26T06:39:39.161Z Compiling itoa v1.0.9
16222024-03-26T06:39:39.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-03-26T06:39:39.236Z Compiling lock_api v0.4.10
16242024-03-26T06:39:39.240Z Compiling scopeguard v1.2.0
16252024-03-26T06:39:39.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-03-26T06:39:39.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16272024-03-26T06:39:39.351Z Compiling smallvec v1.13.1
16282024-03-26T06:39:39.355Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16292024-03-26T06:39:39.376Z Compiling thiserror v1.0.57
16302024-03-26T06:39:39.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-03-26T06:39:39.605Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build`
16322024-03-26T06:39:39.609Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build`
16332024-03-26T06:39:39.609Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build`
16342024-03-26T06:39:39.609Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build`
16352024-03-26T06:39:39.642Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build`
16362024-03-26T06:39:39.690Z Compiling parking_lot_core v0.9.8
16372024-03-26T06:39:39.696Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16382024-03-26T06:39:39.715Z Compiling libm v0.2.7
16392024-03-26T06:39:39.725Z Compiling num-traits v0.2.18
16402024-03-26T06:39:39.729Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-03-26T06:39:39.729Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=090ecf79a24e4fdc -C extra-filename=-090ecf79a24e4fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-03-26T06:39:39.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
16432024-03-26T06:39:39.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16442024-03-26T06:39:39.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
16452024-03-26T06:39:39.887Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build`
16462024-03-26T06:39:39.921Z Compiling ryu v1.0.15
16472024-03-26T06:39:39.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-03-26T06:39:40.083Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc/build-script-build`
16492024-03-26T06:39:40.086Z Compiling pin-project-lite v0.2.13
16502024-03-26T06:39:40.086Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16512024-03-26T06:39:40.086Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build`
16522024-03-26T06:39:40.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-03-26T06:39:40.175Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build`
16542024-03-26T06:39:40.200Z Compiling ahash v0.8.8
16552024-03-26T06:39:40.200Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5d4705aa27705935 -C extra-filename=-5d4705aa27705935 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-03-26T06:39:40.228Z Compiling serde_json v1.0.114
16572024-03-26T06:39:40.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/build.rs --error-format=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=1761b2a83e8bfd43 -C extra-filename=-1761b2a83e8bfd43 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-03-26T06:39:40.248Z Compiling allocator-api2 v0.2.16
16592024-03-26T06:39:40.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-03-26T06:39:40.272Z Compiling futures-core v0.3.30
16612024-03-26T06:39:40.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-03-26T06:39:40.508Z Compiling typenum v1.16.0
16632024-03-26T06:39:40.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-03-26T06:39:40.586Z Compiling quote v1.0.35
16652024-03-26T06:39:40.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-03-26T06:39:40.614Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43/build-script-build`
16672024-03-26T06:39:40.641Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935/build-script-build`
16682024-03-26T06:39:40.711Z Compiling generic-array v0.14.7
16692024-03-26T06:39:40.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-03-26T06:39:40.875Z Compiling getrandom v0.2.12
16712024-03-26T06:39:40.878Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=bf6fa5bec279b28c -C extra-filename=-bf6fa5bec279b28c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-03-26T06:39:41.028Z Compiling syn v2.0.52
16732024-03-26T06:39:41.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=f03df9f88b4c240c -C extra-filename=-f03df9f88b4c240c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-03-26T06:39:41.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16752024-03-26T06:39:41.136Z Compiling rand_core v0.6.4
16762024-03-26T06:39:41.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=4fa4ac482618385e -C extra-filename=-4fa4ac482618385e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-03-26T06:39:41.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-03-26T06:39:41.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=21b07e30d4dab7ed -C extra-filename=-21b07e30d4dab7ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16792024-03-26T06:39:41.461Z Compiling cc v1.0.83
16802024-03-26T06:39:41.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-03-26T06:39:41.523Z Compiling signal-hook-registry v1.4.1
16822024-03-26T06:39:41.544Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-03-26T06:39:41.621Z Compiling mio v0.8.11
16842024-03-26T06:39:41.624Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=1e3eaf16406257ce -C extra-filename=-1e3eaf16406257ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16852024-03-26T06:39:41.648Z Compiling parking_lot v0.12.1
16862024-03-26T06:39:41.651Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-03-26T06:39:41.950Z Compiling num_cpus v1.16.0
16882024-03-26T06:39:41.955Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-03-26T06:39:42.069Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main`
16902024-03-26T06:39:42.315Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16912024-03-26T06:39:42.400Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build`
16922024-03-26T06:39:42.475Z Compiling socket2 v0.5.5
16932024-03-26T06:39:42.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-03-26T06:39:42.677Z Compiling spin v0.5.2
16952024-03-26T06:39:42.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-03-26T06:39:42.925Z Compiling heck v0.4.1
16972024-03-26T06:39:42.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-03-26T06:39:42.959Z Compiling fnv v1.0.7
16992024-03-26T06:39:42.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-03-26T06:39:43.096Z Compiling subtle v2.5.0
17012024-03-26T06:39:43.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-03-26T06:39:43.437Z Compiling equivalent v1.0.1
17032024-03-26T06:39:43.463Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-03-26T06:39:43.467Z Compiling futures-sink v0.3.30
17052024-03-26T06:39:43.467Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-03-26T06:39:43.488Z Compiling slab v0.4.9
17072024-03-26T06:39:43.491Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-03-26T06:39:43.541Z Compiling pin-utils v0.1.0
17092024-03-26T06:39:43.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-03-26T06:39:43.565Z Compiling futures-task v0.3.30
17112024-03-26T06:39:43.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17122024-03-26T06:39:43.618Z Compiling futures-channel v0.3.30
17132024-03-26T06:39:43.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-03-26T06:39:43.640Z Compiling futures-io v0.3.30
17152024-03-26T06:39:43.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-03-26T06:39:43.853Z Compiling regex-syntax v0.8.2
17172024-03-26T06:39:43.873Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build`
17182024-03-26T06:39:43.879Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-03-26T06:39:43.898Z Compiling iana-time-zone v0.1.57
17202024-03-26T06:39:43.902Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-03-26T06:39:43.925Z Compiling const-oid v0.9.6
17222024-03-26T06:39:43.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6aceee1def2f4da4 -C extra-filename=-6aceee1def2f4da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-03-26T06:39:44.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17242024-03-26T06:39:44.051Z Compiling aho-corasick v1.1.2
17252024-03-26T06:39:44.054Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=68ea511be1183fba -C extra-filename=-68ea511be1183fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-03-26T06:39:44.250Z Compiling lazy_static v1.4.0
17272024-03-26T06:39:44.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17282024-03-26T06:39:44.361Z Compiling rustix v0.38.31
17292024-03-26T06:39:44.368Z Compiling errno v0.3.8
17302024-03-26T06:39:44.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-03-26T06:39:44.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-03-26T06:39:44.565Z Compiling tinyvec_macros v0.1.1
17332024-03-26T06:39:44.568Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17342024-03-26T06:39:44.593Z Compiling schemars v0.8.16
17352024-03-26T06:39:44.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=8f680ace54ae352d -C extra-filename=-8f680ace54ae352d --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-03-26T06:39:44.663Z Compiling tinyvec v1.6.0
17372024-03-26T06:39:44.666Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-03-26T06:39:45.011Z Compiling dyn-clone v1.0.17
17392024-03-26T06:39:45.045Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17402024-03-26T06:39:45.208Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build`
17412024-03-26T06:39:45.231Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d/build-script-build`
17422024-03-26T06:39:45.264Z Compiling tracing-core v0.1.32
17432024-03-26T06:39:45.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=53e71c23e89b2f48 -C extra-filename=-53e71c23e89b2f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17442024-03-26T06:39:45.323Z Compiling ppv-lite86 v0.2.17
17452024-03-26T06:39:45.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-03-26T06:39:45.779Z Compiling uuid v0.8.2
17472024-03-26T06:39:45.835Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c967a759470b32c3 -C extra-filename=-c967a759470b32c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-03-26T06:39:46.050Z Compiling unicode-normalization v0.1.22
17492024-03-26T06:39:46.071Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-03-26T06:39:46.075Z Compiling pkg-config v0.3.27
17512024-03-26T06:39:46.075Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-03-26T06:39:46.653Z Compiling unicode-bidi v0.3.15
17532024-03-26T06:39:46.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=6eae947a556dbfcc -C extra-filename=-6eae947a556dbfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-03-26T06:39:46.681Z Compiling cpufeatures v0.2.12
17552024-03-26T06:39:46.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-03-26T06:39:46.783Z Compiling rand_chacha v0.3.1
17572024-03-26T06:39:46.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=472fef5d71b2fb51 -C extra-filename=-472fef5d71b2fb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17582024-03-26T06:39:47.091Z Compiling percent-encoding v2.3.1
17592024-03-26T06:39:47.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-03-26T06:39:47.456Z Compiling regex-automata v0.4.5
17612024-03-26T06:39:47.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=51bf6104d225a7cd -C extra-filename=-51bf6104d225a7cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-03-26T06:39:47.479Z Compiling rand v0.8.5
17632024-03-26T06:39:47.482Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=dbd9f544a3d8a488 -C extra-filename=-dbd9f544a3d8a488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-03-26T06:39:48.182Z Compiling unicode-width v0.1.11
17652024-03-26T06:39:48.186Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-03-26T06:39:48.349Z Compiling serde_derive_internals v0.26.0
17672024-03-26T06:39:48.378Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-03-26T06:39:48.649Z Compiling spin v0.9.8
17692024-03-26T06:39:48.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=318730f9456e7117 -C extra-filename=-318730f9456e7117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-03-26T06:39:49.044Z Compiling base64 v0.21.7
17712024-03-26T06:39:49.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17722024-03-26T06:39:49.576Z Compiling powerfmt v0.2.0
17732024-03-26T06:39:49.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c1471ac895a0601 -C extra-filename=-1c1471ac895a0601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-03-26T06:39:49.719Z Compiling num-conv v0.1.0
17752024-03-26T06:39:49.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=ec4552f396937679 -C extra-filename=-ec4552f396937679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-03-26T06:39:49.822Z Compiling time-core v0.1.2
17772024-03-26T06:39:49.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11a34715250e183d -C extra-filename=-11a34715250e183d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-03-26T06:39:49.973Z Compiling deranged v0.3.11
17792024-03-26T06:39:49.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=d9fce4f0ae8d58f7 -C extra-filename=-d9fce4f0ae8d58f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-03-26T06:39:50.003Z Compiling form_urlencoded v1.2.1
17812024-03-26T06:39:50.006Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-03-26T06:39:50.025Z Compiling time-macros v0.2.17
17832024-03-26T06:39:50.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=c56fb773f20a57de -C extra-filename=-c56fb773f20a57de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-03-26T06:39:50.329Z Compiling num_threads v0.1.6
17852024-03-26T06:39:50.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-03-26T06:39:50.467Z Compiling httparse v1.8.0
17872024-03-26T06:39:50.474Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17882024-03-26T06:39:50.641Z Compiling ring v0.17.8
17892024-03-26T06:39:50.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-03-26T06:39:50.962Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build`
17912024-03-26T06:39:50.998Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
17922024-03-26T06:39:51.196Z Compiling ucd-trie v0.1.6
17932024-03-26T06:39:51.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-03-26T06:39:52.119Z Compiling adler v1.0.2
17952024-03-26T06:39:52.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-03-26T06:39:52.128Z Compiling idna v0.5.0
17972024-03-26T06:39:52.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1765f3d46829277c -C extra-filename=-1765f3d46829277c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-03-26T06:39:52.129Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build`
17992024-03-26T06:39:52.129Z Compiling miniz_oxide v0.7.1
18002024-03-26T06:39:52.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-03-26T06:39:52.129Z Compiling either v1.10.0
18022024-03-26T06:39:52.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-03-26T06:39:52.473Z Compiling regex v1.10.3
18042024-03-26T06:39:52.476Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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="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=450325c62a6d239c -C extra-filename=-450325c62a6d239c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18052024-03-26T06:39:53.215Z Compiling slog v2.7.0
18062024-03-26T06:39:53.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18072024-03-26T06:39:53.385Z Compiling url v2.5.0
18082024-03-26T06:39:53.400Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=144db740d796ae92 -C extra-filename=-144db740d796ae92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-03-26T06:39:53.509Z Compiling async-trait v0.1.77
18102024-03-26T06:39:53.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=c56091f50fd6d6f0 -C extra-filename=-c56091f50fd6d6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-03-26T06:39:53.601Z Compiling time v0.3.34
18122024-03-26T06:39:53.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=8bd96344c454c4a8 -C extra-filename=-8bd96344c454c4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-d9fce4f0ae8d58f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-03-26T06:39:53.802Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build`
18142024-03-26T06:39:53.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
18152024-03-26T06:39:54.048Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0/build-script-build`
18162024-03-26T06:39:54.120Z Compiling vcpkg v0.2.15
18172024-03-26T06:39:54.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-03-26T06:39:54.682Z Compiling untrusted v0.9.0
18192024-03-26T06:39:54.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-03-26T06:39:54.868Z Compiling semver v1.0.22
18212024-03-26T06:39:54.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-03-26T06:39:55.077Z Compiling try-lock v0.2.4
18232024-03-26T06:39:55.080Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-03-26T06:39:55.203Z Compiling want v0.3.1
18252024-03-26T06:39:55.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b4488483d613fe -C extra-filename=-77b4488483d613fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-03-26T06:39:55.362Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build`
18272024-03-26T06:39:55.425Z Compiling tower-service v0.3.2
18282024-03-26T06:39:55.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-03-26T06:39:55.488Z Compiling rustversion v1.0.14
18302024-03-26T06:39:55.492Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-03-26T06:39:55.544Z Compiling crossbeam-utils v0.8.19
18322024-03-26T06:39:55.548Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26b9dbd22c4e5887 -C extra-filename=-26b9dbd22c4e5887 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-03-26T06:39:55.570Z Compiling serde_derive v1.0.197
18342024-03-26T06:39:55.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=de612c12f3e33c54 -C extra-filename=-de612c12f3e33c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-03-26T06:39:55.747Z Compiling thiserror-impl v1.0.57
18362024-03-26T06:39:55.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c652d18f81473493 -C extra-filename=-c652d18f81473493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18372024-03-26T06:39:56.586Z Compiling zerocopy-derive v0.7.32
18382024-03-26T06:39:56.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=902d15f667741545 -C extra-filename=-902d15f667741545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-03-26T06:39:56.590Z Compiling zeroize_derive v1.4.2
18402024-03-26T06:39:56.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ea82d96d0013403 -C extra-filename=-4ea82d96d0013403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-03-26T06:39:56.590Z Compiling tokio-macros v2.2.0
18422024-03-26T06:39:56.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e2e477a9a3e34fc -C extra-filename=-1e2e477a9a3e34fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-03-26T06:39:57.843Z Compiling futures-macro v0.3.30
18442024-03-26T06:39:57.849Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da47602161e83f7f -C extra-filename=-da47602161e83f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-03-26T06:39:57.941Z Compiling zeroize v1.7.0
18462024-03-26T06:39:57.944Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=16f5845f6e5fac03 -C extra-filename=-16f5845f6e5fac03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-4ea82d96d0013403.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-03-26T06:39:58.032Z Compiling schemars_derive v0.8.16
18482024-03-26T06:39:58.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-03-26T06:39:58.725Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=2b2bdf58ce2422f9 -C extra-filename=-2b2bdf58ce2422f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18502024-03-26T06:39:58.729Z Compiling zerocopy v0.7.32
18512024-03-26T06:39:58.729Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=c85bb0d6d2fb70d6 -C extra-filename=-c85bb0d6d2fb70d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-902d15f667741545.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-03-26T06:39:58.748Z Compiling tracing-attributes v0.1.27
18532024-03-26T06:39:58.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0dd4a81cce24c2c -C extra-filename=-f0dd4a81cce24c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-03-26T06:39:58.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d19793f26827c9 -C extra-filename=-38d19793f26827c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-c652d18f81473493.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18552024-03-26T06:39:59.122Z Compiling pest v2.7.6
18562024-03-26T06:39:59.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=d7c5c51e4058a70f -C extra-filename=-d7c5c51e4058a70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-03-26T06:39:59.578Z Compiling crypto-common v0.1.6
18582024-03-26T06:39:59.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=088c06576c896f41 -C extra-filename=-088c06576c896f41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18592024-03-26T06:39:59.768Z Compiling block-buffer v0.10.4
18602024-03-26T06:39:59.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d9b6c7266bb18e9 -C extra-filename=-3d9b6c7266bb18e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-03-26T06:40:00.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=bbfc89eae5e2d3b2 -C extra-filename=-bbfc89eae5e2d3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18622024-03-26T06:40:00.069Z Compiling digest v0.10.7
18632024-03-26T06:40:00.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=a6c53878d7a38e90 -C extra-filename=-a6c53878d7a38e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-3d9b6c7266bb18e9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-03-26T06:40:00.092Z Compiling futures-util v0.3.30
18652024-03-26T06:40:00.096Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=61761f61c51300b8 -C extra-filename=-61761f61c51300b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-da47602161e83f7f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18662024-03-26T06:40:00.532Z Compiling hashbrown v0.14.3
18672024-03-26T06:40:00.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=903a53ee9c1698c0 -C extra-filename=-903a53ee9c1698c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-03-26T06:40:00.599Z Compiling openssl-sys v0.9.96
18692024-03-26T06:40:00.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-03-26T06:40:01.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=e6be8cdf06d0bd46 -C extra-filename=-e6be8cdf06d0bd46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-03-26T06:40:01.680Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main`
18722024-03-26T06:40:01.736Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887/build-script-build`
18732024-03-26T06:40:01.771Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build`
18742024-03-26T06:40:01.838Z Compiling backtrace v0.3.69
18752024-03-26T06:40:01.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-03-26T06:40:01.879Z Compiling utf8parse v0.2.1
18772024-03-26T06:40:01.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-03-26T06:40:02.042Z Compiling winnow v0.5.15
18792024-03-26T06:40:02.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-03-26T06:40:02.369Z Compiling base64ct v1.6.0
18812024-03-26T06:40:02.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-03-26T06:40:02.409Z Compiling gimli v0.28.0
18832024-03-26T06:40:02.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-03-26T06:40:02.632Z Compiling tracing v0.1.40
18852024-03-26T06:40:02.673Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=35451fe41ca1a314 -C extra-filename=-35451fe41ca1a314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f0dd4a81cce24c2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-03-26T06:40:02.994Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build`
18872024-03-26T06:40:03.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-03-26T06:40:03.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5dccfdcc558c4c0 -C extra-filename=-c5dccfdcc558c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-03-26T06:40:03.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=38978e6989816a15 -C extra-filename=-38978e6989816a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-03-26T06:40:04.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=18ca64581d0ce742 -C extra-filename=-18ca64581d0ce742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18912024-03-26T06:40:04.324Z Compiling object v0.32.1
18922024-03-26T06:40:04.331Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=47c40cd1010b7542 -C extra-filename=-47c40cd1010b7542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-03-26T06:40:04.412Z Compiling httpdate v1.0.3
18942024-03-26T06:40:04.417Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-03-26T06:40:04.717Z Compiling rustc-demangle v0.1.23
18962024-03-26T06:40:04.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-03-26T06:40:04.901Z Compiling anyhow v1.0.79
18982024-03-26T06:40:04.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a5369e54d97c3c7d -C extra-filename=-a5369e54d97c3c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-03-26T06:40:05.511Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d/build-script-build`
19002024-03-26T06:40:05.670Z Compiling futures-executor v0.3.30
19012024-03-26T06:40:05.673Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=ff152435fb53ec9e -C extra-filename=-ff152435fb53ec9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-03-26T06:40:05.696Z Compiling pest_meta v2.7.6
19032024-03-26T06:40:05.700Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d29658619b240099 -C extra-filename=-d29658619b240099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-03-26T06:40:05.791Z Compiling ring v0.16.20
19052024-03-26T06:40:05.795Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-03-26T06:40:06.190Z Compiling futures v0.3.30
19072024-03-26T06:40:06.193Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=7f8d1a4c7393b54e -C extra-filename=-7f8d1a4c7393b54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-03-26T06:40:06.269Z Compiling foreign-types-shared v0.1.1
19092024-03-26T06:40:06.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-03-26T06:40:06.305Z Compiling openssl-probe v0.1.5
19112024-03-26T06:40:06.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-03-26T06:40:06.383Z Compiling openssl v0.10.60
19132024-03-26T06:40:06.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-03-26T06:40:06.643Z Compiling addr2line v0.21.0
19152024-03-26T06:40:06.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-03-26T06:40:06.855Z Compiling anstyle v1.0.6
19172024-03-26T06:40:06.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a98c9e1acd0c2f3 -C extra-filename=-4a98c9e1acd0c2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-03-26T06:40:07.084Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build`
19192024-03-26T06:40:07.201Z Compiling pest_generator v2.7.6
19202024-03-26T06:40:07.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7be1a8c6344afc41 -C extra-filename=-7be1a8c6344afc41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d29658619b240099.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-03-26T06:40:07.334Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build`
19222024-03-26T06:40:07.337Z Compiling foreign-types v0.3.2
19232024-03-26T06:40:07.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-03-26T06:40:07.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
19252024-03-26T06:40:07.434Z Compiling openssl-macros v0.1.1
19262024-03-26T06:40:07.437Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d537141aa31aa999 -C extra-filename=-d537141aa31aa999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-03-26T06:40:07.988Z Compiling mime v0.3.17
19282024-03-26T06:40:07.992Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-03-26T06:40:08.389Z Compiling untrusted v0.7.1
19302024-03-26T06:40:08.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-03-26T06:40:08.579Z Compiling ipnet v2.9.0
19322024-03-26T06:40:08.583Z Compiling native-tls v0.2.11
19332024-03-26T06:40:08.600Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-03-26T06:40:08.604Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-03-26T06:40:08.771Z Compiling bitflags v1.3.2
19362024-03-26T06:40:08.775Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-03-26T06:40:08.878Z Compiling rustls v0.21.9
19382024-03-26T06:40:08.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-03-26T06:40:09.028Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build`
19402024-03-26T06:40:09.032Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test`
19412024-03-26T06:40:09.059Z Compiling rustls-webpki v0.101.7
19422024-03-26T06:40:09.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aca7b52d887bed1b -C extra-filename=-aca7b52d887bed1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
19432024-03-26T06:40:09.216Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build`
19442024-03-26T06:40:09.250Z Compiling pem-rfc7468 v0.7.0
19452024-03-26T06:40:09.255Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-03-26T06:40:09.289Z Compiling anstyle-parse v0.2.1
19472024-03-26T06:40:09.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-03-26T06:40:09.645Z Compiling der_derive v0.7.2
19492024-03-26T06:40:09.650Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233a25c962eb21a0 -C extra-filename=-233a25c962eb21a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-03-26T06:40:09.844Z Compiling bytes v1.5.0
19512024-03-26T06:40:09.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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=6aecfa5f524ba23c -C extra-filename=-6aecfa5f524ba23c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-03-26T06:40:10.074Z Compiling bitflags v2.4.2
19532024-03-26T06:40:10.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bed5a12aa0e3caec -C extra-filename=-bed5a12aa0e3caec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-03-26T06:40:10.143Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=75a66103386c9c73 -C extra-filename=-75a66103386c9c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19552024-03-26T06:40:10.513Z Compiling indexmap v2.2.5
19562024-03-26T06:40:10.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a8835a8e44aa2410 -C extra-filename=-a8835a8e44aa2410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-03-26T06:40:10.842Z Compiling tokio v1.36.0
19582024-03-26T06:40:10.846Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-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=0937806844202a95 -C extra-filename=-0937806844202a95 --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-6aecfa5f524ba23c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e2e477a9a3e34fc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-03-26T06:40:11.077Z Compiling chrono v0.4.34
19602024-03-26T06:40:11.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=5e3bfc1001098ea4 -C extra-filename=-5e3bfc1001098ea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-03-26T06:40:11.105Z Compiling uuid v1.7.0
19622024-03-26T06:40:11.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=697cf6b6c911435d -C extra-filename=-697cf6b6c911435d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-03-26T06:40:11.168Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6341173b0c3a13b4 -C extra-filename=-6341173b0c3a13b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19642024-03-26T06:40:12.025Z Compiling http v0.2.12
19652024-03-26T06:40:12.028Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ad4984bdc555529 -C extra-filename=-3ad4984bdc555529 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-03-26T06:40:12.478Z Compiling serde_spanned v0.6.5
19672024-03-26T06:40:12.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=66c108e515ac78d3 -C extra-filename=-66c108e515ac78d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19682024-03-26T06:40:12.600Z Compiling toml_datetime v0.6.5
19692024-03-26T06:40:12.603Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=ae216f68cb6abb6a -C extra-filename=-ae216f68cb6abb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-03-26T06:40:12.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bb58e2c0a69e4d14 -C extra-filename=-bb58e2c0a69e4d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-03-26T06:40:13.023Z Compiling toml_edit v0.19.15
19722024-03-26T06:40:13.026Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=64c0da0a5c1565b4 -C extra-filename=-64c0da0a5c1565b4 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-03-26T06:40:13.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e77a0b80ebe48d56 -C extra-filename=-e77a0b80ebe48d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-47c40cd1010b7542.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-03-26T06:40:13.406Z Compiling pest_derive v2.7.6
19752024-03-26T06:40:13.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d76bb4bd51d7158 -C extra-filename=-6d76bb4bd51d7158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7be1a8c6344afc41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19762024-03-26T06:40:13.464Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=39351d1913f1f03d -C extra-filename=-39351d1913f1f03d --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19772024-03-26T06:40:14.313Z Compiling http-body v0.4.5
19782024-03-26T06:40:14.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0344883fd30e6eeb -C extra-filename=-0344883fd30e6eeb --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-03-26T06:40:14.482Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c50d7e24e8e0d956 -C extra-filename=-c50d7e24e8e0d956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-e77a0b80ebe48d56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19802024-03-26T06:40:14.701Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=645ea29e213c9d27 -C extra-filename=-645ea29e213c9d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d537141aa31aa999.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
19812024-03-26T06:40:14.724Z Compiling sct v0.7.0
19822024-03-26T06:40:14.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19832024-03-26T06:40:15.042Z Compiling cookie v0.17.0
19842024-03-26T06:40:15.066Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=9b35e0d21cc9d4b6 -C extra-filename=-9b35e0d21cc9d4b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-03-26T06:40:15.102Z Compiling flagset v0.4.3
19862024-03-26T06:40:15.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-03-26T06:40:15.318Z Compiling colorchoice v1.0.0
19882024-03-26T06:40:15.322Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-03-26T06:40:15.409Z Compiling anstyle-query v1.0.0
19902024-03-26T06:40:15.423Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-03-26T06:40:15.428Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6/build-script-build`
19922024-03-26T06:40:15.475Z Compiling der v0.7.8
19932024-03-26T06:40:15.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=996b9ba85656a83e -C extra-filename=-996b9ba85656a83e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-233a25c962eb21a0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-03-26T06:40:15.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=be99e5fc756d5106 -C extra-filename=-be99e5fc756d5106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19952024-03-26T06:40:15.540Z Compiling anstream v0.6.11
19962024-03-26T06:40:15.543Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=5d5455d671f9c0ac -C extra-filename=-5d5455d671f9c0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-03-26T06:40:16.284Z Compiling terminal_size v0.3.0
19982024-03-26T06:40:16.287Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bae60aee6e52599 -C extra-filename=-5bae60aee6e52599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-03-26T06:40:16.495Z Compiling rustc_version v0.4.0
20002024-03-26T06:40:16.498Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06feaa745b8ece6 -C extra-filename=-c06feaa745b8ece6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-03-26T06:40:16.849Z Compiling serde_urlencoded v0.7.1
20022024-03-26T06:40:16.873Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=327a462a4842a87e -C extra-filename=-327a462a4842a87e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-03-26T06:40:17.322Z Compiling idna v0.3.0
20042024-03-26T06:40:17.332Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9d2f40becab242f -C extra-filename=-f9d2f40becab242f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-03-26T06:40:17.350Z Compiling thread-id v4.2.0
20062024-03-26T06:40:17.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-03-26T06:40:17.446Z Compiling encoding_rs v0.8.33
20082024-03-26T06:40:17.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-03-26T06:40:17.479Z Compiling clap_lex v0.7.0
20102024-03-26T06:40:17.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-03-26T06:40:18.008Z Compiling strsim v0.11.0
20122024-03-26T06:40:18.011Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-03-26T06:40:18.981Z Compiling tokio-util v0.7.10
20142024-03-26T06:40:18.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=b027a785f4e5eb07 -C extra-filename=-b027a785f4e5eb07 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-03-26T06:40:19.004Z Compiling psl-types v2.0.11
20162024-03-26T06:40:19.010Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d253b2a016b0118 -C extra-filename=-4d253b2a016b0118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-03-26T06:40:19.074Z Compiling clap_builder v4.5.1
20182024-03-26T06:40:19.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-styles"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=d9b51b622dd975e6 -C extra-filename=-d9b51b622dd975e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-5d5455d671f9c0ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-03-26T06:40:19.195Z Compiling publicsuffix v2.2.3
20202024-03-26T06:40:19.200Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=ea6efd0133743f04 -C extra-filename=-ea6efd0133743f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20212024-03-26T06:40:19.470Z Compiling tokio-rustls v0.24.1
20222024-03-26T06:40:19.498Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=630948c6e9ae2efb -C extra-filename=-630948c6e9ae2efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20232024-03-26T06:40:19.874Z Compiling spki v0.7.2
20242024-03-26T06:40:19.878Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=547654552caef2d8 -C extra-filename=-547654552caef2d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-03-26T06:40:20.243Z Compiling h2 v0.3.24
20262024-03-26T06:40:20.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=100cc10da9961527 -C extra-filename=-100cc10da9961527 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20272024-03-26T06:40:20.433Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=125ade214803c611 -C extra-filename=-125ade214803c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-03-26T06:40:21.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50cc5945165cdbca -C extra-filename=-50cc5945165cdbca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
20292024-03-26T06:40:21.522Z Compiling clap_derive v4.5.0
20302024-03-26T06:40:21.526Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59f2997d00ca8c7e -C extra-filename=-59f2997d00ca8c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-03-26T06:40:21.838Z Compiling tokio-native-tls v0.3.1
20322024-03-26T06:40:21.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c5e92004136e39 -C extra-filename=-05c5e92004136e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20332024-03-26T06:40:22.084Z Compiling crc32fast v1.3.2
20342024-03-26T06:40:22.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-03-26T06:40:22.124Z Compiling unicode-xid v0.2.4
20362024-03-26T06:40:22.153Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-03-26T06:40:22.324Z Compiling data-encoding v2.4.0
20382024-03-26T06:40:22.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-03-26T06:40:22.686Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build`
20402024-03-26T06:40:22.753Z Compiling cookie_store v0.20.0
20412024-03-26T06:40:22.758Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=09ad8ddc48ad56ba -C extra-filename=-09ad8ddc48ad56ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-03-26T06:40:23.448Z Compiling openapiv3 v2.0.0
20432024-03-26T06:40:23.469Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=831e5927df80e2b7 -C extra-filename=-831e5927df80e2b7 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-03-26T06:40:24.322Z Compiling rustls-pemfile v1.0.3
20452024-03-26T06:40:24.325Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-03-26T06:40:24.676Z Compiling sync_wrapper v0.1.2
20472024-03-26T06:40:24.679Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-03-26T06:40:24.717Z Compiling unicode-segmentation v1.10.1
20492024-03-26T06:40:24.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-03-26T06:40:24.811Z Compiling webpki-roots v0.25.2
20512024-03-26T06:40:24.833Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20522024-03-26T06:40:24.856Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20532024-03-26T06:40:24.964Z Compiling pkcs8 v0.10.2
20542024-03-26T06:40:24.989Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=0b7b8f541d35c6e1 -C extra-filename=-0b7b8f541d35c6e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-03-26T06:40:25.196Z Compiling sha2 v0.10.8
20562024-03-26T06:40:25.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=a0af2af4befdc9ac -C extra-filename=-a0af2af4befdc9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-03-26T06:40:25.543Z Compiling hmac v0.12.1
20582024-03-26T06:40:25.551Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=00025fcde1c50750 -C extra-filename=-00025fcde1c50750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-03-26T06:40:25.567Z Compiling scroll_derive v0.12.0
20602024-03-26T06:40:25.571Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765e33d16b1ff90e -C extra-filename=-765e33d16b1ff90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-03-26T06:40:25.800Z Compiling crossbeam-epoch v0.9.18
20622024-03-26T06:40:25.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5696f49e87e7e9eb -C extra-filename=-5696f49e87e7e9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-03-26T06:40:26.484Z Compiling num-integer v0.1.46
20642024-03-26T06:40:26.493Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=451e0d2b9dfe66d2 -C extra-filename=-451e0d2b9dfe66d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-03-26T06:40:26.649Z Compiling plain v0.2.3
20662024-03-26T06:40:26.652Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-03-26T06:40:26.813Z Compiling block-padding v0.3.3
20682024-03-26T06:40:26.816Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=51ee63e7469d9b72 -C extra-filename=-51ee63e7469d9b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-03-26T06:40:26.873Z Compiling hyper v0.14.28
20702024-03-26T06:40:26.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=2c327e510c1f0a14 -C extra-filename=-2c327e510c1f0a14 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-100cc10da9961527.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-03-26T06:40:27.066Z Compiling clap v4.5.1
20722024-03-26T06:40:27.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-styles"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=6c01274771318f56 -C extra-filename=-6c01274771318f56 --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-d9b51b622dd975e6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59f2997d00ca8c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-03-26T06:40:27.183Z Compiling usdt-impl v0.5.0
20742024-03-26T06:40:27.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-03-26T06:40:27.227Z Compiling scroll v0.12.0
20762024-03-26T06:40:27.287Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=38fa85ce78955f71 -C extra-filename=-38fa85ce78955f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-765e33d16b1ff90e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-03-26T06:40:27.310Z Compiling bit-vec v0.6.3
20782024-03-26T06:40:27.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-03-26T06:40:27.603Z Compiling pretty-hex v0.4.1
20802024-03-26T06:40:27.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-03-26T06:40:27.759Z Compiling goblin v0.8.0
20822024-03-26T06:40:27.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=deb5c65f5f5a93ee -C extra-filename=-deb5c65f5f5a93ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-03-26T06:40:27.823Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build`
20842024-03-26T06:40:27.827Z Compiling inout v0.1.3
20852024-03-26T06:40:27.827Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=7933e1db1f12eba9 -C extra-filename=-7933e1db1f12eba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-03-26T06:40:27.944Z Compiling dtrace-parser v0.2.0
20872024-03-26T06:40:27.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e9e76a7a486184 -C extra-filename=-e9e9e76a7a486184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-03-26T06:40:27.980Z Compiling siphasher v0.3.11
20892024-03-26T06:40:27.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-03-26T06:40:28.097Z Compiling cipher v0.4.4
20912024-03-26T06:40:28.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=402b3a96df9ca873 -C extra-filename=-402b3a96df9ca873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-03-26T06:40:28.340Z Compiling synstructure v0.12.6
20932024-03-26T06:40:28.351Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-03-26T06:40:28.586Z Compiling hex v0.4.3
20952024-03-26T06:40:28.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db60d4c20d2823cc -C extra-filename=-db60d4c20d2823cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-03-26T06:40:28.921Z Compiling itertools v0.10.5
20972024-03-26T06:40:28.945Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20982024-03-26T06:40:28.986Z Compiling stable_deref_trait v1.2.0
20992024-03-26T06:40:29.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-03-26T06:40:29.089Z Compiling ff v0.13.0
21012024-03-26T06:40:29.116Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=6611eb4731189f69 -C extra-filename=-6611eb4731189f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21022024-03-26T06:40:29.209Z Compiling base16ct v0.2.0
21032024-03-26T06:40:29.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-03-26T06:40:29.315Z Compiling minimal-lexical v0.2.1
21052024-03-26T06:40:29.324Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-03-26T06:40:29.547Z Compiling sec1 v0.7.3
21072024-03-26T06:40:29.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=e60b7e509226bfb1 -C extra-filename=-e60b7e509226bfb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-03-26T06:40:29.830Z Compiling nom v7.1.3
21092024-03-26T06:40:29.872Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a7eb10f63693edb -C extra-filename=-1a7eb10f63693edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-03-26T06:40:30.354Z Compiling group v0.13.0
21112024-03-26T06:40:30.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=547b3c2635021fdc -C extra-filename=-547b3c2635021fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-03-26T06:40:30.369Z Compiling hkdf v0.12.4
21132024-03-26T06:40:30.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9fb4855d11d87bd -C extra-filename=-a9fb4855d11d87bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-03-26T06:40:30.369Z Compiling zerocopy-derive v0.2.0
21152024-03-26T06:40:30.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-03-26T06:40:30.370Z Compiling flate2 v1.0.28
21172024-03-26T06:40:30.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-03-26T06:40:30.825Z Compiling toml v0.7.8
21192024-03-26T06:40:30.825Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=bd80c006a042a786 -C extra-filename=-bd80c006a042a786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-03-26T06:40:30.826Z Compiling crypto-bigint v0.5.2
21212024-03-26T06:40:30.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=7a6440f633d82463 -C extra-filename=-7a6440f633d82463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-03-26T06:40:35.366Z Compiling zerocopy-derive v0.6.4
21232024-03-26T06:40:35.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f86a3dc640476cb8 -C extra-filename=-f86a3dc640476cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-03-26T06:40:35.415Z Compiling usdt-impl v0.3.5
21252024-03-26T06:40:35.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-03-26T06:40:35.415Z Compiling winnow v0.6.1
21272024-03-26T06:40:35.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-03-26T06:40:35.415Z Compiling managed v0.8.0
21292024-03-26T06:40:35.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-03-26T06:40:35.416Z Compiling zerocopy v0.3.0
21312024-03-26T06:40:35.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-03-26T06:40:35.416Z Compiling fixedbitset v0.4.2
21332024-03-26T06:40:35.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-03-26T06:40:35.416Z Compiling signal-hook v0.3.17
21352024-03-26T06:40:35.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-03-26T06:40:35.416Z Compiling dof v0.1.5
21372024-03-26T06:40:35.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfd9ede14d676ec0 -C extra-filename=-bfd9ede14d676ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-03-26T06:40:35.453Z Compiling hyper-rustls v0.24.2
21392024-03-26T06:40:35.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bab410a4f660781 -C extra-filename=-1bab410a4f660781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
21402024-03-26T06:40:35.454Z Compiling hyper-tls v0.5.0
21412024-03-26T06:40:35.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e82a6e7f8586b7a -C extra-filename=-1e82a6e7f8586b7a --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-6aecfa5f524ba23c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21422024-03-26T06:40:35.454Z Compiling dof v0.3.0
21432024-03-26T06:40:35.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=54601a5e6c0c66d9 -C extra-filename=-54601a5e6c0c66d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-03-26T06:40:35.454Z Compiling zerocopy v0.6.4
21452024-03-26T06:40:35.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590e009e477044e3 -C extra-filename=-590e009e477044e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f86a3dc640476cb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-03-26T06:40:35.454Z Compiling reqwest v0.11.24
21472024-03-26T06:40:35.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=399e79ef4e90a050 -C extra-filename=-399e79ef4e90a050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-09ad8ddc48ad56ba.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-100cc10da9961527.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1bab410a4f660781.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-1e82a6e7f8586b7a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
21482024-03-26T06:40:35.454Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build`
21492024-03-26T06:40:35.455Z Compiling petgraph v0.6.4
21502024-03-26T06:40:35.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=e03317ffd257cff1 -C extra-filename=-e03317ffd257cff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-03-26T06:40:35.455Z Compiling elliptic-curve v0.13.8
21522024-03-26T06:40:35.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e8d8bf4e25df132f -C extra-filename=-e8d8bf4e25df132f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7a6440f633d82463.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-e60b7e509226bfb1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-03-26T06:40:35.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=ca9ded886892fed2 -C extra-filename=-ca9ded886892fed2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21542024-03-26T06:40:35.455Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build`
21552024-03-26T06:40:35.455Z Compiling phf_shared v0.10.0
21562024-03-26T06:40:35.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-03-26T06:40:35.544Z Compiling bit-set v0.5.3
21582024-03-26T06:40:35.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-03-26T06:40:35.823Z Compiling toml_edit v0.22.6
21602024-03-26T06:40:35.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=d69b616d8ada4d82 -C extra-filename=-d69b616d8ada4d82 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-03-26T06:40:35.943Z Compiling ipnetwork v0.20.0
21622024-03-26T06:40:35.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=f17680ce5a756063 -C extra-filename=-f17680ce5a756063 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-03-26T06:40:36.035Z Compiling dtrace-parser v0.1.14
21642024-03-26T06:40:36.074Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=122f0d05c21fbf17 -C extra-filename=-122f0d05c21fbf17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-03-26T06:40:36.381Z Compiling precomputed-hash v0.1.1
21662024-03-26T06:40:36.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-03-26T06:40:36.506Z Compiling static_assertions v1.1.0
21682024-03-26T06:40:36.511Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-03-26T06:40:36.605Z Compiling new_debug_unreachable v1.0.4
21702024-03-26T06:40:36.610Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-03-26T06:40:36.661Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=751fc8d88b518c07 -C extra-filename=-751fc8d88b518c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21722024-03-26T06:40:36.716Z Compiling string_cache v0.8.7
21732024-03-26T06:40:36.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=33f63dff621ea474 -C extra-filename=-33f63dff621ea474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-03-26T06:40:36.830Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-03-26T06:40:37.176Z Compiling num-iter v0.1.44
21762024-03-26T06:40:37.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=8a4f5f1eb5a1a1b3 -C extra-filename=-8a4f5f1eb5a1a1b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-03-26T06:40:37.397Z Compiling serde_tokenstream v0.1.7
21782024-03-26T06:40:37.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=541e5f2f365f1a6f -C extra-filename=-541e5f2f365f1a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-03-26T06:40:37.887Z Compiling bzip2-sys v0.1.11+1.0.8
21802024-03-26T06:40:37.892Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-03-26T06:40:37.950Z Compiling num-bigint v0.4.4
21822024-03-26T06:40:37.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-03-26T06:40:38.028Z Compiling matches v0.1.10
21842024-03-26T06:40:38.032Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-03-26T06:40:38.106Z Compiling idna v0.2.3
21862024-03-26T06:40:38.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f4b460fdb48679 -C extra-filename=-c5f4b460fdb48679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-03-26T06:40:38.131Z Compiling heapless v0.7.16
21882024-03-26T06:40:38.134Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=daea142978a598c1 -C extra-filename=-daea142978a598c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-03-26T06:40:38.210Z Compiling enum-as-inner v0.5.1
21902024-03-26T06:40:38.214Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-03-26T06:40:38.412Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build`
21922024-03-26T06:40:38.435Z Compiling lalrpop-util v0.19.12
21932024-03-26T06:40:38.438Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-03-26T06:40:38.619Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21952024-03-26T06:40:38.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-03-26T06:40:38.721Z Compiling regex-automata v0.1.10
21972024-03-26T06:40:38.726Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-03-26T06:40:38.808Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build`
21992024-03-26T06:40:39.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ffdb14edb5f31fca -C extra-filename=-ffdb14edb5f31fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
22002024-03-26T06:40:39.245Z Compiling bstr v0.2.17
22012024-03-26T06:40:39.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=354ed4aae11869be -C extra-filename=-354ed4aae11869be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-03-26T06:40:39.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -l static=bz2`
22032024-03-26T06:40:39.397Z Compiling trust-dns-proto v0.22.0
22042024-03-26T06:40:39.421Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=ed4ca6b5ebcd15e1 -C extra-filename=-ed4ca6b5ebcd15e1 --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-e6be8cdf06d0bd46.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c5f4b460fdb48679.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-03-26T06:40:39.456Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build`
22062024-03-26T06:40:39.484Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1/build-script-build`
22072024-03-26T06:40:39.557Z Compiling usdt-attr-macro v0.3.5
22082024-03-26T06:40:39.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b198d8bbddb2080b -C extra-filename=-b198d8bbddb2080b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-03-26T06:40:39.595Z Compiling usdt-macro v0.3.5
22102024-03-26T06:40:39.600Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=4d1c75b4e9007b88 -C extra-filename=-4d1c75b4e9007b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-03-26T06:40:39.642Z Compiling signal-hook-mio v0.2.3
22122024-03-26T06:40:39.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=e26baa7dc393bd3b -C extra-filename=-e26baa7dc393bd3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-03-26T06:40:39.809Z Compiling diesel_table_macro_syntax v0.1.0
22142024-03-26T06:40:39.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe48636d21048ea1 -C extra-filename=-fe48636d21048ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-03-26T06:40:40.227Z Compiling scheduled-thread-pool v0.2.7
22162024-03-26T06:40:40.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-03-26T06:40:40.694Z Compiling hash32 v0.2.1
22182024-03-26T06:40:40.700Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-03-26T06:40:40.838Z Compiling predicates-core v1.0.6
22202024-03-26T06:40:40.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-03-26T06:40:41.104Z Compiling smoltcp v0.9.1
22222024-03-26T06:40:41.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-03-26T06:40:41.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=400b486cae9fc56a -C extra-filename=-400b486cae9fc56a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22242024-03-26T06:40:41.202Z Compiling r2d2 v0.8.10
22252024-03-26T06:40:41.205Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0665997f3629c9a2 -C extra-filename=-0665997f3629c9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-03-26T06:40:41.228Z Compiling usdt v0.3.5
22272024-03-26T06:40:41.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=15f97496cfe610b8 -C extra-filename=-15f97496cfe610b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b198d8bbddb2080b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4d1c75b4e9007b88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-03-26T06:40:41.501Z Compiling diesel_derives v2.1.2
22292024-03-26T06:40:41.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=b7330f85004b4e6b -C extra-filename=-b7330f85004b4e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-fe48636d21048ea1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-03-26T06:40:41.557Z Compiling crossterm v0.27.0
22312024-03-26T06:40:41.560Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=8542092650763994 -C extra-filename=-8542092650763994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e26baa7dc393bd3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-03-26T06:40:41.916Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build`
22332024-03-26T06:40:41.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
22342024-03-26T06:40:42.272Z Compiling yasna v0.5.2
22352024-03-26T06:40:42.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=9505c6c6a004631d -C extra-filename=-9505c6c6a004631d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-03-26T06:40:42.394Z Compiling bzip2 v0.4.4
22372024-03-26T06:40:42.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
22382024-03-26T06:40:42.801Z Compiling strum_macros v0.25.2
22392024-03-26T06:40:42.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5816f63b375210cc -C extra-filename=-5816f63b375210cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-03-26T06:40:44.633Z Compiling md-5 v0.10.5
22412024-03-26T06:40:44.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95ddd80219fcceda -C extra-filename=-95ddd80219fcceda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-03-26T06:40:44.637Z Compiling hubpack_derive v0.1.1
22432024-03-26T06:40:44.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-03-26T06:40:44.637Z Compiling bstr v1.9.0
22452024-03-26T06:40:44.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=56bee3b2739ce422 -C extra-filename=-56bee3b2739ce422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-03-26T06:40:45.427Z Compiling console v0.15.8
22472024-03-26T06:40:45.433Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-03-26T06:40:45.543Z Compiling stringprep v0.1.3
22492024-03-26T06:40:45.550Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c70e4727cf884194 -C extra-filename=-c70e4727cf884194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-03-26T06:40:46.315Z Compiling float-cmp v0.9.0
22512024-03-26T06:40:46.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=ed3734b0ea4be59f -C extra-filename=-ed3734b0ea4be59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-03-26T06:40:46.552Z Compiling difflib v0.4.0
22532024-03-26T06:40:46.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-03-26T06:40:46.965Z Compiling fallible-iterator v0.2.0
22552024-03-26T06:40:46.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-03-26T06:40:46.974Z Compiling normalize-line-endings v0.3.0
22572024-03-26T06:40:47.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-03-26T06:40:47.117Z Compiling predicates v3.1.0
22592024-03-26T06:40:47.120Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=3d2af1a3faf05b8b -C extra-filename=-3d2af1a3faf05b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-03-26T06:40:47.179Z Compiling hubpack v0.1.2
22612024-03-26T06:40:47.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7220f8b1920659 -C extra-filename=-6e7220f8b1920659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-03-26T06:40:47.364Z Compiling postgres-protocol v0.6.6
22632024-03-26T06:40:47.371Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d45fc8a5c8bbe801 -C extra-filename=-d45fc8a5c8bbe801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-03-26T06:40:47.713Z Compiling zip v0.6.6
22652024-03-26T06:40:47.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
22662024-03-26T06:40:47.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=a703ca3348e0e465 -C extra-filename=-a703ca3348e0e465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-400b486cae9fc56a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-03-26T06:40:48.230Z Compiling similar v2.4.0
22682024-03-26T06:40:48.234Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=871159d04b2d3ddf -C extra-filename=-871159d04b2d3ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-03-26T06:40:48.700Z Compiling phf_shared v0.11.2
22702024-03-26T06:40:48.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-03-26T06:40:48.986Z Compiling tokio-stream v0.1.14
22722024-03-26T06:40:48.990Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=3811752c0578f7fd -C extra-filename=-3811752c0578f7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-03-26T06:40:49.095Z Compiling serde_repr v0.1.16
22742024-03-26T06:40:49.098Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18fcf40897582ac -C extra-filename=-f18fcf40897582ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-03-26T06:40:49.163Z Compiling phf v0.11.2
22762024-03-26T06:40:49.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-03-26T06:40:49.408Z Compiling postgres-types v0.2.6
22782024-03-26T06:40:49.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=697ac57de36da886 -C extra-filename=-697ac57de36da886 --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-6aecfa5f524ba23c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-03-26T06:40:49.462Z Compiling whoami v1.5.0
22802024-03-26T06:40:49.491Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-03-26T06:40:49.926Z Compiling serde_tokenstream v0.2.0
22822024-03-26T06:40:49.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b22abd21a27fa8e5 -C extra-filename=-b22abd21a27fa8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832024-03-26T06:40:50.108Z Compiling regress v0.9.0
22842024-03-26T06:40:50.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.0/src/lib.rs --error-format=json --json=diagnostic-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=1d982a80737a6d6b -C extra-filename=-1d982a80737a6d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-03-26T06:40:50.133Z Compiling getopts v0.2.21
22862024-03-26T06:40:50.136Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-03-26T06:40:50.176Z Compiling unsafe-libyaml v0.2.10
22882024-03-26T06:40:50.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892024-03-26T06:40:50.432Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22902024-03-26T06:40:50.435Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=fa9424cdf320c306 -C extra-filename=-fa9424cdf320c306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f18fcf40897582ac.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a703ca3348e0e465.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-03-26T06:40:50.460Z Compiling tokio-postgres v0.7.10
22922024-03-26T06:40:50.469Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5dacc20e32105a42 -C extra-filename=-5dacc20e32105a42 --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-e6be8cdf06d0bd46.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-03-26T06:40:50.709Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22942024-03-26T06:40:50.712Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb3fc225a0b06c66 -C extra-filename=-eb3fc225a0b06c66 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
22952024-03-26T06:40:50.921Z Compiling camino v1.1.6
22962024-03-26T06:40:50.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972024-03-26T06:40:51.156Z Compiling ident_case v1.0.1
22982024-03-26T06:40:51.176Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-03-26T06:40:51.199Z Compiling strsim v0.10.0
23002024-03-26T06:40:51.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-03-26T06:40:51.340Z Compiling dirs-sys-next v0.1.2
23022024-03-26T06:40:51.344Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-03-26T06:40:51.638Z Compiling serde_yaml v0.9.25
23042024-03-26T06:40:51.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=800b31898016e6a8 -C extra-filename=-800b31898016e6a8 --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-a8835a8e44aa2410.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-03-26T06:40:51.973Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build`
23062024-03-26T06:40:52.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=aa5affffdef128b1 -C extra-filename=-aa5affffdef128b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
23072024-03-26T06:40:52.071Z Compiling atty v0.2.14
23082024-03-26T06:40:52.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-03-26T06:40:52.147Z Compiling fastrand v2.0.1
23102024-03-26T06:40:52.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-03-26T06:40:52.207Z Compiling dirs-next v2.0.0
23122024-03-26T06:40:52.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1795876847d37563 -C extra-filename=-1795876847d37563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-03-26T06:40:52.412Z Compiling sha1 v0.10.6
23142024-03-26T06:40:52.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c71938ac202827 -C extra-filename=-d5c71938ac202827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-03-26T06:40:52.777Z Compiling tempfile v3.10.0
23162024-03-26T06:40:52.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edbf390221c6541 -C extra-filename=-6edbf390221c6541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-03-26T06:40:52.847Z Compiling term v0.7.0
23182024-03-26T06:40:52.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e642081554db0b17 -C extra-filename=-e642081554db0b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-03-26T06:40:53.193Z Compiling http v1.0.0
23202024-03-26T06:40:53.214Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=67c8b9dad3854477 -C extra-filename=-67c8b9dad3854477 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-03-26T06:40:53.627Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23222024-03-26T06:40:53.633Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e520be7567091c5 -C extra-filename=-7e520be7567091c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-03-26T06:40:54.441Z Compiling match_cfg v0.1.0
23242024-03-26T06:40:54.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-03-26T06:40:54.537Z Compiling hostname v0.3.1
23262024-03-26T06:40:54.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-03-26T06:40:54.781Z Compiling toml v0.8.10
23282024-03-26T06:40:54.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=beec0720f2c50234 -C extra-filename=-beec0720f2c50234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-03-26T06:40:55.205Z Compiling proc-macro-crate v1.3.1
23302024-03-26T06:40:55.239Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b85024877f3a820 -C extra-filename=-1b85024877f3a820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-03-26T06:40:55.492Z Compiling crossbeam-channel v0.5.8
23322024-03-26T06:40:55.496Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3caa7d886ff74e6f -C extra-filename=-3caa7d886ff74e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-03-26T06:40:55.795Z Compiling thread_local v1.1.7
23342024-03-26T06:40:55.827Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-03-26T06:40:55.924Z Compiling instant v0.1.12
23362024-03-26T06:40:55.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a7219532de93018 -C extra-filename=-0a7219532de93018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-03-26T06:40:56.092Z Compiling rustls-pki-types v1.3.0
23382024-03-26T06:40:56.563Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-03-26T06:40:56.564Z Compiling slog-async v2.8.0
23402024-03-26T06:40:56.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412024-03-26T06:40:56.564Z Compiling strum_macros v0.26.1
23422024-03-26T06:40:56.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aced48bff4500061 -C extra-filename=-aced48bff4500061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-03-26T06:40:56.564Z Compiling parking_lot_core v0.8.6
23442024-03-26T06:40:56.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-03-26T06:40:56.564Z Compiling quick-error v1.2.3
23462024-03-26T06:40:56.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-03-26T06:40:56.645Z Compiling paste v1.0.14
23482024-03-26T06:40:56.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-03-26T06:40:56.667Z Compiling take_mut v0.2.2
23502024-03-26T06:40:56.708Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-03-26T06:40:56.817Z Compiling darling_core v0.20.3
23522024-03-26T06:40:56.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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=1d029f60497e8dfb -C extra-filename=-1d029f60497e8dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-03-26T06:40:56.839Z Compiling rustls v0.22.2
23542024-03-26T06:40:56.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-03-26T06:40:56.875Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build`
23562024-03-26T06:40:56.878Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build`
23572024-03-26T06:40:56.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62989711e651ca20 -C extra-filename=-62989711e651ca20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-03-26T06:40:56.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eeefe9d1f4cb38bf -C extra-filename=-eeefe9d1f4cb38bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23592024-03-26T06:40:57.282Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build`
23602024-03-26T06:40:57.285Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build`
23612024-03-26T06:40:57.317Z Compiling rustls-webpki v0.102.1
23622024-03-26T06:40:57.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2bda59b4fdd555c1 -C extra-filename=-2bda59b4fdd555c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23632024-03-26T06:40:57.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-03-26T06:40:57.671Z Compiling slog-json v2.6.1
23652024-03-26T06:40:57.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8eb9c62fc8ee5b1a -C extra-filename=-8eb9c62fc8ee5b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-03-26T06:40:58.075Z Compiling fxhash v0.2.1
23672024-03-26T06:40:58.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-03-26T06:40:58.156Z Compiling diesel v2.1.4
23692024-03-26T06:40:58.159Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.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=949fa3c719518569 -C extra-filename=-949fa3c719518569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-b7330f85004b4e6b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0665997f3629c9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23702024-03-26T06:40:58.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=bfcd6c3dcc8bdfd2 -C extra-filename=-bfcd6c3dcc8bdfd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2bda59b4fdd555c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23712024-03-26T06:40:58.271Z Compiling slog-bunyan v2.5.0
23722024-03-26T06:40:58.326Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=891598d647538f18 -C extra-filename=-891598d647538f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-03-26T06:40:58.476Z Compiling parking_lot v0.11.2
23742024-03-26T06:40:58.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-03-26T06:40:58.685Z Compiling rustls-pemfile v2.1.1
23762024-03-26T06:40:58.688Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-03-26T06:40:59.142Z Compiling slog-term v2.9.0
23782024-03-26T06:40:59.594Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d8168545802535 -C extra-filename=-a3d8168545802535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-03-26T06:40:59.594Z Compiling multer v3.0.0
23802024-03-26T06:40:59.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-03-26T06:40:59.595Z Compiling debug-ignore v1.0.5
23822024-03-26T06:40:59.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-03-26T06:40:59.595Z Compiling sled v0.34.7
23842024-03-26T06:40:59.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=0d924f6d5199d796 -C extra-filename=-0d924f6d5199d796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-03-26T06:40:59.766Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build`
23862024-03-26T06:40:59.838Z Compiling async-stream-impl v0.3.5
23872024-03-26T06:40:59.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbeb974a7e6cd2d9 -C extra-filename=-bbeb974a7e6cd2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-03-26T06:41:00.349Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23892024-03-26T06:41:00.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-03-26T06:41:00.724Z Compiling atomic-waker v1.1.1
23912024-03-26T06:41:00.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-03-26T06:41:00.918Z Compiling waitgroup v0.1.2
23932024-03-26T06:41:00.923Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-03-26T06:41:01.190Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build`
23952024-03-26T06:41:01.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=884130e21cfbc9f4 -C extra-filename=-884130e21cfbc9f4 --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-6aecfa5f524ba23c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-03-26T06:41:01.428Z Compiling async-stream v0.3.5
23972024-03-26T06:41:01.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fe7743c47064bb0 -C extra-filename=-6fe7743c47064bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-bbeb974a7e6cd2d9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-03-26T06:41:01.759Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23992024-03-26T06:41:01.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d7f985056b779f -C extra-filename=-91d7f985056b779f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002024-03-26T06:41:01.955Z Compiling strum v0.26.1
24012024-03-26T06:41:01.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=e0e8e885cafb6a8c -C extra-filename=-e0e8e885cafb6a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aced48bff4500061.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-03-26T06:41:02.141Z Compiling serde_path_to_error v0.1.16
24032024-03-26T06:41:02.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa5b8a5176fd9fa1 -C extra-filename=-aa5b8a5176fd9fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-03-26T06:41:02.329Z Compiling tokio-rustls v0.25.0
24052024-03-26T06:41:02.332Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=3d9950f7b141fe0b -C extra-filename=-3d9950f7b141fe0b --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-bfcd6c3dcc8bdfd2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24062024-03-26T06:41:02.767Z Compiling half v2.3.1
24072024-03-26T06:41:02.778Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-03-26T06:41:02.827Z Compiling darling_macro v0.20.3
24092024-03-26T06:41:02.831Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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=732a39e206f60b94 -C extra-filename=-732a39e206f60b94 --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-1d029f60497e8dfb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-03-26T06:41:03.065Z Compiling ciborium-io v0.2.2
24112024-03-26T06:41:03.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-03-26T06:41:03.199Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
24132024-03-26T06:41:03.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_common --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/mg-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=7fcaadae576b9d44 -C extra-filename=-7fcaadae576b9d44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-03-26T06:41:03.330Z Compiling ciborium-ll v0.2.2
24152024-03-26T06:41:03.364Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-03-26T06:41:03.756Z Compiling ciborium v0.2.2
24172024-03-26T06:41:03.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=725e70086ca63127 -C extra-filename=-725e70086ca63127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-03-26T06:41:03.969Z Compiling wait-timeout v0.2.0
24192024-03-26T06:41:03.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8a585130783d302 -C extra-filename=-e8a585130783d302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-03-26T06:41:04.043Z Compiling darling v0.20.3
24212024-03-26T06:41:04.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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=2eae45232a04769a -C extra-filename=-2eae45232a04769a --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-1d029f60497e8dfb.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-732a39e206f60b94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-03-26T06:41:04.150Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bac2dd5acd3b247d -C extra-filename=-bac2dd5acd3b247d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6fe7743c47064bb0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-91d7f985056b779f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-884130e21cfbc9f4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24232024-03-26T06:41:04.174Z Compiling serde_with_macros v3.6.1
24242024-03-26T06:41:04.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.6.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=1a0969b3e4fdee72 -C extra-filename=-1a0969b3e4fdee72 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-03-26T06:41:04.564Z Compiling num_enum_derive v0.7.2
24262024-03-26T06:41:04.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.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="proc-macro-crate"' --cfg 'feature="std"' -C metadata=ef88673552d8720e -C extra-filename=-ef88673552d8720e --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-1b85024877f3a820.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-03-26T06:41:05.217Z Compiling structmeta-derive v0.3.0
24282024-03-26T06:41:05.220Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c751ca5ccbc98eb -C extra-filename=-1c751ca5ccbc98eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-03-26T06:41:07.665Z Compiling serde_with v3.6.1
24302024-03-26T06:41:07.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=4eb2f80cc0fd6448 -C extra-filename=-4eb2f80cc0fd6448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1a0969b3e4fdee72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-03-26T06:41:07.861Z Compiling num_enum v0.7.2
24322024-03-26T06:41:07.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c6aeb3209d1c2a4f -C extra-filename=-c6aeb3209d1c2a4f --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-ef88673552d8720e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-03-26T06:41:08.035Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
24342024-03-26T06:41:08.039Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/rdb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ebc7bf6a435021a3 -C extra-filename=-ebc7bf6a435021a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-7fcaadae576b9d44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-03-26T06:41:08.544Z Compiling structmeta v0.3.0
24362024-03-26T06:41:08.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfad2bcabaea597a -C extra-filename=-dfad2bcabaea597a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-1c751ca5ccbc98eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-03-26T06:41:08.572Z Compiling rusty-fork v0.3.0
24382024-03-26T06:41:08.624Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=e1361235f905e035 -C extra-filename=-e1361235f905e035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-03-26T06:41:09.002Z Compiling newtype-uuid v1.0.1
24402024-03-26T06:41:09.005Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=33a770dffbec51cf -C extra-filename=-33a770dffbec51cf --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-03-26T06:41:09.293Z Compiling structmeta-derive v0.2.0
24422024-03-26T06:41:09.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669b3c13f236b08b -C extra-filename=-669b3c13f236b08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-03-26T06:41:09.319Z Compiling rand_xorshift v0.3.0
24442024-03-26T06:41:09.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=457dde3678e64dd8 -C extra-filename=-457dde3678e64dd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-03-26T06:41:09.625Z Compiling unarray v0.1.4
24462024-03-26T06:41:09.629Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-03-26T06:41:09.803Z Compiling proptest v1.4.0
24482024-03-26T06:41:09.807Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=306e0ab8c545559c -C extra-filename=-306e0ab8c545559c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-03-26T06:41:11.375Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
24502024-03-26T06:41:11.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bgp --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/bgp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83b5aba5f08a3926 -C extra-filename=-83b5aba5f08a3926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-7fcaadae576b9d44.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c6aeb3209d1c2a4f.rmeta --extern rdb=/work/oxidecomputer/omicron/target/debug/deps/librdb-ebc7bf6a435021a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-03-26T06:41:11.641Z Compiling parse-display-derive v0.9.0
24522024-03-26T06:41:11.645Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3267648c5d40bc94 -C extra-filename=-3267648c5d40bc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dfad2bcabaea597a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-03-26T06:41:11.724Z Compiling backoff v0.4.0
24542024-03-26T06:41:11.727Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5854896ab8f65f6e -C extra-filename=-5854896ab8f65f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-03-26T06:41:12.085Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562024-03-26T06:41:12.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a98ec35fdc259a0 -C extra-filename=-9a98ec35fdc259a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-03-26T06:41:12.243Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24582024-03-26T06:41:12.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=f2497396aab64c55 -C extra-filename=-f2497396aab64c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-03-26T06:41:12.313Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24602024-03-26T06:41:12.324Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=513da06b5e726db4 -C extra-filename=-513da06b5e726db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7e520be7567091c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-03-26T06:41:12.519Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24622024-03-26T06:41:12.542Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe8e2cab88f7876c -C extra-filename=-fe8e2cab88f7876c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-03-26T06:41:12.694Z Compiling macaddr v1.0.1
24642024-03-26T06:41:12.698Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=91213d316a08f92d -C extra-filename=-91213d316a08f92d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-03-26T06:41:12.743Z Compiling structmeta v0.2.0
24662024-03-26T06:41:12.749Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0cdedd9ec54ad9 -C extra-filename=-6d0cdedd9ec54ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-669b3c13f236b08b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-03-26T06:41:13.104Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682024-03-26T06:41:13.109Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=889fa7b66fefcb68 -C extra-filename=-889fa7b66fefcb68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9a98ec35fdc259a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-03-26T06:41:13.156Z Compiling test-strategy v0.3.1
24702024-03-26T06:41:13.160Z Compiling proc-macro-error-attr v1.0.4
24712024-03-26T06:41:13.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb162c8381bd8c5 -C extra-filename=-1bb162c8381bd8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6d0cdedd9ec54ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-03-26T06:41:13.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-03-26T06:41:13.220Z Compiling proc-macro-error v1.0.4
24742024-03-26T06:41:13.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-03-26T06:41:13.543Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build`
24762024-03-26T06:41:13.599Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build`
24772024-03-26T06:41:13.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-03-26T06:41:13.757Z Compiling camino-tempfile v1.1.1
24792024-03-26T06:41:13.789Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d793f93514239ce -C extra-filename=-7d793f93514239ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-03-26T06:41:14.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24812024-03-26T06:41:14.215Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-03-26T06:41:14.602Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24832024-03-26T06:41:14.631Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build`
24842024-03-26T06:41:14.666Z Compiling num_enum_derive v0.5.11
24852024-03-26T06:41:14.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=04c0202edd49aea4 -C extra-filename=-04c0202edd49aea4 --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-1b85024877f3a820.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-03-26T06:41:16.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24872024-03-26T06:41:16.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-03-26T06:41:16.368Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build`
24892024-03-26T06:41:16.368Z Compiling foreign-types-macros v0.2.3
24902024-03-26T06:41:16.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=21aba3c55d758482 -C extra-filename=-21aba3c55d758482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-03-26T06:41:17.001Z Compiling parse-display v0.9.0
24922024-03-26T06:41:17.005Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=1e6b28bdf30fd2d4 -C extra-filename=-1e6b28bdf30fd2d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-3267648c5d40bc94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932024-03-26T06:41:17.172Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24942024-03-26T06:41:17.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-03-26T06:41:17.479Z Compiling foreign-types-shared v0.3.1
24962024-03-26T06:41:17.499Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-03-26T06:41:17.557Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build`
24982024-03-26T06:41:17.593Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
24992024-03-26T06:41:17.617Z Compiling foreign-types v0.5.0
25002024-03-26T06:41:17.621Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ab119944053726a -C extra-filename=-9ab119944053726a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-21aba3c55d758482.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-03-26T06:41:17.742Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
25022024-03-26T06:41:17.764Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25032024-03-26T06:41:17.772Z Compiling cstr-argument v0.1.2
25042024-03-26T06:41:17.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-03-26T06:41:17.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ac8ce2aaf48a630 -C extra-filename=-8ac8ce2aaf48a630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-03-26T06:41:17.805Z Compiling num_enum v0.5.11
25072024-03-26T06:41:17.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79937bf8823922d6 -C extra-filename=-79937bf8823922d6 --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-04c0202edd49aea4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-03-26T06:41:17.917Z Compiling pretty-hex v0.2.1
25092024-03-26T06:41:17.944Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-03-26T06:41:17.966Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25112024-03-26T06:41:17.990Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a160a081357f2375 -C extra-filename=-a160a081357f2375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-8ac8ce2aaf48a630.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-03-26T06:41:18.030Z Compiling tabwriter v1.4.0
25132024-03-26T06:41:18.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=614497814ef66dfd -C extra-filename=-614497814ef66dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-03-26T06:41:18.053Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25152024-03-26T06:41:18.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=2e5b967204277f98 -C extra-filename=-2e5b967204277f98 --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-7e520be7567091c5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-513da06b5e726db4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-03-26T06:41:18.097Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172024-03-26T06:41:18.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb2ccc4c5b3b2866 -C extra-filename=-bb2ccc4c5b3b2866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-03-26T06:41:18.189Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25192024-03-26T06:41:18.193Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d677628268a50a6d -C extra-filename=-d677628268a50a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2e5b967204277f98.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-03-26T06:41:18.451Z Compiling colored v2.1.0
25212024-03-26T06:41:18.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd2af96275a7f5d2 -C extra-filename=-dd2af96275a7f5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-03-26T06:41:18.558Z Compiling socket2 v0.4.9
25232024-03-26T06:41:18.562Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-03-26T06:41:18.580Z Compiling smf v0.2.2
25252024-03-26T06:41:18.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1e41c2f9002e3d6 -C extra-filename=-a1e41c2f9002e3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-03-26T06:41:18.907Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22af393ad8539018 -C extra-filename=-22af393ad8539018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
25272024-03-26T06:41:19.023Z Compiling humantime v2.1.0
25282024-03-26T06:41:19.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-03-26T06:41:19.120Z Compiling usdt-macro v0.5.0
25302024-03-26T06:41:19.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=a5353cf00ba13a6d -C extra-filename=-a5353cf00ba13a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-03-26T06:41:19.260Z Compiling usdt-attr-macro v0.5.0
25322024-03-26T06:41:19.263Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=377d0d9574b0bc11 -C extra-filename=-377d0d9574b0bc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-03-26T06:41:19.545Z Compiling memmap v0.7.0
25342024-03-26T06:41:19.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-03-26T06:41:19.569Z Compiling termcolor v1.2.0
25362024-03-26T06:41:19.603Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-03-26T06:41:19.909Z Compiling same-file v1.0.6
25382024-03-26T06:41:19.912Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-03-26T06:41:19.970Z Compiling heapless v0.8.0
25402024-03-26T06:41:19.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-03-26T06:41:20.133Z Compiling walkdir v2.4.0
25422024-03-26T06:41:20.137Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-03-26T06:41:21.908Z Compiling termtree v0.4.1
25442024-03-26T06:41:21.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-03-26T06:41:21.924Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build`
25462024-03-26T06:41:21.924Z Compiling predicates-tree v1.0.9
25472024-03-26T06:41:21.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-03-26T06:41:21.924Z Compiling hash32 v0.3.1
25492024-03-26T06:41:21.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-03-26T06:41:21.924Z Compiling smoltcp v0.11.0
25512024-03-26T06:41:21.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-03-26T06:41:21.925Z Compiling arc-swap v1.6.0
25532024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-03-26T06:41:21.925Z Compiling crucible-workspace-hack v0.1.0
25562024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-03-26T06:41:21.925Z Compiling usdt v0.5.0
25582024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=4258ebc422c1fe64 -C extra-filename=-4258ebc422c1fe64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-377d0d9574b0bc11.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a5353cf00ba13a6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-03-26T06:41:21.925Z Compiling slog-scope v4.4.0
25602024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-03-26T06:41:21.925Z Compiling cobs v0.2.3
25622024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-03-26T06:41:21.925Z Compiling embedded-io v0.4.0
25642024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-03-26T06:41:21.925Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build`
25662024-03-26T06:41:21.925Z Compiling slog-stdlog v4.1.1
25672024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cb5037a33d491476 -C extra-filename=-cb5037a33d491476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-03-26T06:41:21.925Z Compiling postcard v1.0.8
25692024-03-26T06:41:21.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=f3ca09dbcdd9fc8c -C extra-filename=-f3ca09dbcdd9fc8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-03-26T06:41:21.925Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build`
25712024-03-26T06:41:21.941Z Compiling xattr v1.0.1
25722024-03-26T06:41:21.945Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-03-26T06:41:22.066Z Compiling filetime v0.2.23
25742024-03-26T06:41:22.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-03-26T06:41:22.112Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-03-26T06:41:22.187Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25772024-03-26T06:41:22.192Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=5a7f8461a120683c -C extra-filename=-5a7f8461a120683c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5a7f8461a120683c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-03-26T06:41:22.209Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25792024-03-26T06:41:22.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=eb085a516065dff1 -C extra-filename=-eb085a516065dff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-03-26T06:41:22.394Z Compiling tar v0.4.40
25812024-03-26T06:41:22.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-03-26T06:41:22.466Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-03-26T06:41:22.576Z Compiling slog-envlogger v2.2.0
25842024-03-26T06:41:22.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=489707f7caa2dd80 -C extra-filename=-489707f7caa2dd80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-03-26T06:41:22.639Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5a7f8461a120683c/build-script-build`
25862024-03-26T06:41:22.716Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25872024-03-26T06:41:22.720Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b269b3263919b4b2 -C extra-filename=-b269b3263919b4b2 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-03-26T06:41:22.773Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
25892024-03-26T06:41:22.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=b1bfe1d71b026495 -C extra-filename=-b1bfe1d71b026495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-03-26T06:41:23.390Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25912024-03-26T06:41:23.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-03-26T06:41:23.779Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build`
25932024-03-26T06:41:23.790Z Compiling utf-8 v0.7.6
25942024-03-26T06:41:23.790Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-03-26T06:41:23.906Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25962024-03-26T06:41:23.927Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-03-26T06:41:24.058Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=594866cb674dc001 -C extra-filename=-594866cb674dc001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-bb2ccc4c5b3b2866.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25982024-03-26T06:41:24.108Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25992024-03-26T06:41:24.112Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fc53f7b9f7b3f99 -C extra-filename=-9fc53f7b9f7b3f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-03-26T06:41:24.244Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26012024-03-26T06:41:24.251Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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=03fa6b6caeb4275e -C extra-filename=-03fa6b6caeb4275e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-03-26T06:41:24.466Z Compiling mockall_derive v0.12.0
26032024-03-26T06:41:24.473Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5995008750e115b3 -C extra-filename=-5995008750e115b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-03-26T06:41:24.685Z Compiling num-derive v0.4.0
26052024-03-26T06:41:24.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c2619263f36e68d -C extra-filename=-6c2619263f36e68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-03-26T06:41:25.876Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26072024-03-26T06:41:25.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=4e937026deba92e0 -C extra-filename=-4e937026deba92e0 --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-eb085a516065dff1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-03-26T06:41:26.567Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26092024-03-26T06:41:26.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f4da38c02ba4e68 -C extra-filename=-0f4da38c02ba4e68 --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-831e5927df80e2b7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d677628268a50a6d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-800b31898016e6a8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-03-26T06:41:27.190Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=0bd240c4bc44e54c -C extra-filename=-0bd240c4bc44e54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-b269b3263919b4b2.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb085a516065dff1.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b1bfe1d71b026495.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4e937026deba92e0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
26112024-03-26T06:41:27.241Z Compiling fragile v2.0.0
26122024-03-26T06:41:27.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132024-03-26T06:41:27.419Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26142024-03-26T06:41:27.423Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=95cdad147fa35593 -C extra-filename=-95cdad147fa35593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb085a516065dff1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0bd240c4bc44e54c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-03-26T06:41:27.903Z Compiling base64 v0.22.0
26162024-03-26T06:41:27.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=356ff9a5192dbc7e -C extra-filename=-356ff9a5192dbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-03-26T06:41:27.932Z Compiling downcast v0.11.0
26182024-03-26T06:41:27.939Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-03-26T06:41:27.956Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
26202024-03-26T06:41:27.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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=cb4c4704d95684a8 -C extra-filename=-cb4c4704d95684a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6c2619263f36e68d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-03-26T06:41:28.157Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26222024-03-26T06:41:28.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=a914d00a2e572314 -C extra-filename=-a914d00a2e572314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9fc53f7b9f7b3f99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-03-26T06:41:28.656Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
26242024-03-26T06:41:28.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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=fc0d7c84909613e3 -C extra-filename=-fc0d7c84909613e3 --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-03fa6b6caeb4275e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-03-26T06:41:28.911Z Compiling tungstenite v0.20.1
26262024-03-26T06:41:28.915Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=7fc75eb1bcb42444 -C extra-filename=-7fc75eb1bcb42444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-03-26T06:41:29.069Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
26282024-03-26T06:41:29.072Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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=6d1ecd69c959da9f -C extra-filename=-6d1ecd69c959da9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-594866cb674dc001.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0bd240c4bc44e54c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-03-26T06:41:29.281Z Compiling heck v0.3.3
26302024-03-26T06:41:29.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-03-26T06:41:29.720Z Compiling pem v3.0.2
26322024-03-26T06:41:29.725Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-03-26T06:41:29.850Z Compiling headers-core v0.2.0
26342024-03-26T06:41:29.853Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07bb001fef48db39 -C extra-filename=-07bb001fef48db39 --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-3ad4984bdc555529.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-03-26T06:41:30.010Z Compiling tokio-tungstenite v0.20.1
26362024-03-26T06:41:30.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=a55b33373ba6031a -C extra-filename=-a55b33373ba6031a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7fc75eb1bcb42444.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-03-26T06:41:30.129Z Compiling linked-hash-map v0.5.6
26382024-03-26T06:41:30.132Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-03-26T06:41:30.501Z Compiling lru-cache v0.1.2
26402024-03-26T06:41:30.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-03-26T06:41:30.525Z Compiling headers v0.3.9
26422024-03-26T06:41:30.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f6e48ba9013d532 -C extra-filename=-9f6e48ba9013d532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-07bb001fef48db39.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-03-26T06:41:30.552Z Compiling env_logger v0.9.3
26442024-03-26T06:41:30.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=333dff0bff950473 -C extra-filename=-333dff0bff950473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-03-26T06:41:30.708Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26462024-03-26T06:41:30.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1a62a9c04d7931a -C extra-filename=-b1a62a9c04d7931a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-03-26T06:41:30.995Z Compiling password-hash v0.5.0
26482024-03-26T06:41:30.999Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=afee59289627ee61 -C extra-filename=-afee59289627ee61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-03-26T06:41:31.190Z Compiling blake2 v0.10.6
26502024-03-26T06:41:31.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=144b4f39f1f7c4be -C extra-filename=-144b4f39f1f7c4be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-03-26T06:41:31.921Z Compiling bitstruct_derive v0.1.0
26522024-03-26T06:41:31.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b7ba2192bbbf503 -C extra-filename=-4b7ba2192bbbf503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-03-26T06:41:32.057Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26542024-03-26T06:41:32.100Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157b775f51930d4 -C extra-filename=-a157b775f51930d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-03-26T06:41:32.198Z Compiling ascii v1.1.0
26562024-03-26T06:41:32.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40a21741d6dad4a9 -C extra-filename=-40a21741d6dad4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-03-26T06:41:32.533Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26582024-03-26T06:41:32.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3757f1f856e533e1 -C extra-filename=-3757f1f856e533e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a157b775f51930d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-03-26T06:41:32.718Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26602024-03-26T06:41:32.721Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1397ed1f12000b39 -C extra-filename=-1397ed1f12000b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-40a21741d6dad4a9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-333dff0bff950473.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-03-26T06:41:32.797Z Compiling argon2 v0.5.3
26622024-03-26T06:41:32.801Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26632024-03-26T06:41:32.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bd1d1801db21c345 -C extra-filename=-bd1d1801db21c345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-144b4f39f1f7c4be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-afee59289627ee61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-03-26T06:41:32.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68b4788525c83865 -C extra-filename=-68b4788525c83865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-b1a62a9c04d7931a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-03-26T06:41:33.008Z Compiling mockall v0.12.0
26662024-03-26T06:41:33.027Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df57e12a1daeb9f8 -C extra-filename=-df57e12a1daeb9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5995008750e115b3.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-03-26T06:41:33.226Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26682024-03-26T06:41:33.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ee54964435f7fd4 -C extra-filename=-1ee54964435f7fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-03-26T06:41:33.345Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26702024-03-26T06:41:33.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae5113e065c4bc86 -C extra-filename=-ae5113e065c4bc86 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-03-26T06:41:33.462Z Compiling bitstruct v0.1.1
26722024-03-26T06:41:33.466Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6ed368a1311ffcd -C extra-filename=-f6ed368a1311ffcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-4b7ba2192bbbf503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-03-26T06:41:33.586Z Compiling serde_arrays v0.1.0
26742024-03-26T06:41:33.590Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3686ae073355ff4 -C extra-filename=-f3686ae073355ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-03-26T06:41:33.711Z Compiling erased-serde v0.3.31
26762024-03-26T06:41:33.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eba1e26a7e70ce36 -C extra-filename=-eba1e26a7e70ce36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-03-26T06:41:33.753Z Compiling itertools v0.12.1
26782024-03-26T06:41:33.757Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-03-26T06:41:33.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26802024-03-26T06:41:33.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4810c88037fcfe90 -C extra-filename=-4810c88037fcfe90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-03-26T06:41:34.186Z Compiling zone_cfg_derive v0.1.2
26822024-03-26T06:41:34.220Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d233dbee3072a81 -C extra-filename=-5d233dbee3072a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-03-26T06:41:34.303Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90/build-script-build`
26842024-03-26T06:41:34.338Z Compiling tungstenite v0.21.0
26852024-03-26T06:41:34.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=90e20f75fd72f257 -C extra-filename=-90e20f75fd72f257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-03-26T06:41:35.189Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26872024-03-26T06:41:35.193Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c35af3d61130843e -C extra-filename=-c35af3d61130843e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-68b4788525c83865.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-f6ed368a1311ffcd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-1ee54964435f7fd4.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-eba1e26a7e70ce36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ae5113e065c4bc86.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-1397ed1f12000b39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-f3686ae073355ff4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-3757f1f856e533e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-03-26T06:41:35.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26892024-03-26T06:41:35.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07d11c9f9512037f -C extra-filename=-07d11c9f9512037f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-07d11c9f9512037f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d9b51b622dd975e6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26902024-03-26T06:41:35.798Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-07d11c9f9512037f/build-script-build`
26912024-03-26T06:41:35.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d4676144140f0d9 -C extra-filename=-1d4676144140f0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d9b51b622dd975e6.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26922024-03-26T06:41:35.844Z Compiling base64 v0.13.1
26932024-03-26T06:41:35.859Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27c3891ed007f9e7 -C extra-filename=-27c3891ed007f9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-03-26T06:41:35.956Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26952024-03-26T06:41:35.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bac983d2b158a0a8 -C extra-filename=-bac983d2b158a0a8 --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-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26962024-03-26T06:41:35.985Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26972024-03-26T06:41:35.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8da7b89415410000 -C extra-filename=-8da7b89415410000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26982024-03-26T06:41:36.374Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26992024-03-26T06:41:36.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e8b22b52fc724be -C extra-filename=-5e8b22b52fc724be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27002024-03-26T06:41:36.454Z Compiling ron v0.7.1
27012024-03-26T06:41:36.511Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15a2d8d95cc077ab -C extra-filename=-15a2d8d95cc077ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-27c3891ed007f9e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-03-26T06:41:36.762Z Compiling zone v0.1.8
27032024-03-26T06:41:36.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8f04a1c20aa323f -C extra-filename=-b8f04a1c20aa323f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5d233dbee3072a81.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-03-26T06:41:36.901Z Compiling tokio-tungstenite v0.21.0
27052024-03-26T06:41:36.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=b2296a766b7b3aaa -C extra-filename=-b2296a766b7b3aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-90e20f75fd72f257.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-03-26T06:41:37.007Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=534315944b9da1a9 -C extra-filename=-534315944b9da1a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-bb2ccc4c5b3b2866.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
27072024-03-26T06:41:37.012Z Compiling portpicker v0.1.1
27082024-03-26T06:41:37.012Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd67c0097bc1e3d -C extra-filename=-3fd67c0097bc1e3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-03-26T06:41:37.346Z Compiling swrite v0.1.0
27102024-03-26T06:41:37.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-03-26T06:41:37.446Z Compiling rcgen v0.12.1
27122024-03-26T06:41:37.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b8fd1eb3eadc8a85 -C extra-filename=-b8fd1eb3eadc8a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
27132024-03-26T06:41:37.477Z Compiling atomicwrites v0.4.3
27142024-03-26T06:41:37.481Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3655500470576653 -C extra-filename=-3655500470576653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-03-26T06:41:37.830Z Compiling subprocess v0.2.9
27162024-03-26T06:41:37.835Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-03-26T06:41:37.865Z Compiling derive-where v1.2.7
27182024-03-26T06:41:37.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b44ebb5b3c74cea -C extra-filename=-2b44ebb5b3c74cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-03-26T06:41:38.412Z Compiling resolv-conf v0.7.0
27202024-03-26T06:41:38.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=b17683cade733f41 -C extra-filename=-b17683cade733f41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-03-26T06:41:38.865Z Compiling trust-dns-resolver v0.22.0
27222024-03-26T06:41:38.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=c94f3245b8807f94 -C extra-filename=-c94f3245b8807f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-03-26T06:41:39.220Z Compiling semver v0.1.20
27242024-03-26T06:41:39.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-03-26T06:41:39.914Z Compiling rustc_version v0.1.7
27262024-03-26T06:41:39.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-03-26T06:41:39.966Z Compiling cancel-safe-futures v0.1.5
27282024-03-26T06:41:39.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-03-26T06:41:40.043Z Compiling signature v2.1.0
27302024-03-26T06:41:40.075Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=87fa9ebc53729cb3 -C extra-filename=-87fa9ebc53729cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-03-26T06:41:40.298Z Compiling slog-dtrace v0.3.0
27322024-03-26T06:41:40.302Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-03-26T06:41:40.379Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build`
27342024-03-26T06:41:40.413Z Compiling newtype_derive v0.1.6
27352024-03-26T06:41:40.417Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-03-26T06:41:40.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a793ffa56fa205b3 -C extra-filename=-a793ffa56fa205b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-03-26T06:41:40.656Z Compiling rayon-core v1.12.1
27382024-03-26T06:41:40.661Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-03-26T06:41:40.816Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build`
27402024-03-26T06:41:40.858Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
27412024-03-26T06:41:40.899Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build`
27422024-03-26T06:41:40.962Z Compiling steno v0.4.0
27432024-03-26T06:41:40.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84cbdf7fa6766d88 -C extra-filename=-84cbdf7fa6766d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-03-26T06:41:40.999Z Compiling crossbeam-deque v0.8.3
27452024-03-26T06:41:41.003Z Compiling libsw v3.3.1
27462024-03-26T06:41:41.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b3c4c3177151a001 -C extra-filename=-b3c4c3177151a001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-03-26T06:41:41.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=54f911ea7a4e298c -C extra-filename=-54f911ea7a4e298c --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-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482024-03-26T06:41:41.023Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build`
27492024-03-26T06:41:41.057Z Compiling is-terminal v0.4.9
27502024-03-26T06:41:41.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07069127a17cd079 -C extra-filename=-07069127a17cd079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-03-26T06:41:41.197Z Compiling linear-map v1.2.0
27522024-03-26T06:41:41.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-03-26T06:41:41.311Z Compiling owo-colors v4.0.0
27542024-03-26T06:41:41.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-03-26T06:41:41.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40d7b3943423d395 -C extra-filename=-40d7b3943423d395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-b3c4c3177151a001.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-03-26T06:41:41.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233c233740c5a91e -C extra-filename=-233c233740c5a91e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-03-26T06:41:41.702Z Compiling nibble_vec v0.1.0
27582024-03-26T06:41:41.706Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5717221127a63a -C extra-filename=-ad5717221127a63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-03-26T06:41:41.918Z Compiling endian-type v0.1.2
27602024-03-26T06:41:41.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-03-26T06:41:42.138Z Compiling radix_trie v0.2.1
27622024-03-26T06:41:42.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31914b6898517cee -C extra-filename=-31914b6898517cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-03-26T06:41:42.169Z Compiling rayon v1.9.0
27642024-03-26T06:41:42.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.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=3c0333554e1139b6 -C extra-filename=-3c0333554e1139b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40d7b3943423d395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-03-26T06:41:42.904Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27662024-03-26T06:41:42.908Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7200315fc9f61cc6 -C extra-filename=-7200315fc9f61cc6 --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-1d4676144140f0d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27672024-03-26T06:41:43.198Z Compiling glob v0.3.1
27682024-03-26T06:41:43.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-03-26T06:41:43.228Z Compiling toml v0.5.11
27702024-03-26T06:41:43.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=afa4c9634c10e2b4 -C extra-filename=-afa4c9634c10e2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-03-26T06:41:43.746Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27722024-03-26T06:41:44.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88d04d21651e0dad -C extra-filename=-88d04d21651e0dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27732024-03-26T06:41:44.203Z Compiling num-rational v0.4.1
27742024-03-26T06:41:44.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-03-26T06:41:44.561Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build`
27762024-03-26T06:41:44.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cc11b59b5be65d8 -C extra-filename=-8cc11b59b5be65d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27772024-03-26T06:41:45.125Z Compiling num-complex v0.4.4
27782024-03-26T06:41:45.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=0f2ec5d69ba17311 -C extra-filename=-0f2ec5d69ba17311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-03-26T06:41:46.031Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27802024-03-26T06:41:46.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a68c5e13781c2aa -C extra-filename=-5a68c5e13781c2aa --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-eb3fc225a0b06c66.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d677628268a50a6d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0f4da38c02ba4e68.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27812024-03-26T06:41:46.130Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27822024-03-26T06:41:46.133Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50dc32cb0c0ac65b -C extra-filename=-50dc32cb0c0ac65b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-c35af3d61130843e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-03-26T06:41:46.250Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
27842024-03-26T06:41:46.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/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=9cdcd5522f962de1 -C extra-filename=-9cdcd5522f962de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bgp=/work/oxidecomputer/omicron/target/debug/deps/libbgp-83b5aba5f08a3926.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rdb=/work/oxidecomputer/omicron/target/debug/deps/librdb-ebc7bf6a435021a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27852024-03-26T06:41:46.573Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27862024-03-26T06:41:46.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2a8f7cd3c636487 -C extra-filename=-e2a8f7cd3c636487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27872024-03-26T06:41:46.667Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27882024-03-26T06:41:46.671Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57eef4883f9c4e2d -C extra-filename=-57eef4883f9c4e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27892024-03-26T06:41:46.808Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27902024-03-26T06:41:46.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b8d17ff2519c5ea -C extra-filename=-2b8d17ff2519c5ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-50dc32cb0c0ac65b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-03-26T06:41:46.830Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27922024-03-26T06:41:46.835Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3bb5cf90af20cfd3 -C extra-filename=-3bb5cf90af20cfd3 --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-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27932024-03-26T06:41:47.569Z Compiling num v0.4.1
27942024-03-26T06:41:47.987Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=9f10828012a3e3e1 -C extra-filename=-9f10828012a3e3e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-0f2ec5d69ba17311.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-03-26T06:41:47.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27962024-03-26T06:41:47.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=272dc1845ca07f01 -C extra-filename=-272dc1845ca07f01 --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-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27972024-03-26T06:41:47.991Z Compiling radium v0.7.0
27982024-03-26T06:41:47.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-03-26T06:41:48.218Z Compiling home v0.5.5
28002024-03-26T06:41:48.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-03-26T06:41:48.389Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build`
28022024-03-26T06:41:48.424Z Compiling newline-converter v0.3.0
28032024-03-26T06:41:48.427Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042024-03-26T06:41:48.485Z Compiling convert_case v0.4.0
28052024-03-26T06:41:48.490Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-03-26T06:41:48.585Z Compiling maybe-uninit v2.0.0
28072024-03-26T06:41:48.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082024-03-26T06:41:48.862Z Compiling tap v1.0.1
28092024-03-26T06:41:48.866Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-03-26T06:41:48.918Z Compiling display-error-chain v0.2.0
28112024-03-26T06:41:48.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-03-26T06:41:49.056Z Compiling wyz v0.5.1
28132024-03-26T06:41:49.060Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142024-03-26T06:41:49.104Z Compiling expectorate v1.1.0
28152024-03-26T06:41:49.105Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b34ecb9511b4db9b -C extra-filename=-b34ecb9511b4db9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-03-26T06:41:49.176Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build`
28172024-03-26T06:41:49.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
28182024-03-26T06:41:49.282Z Compiling funty v2.0.0
28192024-03-26T06:41:49.308Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-03-26T06:41:49.498Z Compiling crc-catalog v2.2.0
28212024-03-26T06:41:49.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-03-26T06:41:49.518Z Compiling derive_more v0.99.17
28232024-03-26T06:41:49.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-03-26T06:41:49.634Z Compiling packed_struct v0.10.1
28252024-03-26T06:41:49.634Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262024-03-26T06:41:49.665Z Compiling num-bigint-dig v0.8.4
28272024-03-26T06:41:49.668Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-03-26T06:41:50.023Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build`
28292024-03-26T06:41:50.053Z Compiling crc v3.0.1
28302024-03-26T06:41:50.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-03-26T06:41:50.151Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build`
28322024-03-26T06:41:50.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
28332024-03-26T06:41:50.289Z Compiling packed_struct_codegen v0.10.1
28342024-03-26T06:41:50.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-03-26T06:41:50.350Z Compiling bitvec v1.0.1
28362024-03-26T06:41:50.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-03-26T06:41:51.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28382024-03-26T06:41:51.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=559ed63894eac139 -C extra-filename=-559ed63894eac139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28392024-03-26T06:41:53.024Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28402024-03-26T06:41:53.029Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=593aed0259623e8b -C extra-filename=-593aed0259623e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-534315944b9da1a9.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-3fd67c0097bc1e3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-3bb5cf90af20cfd3.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-2b8d17ff2519c5ea.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-15a2d8d95cc077ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b2296a766b7b3aaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b8f04a1c20aa323f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28412024-03-26T06:41:53.173Z Compiling indexmap v1.9.3
28422024-03-26T06:41:53.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-03-26T06:41:53.520Z Compiling nodrop v0.1.14
28442024-03-26T06:41:53.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-03-26T06:41:53.560Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build`
28462024-03-26T06:41:53.583Z Compiling smallvec v0.6.14
28472024-03-26T06:41:53.588Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-03-26T06:41:53.634Z Compiling array-init v0.0.4
28492024-03-26T06:41:53.661Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-03-26T06:41:53.827Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=49eff785b7229eaf -C extra-filename=-49eff785b7229eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512024-03-26T06:41:53.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=53309572b38547f8 -C extra-filename=-53309572b38547f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28522024-03-26T06:41:54.016Z Compiling pkcs1 v0.7.5
28532024-03-26T06:41:54.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=feec032bdd149ce4 -C extra-filename=-feec032bdd149ce4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-03-26T06:41:54.871Z Compiling bitfield v0.14.0
28552024-03-26T06:41:55.012Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-03-26T06:41:55.017Z Compiling hashbrown v0.12.3
28572024-03-26T06:41:55.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-03-26T06:41:55.199Z Compiling serde-hex v0.1.0
28592024-03-26T06:41:55.205Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98514bdd8737c5c9 -C extra-filename=-98514bdd8737c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-03-26T06:41:56.189Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=1abd2053f376426f -C extra-filename=-1abd2053f376426f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28612024-03-26T06:41:57.192Z Compiling rsa v0.9.2
28622024-03-26T06:41:57.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=de6453f91970b472 -C extra-filename=-de6453f91970b472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-03-26T06:41:58.001Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28642024-03-26T06:41:58.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2545ccb2402e61fd -C extra-filename=-2545ccb2402e61fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-03-26T06:41:58.801Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28662024-03-26T06:41:58.805Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9c9f2e3bfedd2848 -C extra-filename=-9c9f2e3bfedd2848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-03-26T06:41:59.118Z Compiling env_logger v0.10.0
28682024-03-26T06:41:59.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=47f87905f0e66bb4 -C extra-filename=-47f87905f0e66bb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-03-26T06:41:59.874Z Compiling x509-cert v0.2.4
28702024-03-26T06:41:59.878Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d04bf3119feb1f66 -C extra-filename=-d04bf3119feb1f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-03-26T06:41:59.977Z Compiling ron v0.8.1
28722024-03-26T06:41:59.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ffade93e16c6b8e0 -C extra-filename=-ffade93e16c6b8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732024-03-26T06:42:00.469Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28742024-03-26T06:42:00.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33d23b3a549d7a43 -C extra-filename=-33d23b3a549d7a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28752024-03-26T06:42:07.646Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28762024-03-26T06:42:07.704Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=208ef3c0351a43fb -C extra-filename=-208ef3c0351a43fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-df57e12a1daeb9f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8da7b89415410000.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28772024-03-26T06:42:07.712Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782024-03-26T06:42:07.713Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=a1e95f4f3bc0a41a -C extra-filename=-a1e95f4f3bc0a41a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593aed0259623e8b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28792024-03-26T06:42:07.784Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-03-26T06:42:07.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f48f96053d485b4 -C extra-filename=-5f48f96053d485b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28812024-03-26T06:42:07.784Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28822024-03-26T06:42:07.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0c244be3f730560 -C extra-filename=-a0c244be3f730560 --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-272dc1845ca07f01.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28832024-03-26T06:42:07.784Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28842024-03-26T06:42:07.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32d8b5ee99958a7f -C extra-filename=-32d8b5ee99958a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28852024-03-26T06:42:07.784Z Compiling hashbrown v0.13.2
28862024-03-26T06:42:07.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=94e4e7ba309d7872 -C extra-filename=-94e4e7ba309d7872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-03-26T06:42:07.785Z Compiling arrayref v0.3.7
28882024-03-26T06:42:07.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892024-03-26T06:42:07.785Z Compiling arrayvec v0.7.4
28902024-03-26T06:42:07.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-03-26T06:42:07.785Z Compiling crc-any v2.4.3
28922024-03-26T06:42:07.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932024-03-26T06:42:07.868Z Compiling object v0.30.4
28942024-03-26T06:42:07.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=ef3269e7e4a0c920 -C extra-filename=-ef3269e7e4a0c920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-94e4e7ba309d7872.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952024-03-26T06:42:08.137Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28962024-03-26T06:42:08.142Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a476cbaa4137627 -C extra-filename=-2a476cbaa4137627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-ffade93e16c6b8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972024-03-26T06:42:08.946Z Compiling path-slash v0.1.5
28982024-03-26T06:42:09.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992024-03-26T06:42:09.034Z Compiling constant_time_eq v0.3.0
29002024-03-26T06:42:09.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-03-26T06:42:09.118Z Compiling blake3 v1.5.0
29022024-03-26T06:42:09.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-03-26T06:42:09.162Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29042024-03-26T06:42:09.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1505117b71cf649c -C extra-filename=-1505117b71cf649c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2545ccb2402e61fd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-03-26T06:42:09.835Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build`
29062024-03-26T06:42:10.315Z Compiling memmap2 v0.7.1
29072024-03-26T06:42:10.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-03-26T06:42:11.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=bda1b2dab1030737 -C extra-filename=-bda1b2dab1030737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
29092024-03-26T06:42:12.486Z Compiling textwrap v0.11.0
29102024-03-26T06:42:12.490Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=413954bee5843f60 -C extra-filename=-413954bee5843f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-03-26T06:42:12.768Z Compiling gethostname v0.4.3
29122024-03-26T06:42:12.821Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132024-03-26T06:42:13.013Z Compiling ansi_term v0.12.1
29142024-03-26T06:42:13.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-03-26T06:42:13.049Z Compiling topological-sort v0.2.2
29162024-03-26T06:42:13.055Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-03-26T06:42:13.276Z Compiling libefi-sys v0.1.0
29182024-03-26T06:42:13.311Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-03-26T06:42:13.566Z Compiling strsim v0.8.0
29202024-03-26T06:42:13.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-03-26T06:42:13.614Z Compiling vec_map v0.8.2
29222024-03-26T06:42:13.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-03-26T06:42:13.891Z Compiling clap v2.34.0
29242024-03-26T06:42:13.896Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-03-26T06:42:13.988Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build`
29262024-03-26T06:42:14.010Z Compiling omicron-zone-package v0.11.0
29272024-03-26T06:42:14.023Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=836c228aaab79d4e -C extra-filename=-836c228aaab79d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-bda1b2dab1030737.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29282024-03-26T06:42:14.031Z Compiling trust-dns-client v0.22.0
29292024-03-26T06:42:14.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a827136269358aab -C extra-filename=-a827136269358aab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-03-26T06:42:14.455Z Compiling structopt-derive v0.4.18
29312024-03-26T06:42:14.456Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-03-26T06:42:16.826Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29332024-03-26T06:42:16.872Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=709aa28c65a7f74a -C extra-filename=-709aa28c65a7f74a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29342024-03-26T06:42:17.036Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29352024-03-26T06:42:17.039Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a3831feac74ea -C extra-filename=-2c5a3831feac74ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29362024-03-26T06:42:17.460Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29372024-03-26T06:42:17.464Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d718803917862f0 -C extra-filename=-6d718803917862f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29382024-03-26T06:42:18.085Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29392024-03-26T06:42:18.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56a0dc7253e897a8 -C extra-filename=-56a0dc7253e897a8 --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-2545ccb2402e61fd.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1505117b71cf649c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29402024-03-26T06:42:19.204Z Compiling semver-parser v0.10.2
29412024-03-26T06:42:19.209Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=107ab8797a542c77 -C extra-filename=-107ab8797a542c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-03-26T06:42:20.547Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29432024-03-26T06:42:20.551Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-03-26T06:42:21.012Z Compiling keccak v0.1.4
29452024-03-26T06:42:21.015Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-03-26T06:42:21.183Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build`
29472024-03-26T06:42:21.301Z Compiling sha3 v0.10.8
29482024-03-26T06:42:21.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=18e98e9e48a01bce -C extra-filename=-18e98e9e48a01bce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-03-26T06:42:21.416Z Compiling semver v0.11.0
29502024-03-26T06:42:21.420Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3b3142c6dcf71fdd -C extra-filename=-3b3142c6dcf71fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-107ab8797a542c77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-03-26T06:42:22.041Z Compiling structopt v0.3.26
29522024-03-26T06:42:22.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-03-26T06:42:22.214Z Compiling trust-dns-server v0.22.1
29542024-03-26T06:42:22.218Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39865239b6676153 -C extra-filename=-39865239b6676153 --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-e6be8cdf06d0bd46.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-03-26T06:42:22.287Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
29562024-03-26T06:42:22.291Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29572024-03-26T06:42:22.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5261b61fba90eb16 -C extra-filename=-5261b61fba90eb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-03-26T06:42:22.713Z Compiling secrecy v0.8.0
29592024-03-26T06:42:22.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=60d1e75aba0cc8b7 -C extra-filename=-60d1e75aba0cc8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-03-26T06:42:22.777Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29612024-03-26T06:42:22.781Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef486e321f9a5dee -C extra-filename=-ef486e321f9a5dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-03-26T06:42:22.954Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29632024-03-26T06:42:22.957Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d9d1a690638c900 -C extra-filename=-3d9d1a690638c900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-ef486e321f9a5dee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-03-26T06:42:22.987Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29652024-03-26T06:42:23.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf8c6a7305dce9e0 -C extra-filename=-bf8c6a7305dce9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-03-26T06:42:23.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276848ef01bcf101 -C extra-filename=-276848ef01bcf101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci`
29672024-03-26T06:42:23.359Z Compiling toolchain_find v0.2.0
29682024-03-26T06:42:23.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34e80d6ad3c7d650 -C extra-filename=-34e80d6ad3c7d650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3b3142c6dcf71fdd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-03-26T06:42:23.564Z Compiling buf-list v1.0.3
29702024-03-26T06:42:23.568Z Compiling platforms v3.0.2
29712024-03-26T06:42:24.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-03-26T06:42:24.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-03-26T06:42:24.018Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build`
29742024-03-26T06:42:24.028Z Compiling rustfmt-wrapper v0.2.0
29752024-03-26T06:42:24.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e8090c4744de862 -C extra-filename=-8e8090c4744de862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-34e80d6ad3c7d650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-03-26T06:42:24.054Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-03-26T06:42:24.260Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build`
29782024-03-26T06:42:24.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=abf878d1d1a926b5 -C extra-filename=-abf878d1d1a926b5 --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-6aecfa5f524ba23c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29792024-03-26T06:42:24.645Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29802024-03-26T06:42:24.671Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17b0c7b65fd7cc8b -C extra-filename=-17b0c7b65fd7cc8b --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-17b0c7b65fd7cc8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8e8090c4744de862.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29812024-03-26T06:42:24.674Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29822024-03-26T06:42:24.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e953d77d63b011de -C extra-filename=-e953d77d63b011de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29832024-03-26T06:42:24.910Z Compiling curve25519-dalek v4.1.1
29842024-03-26T06:42:24.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=97a8c26849a57512 -C extra-filename=-97a8c26849a57512 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-03-26T06:42:25.625Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29862024-03-26T06:42:25.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c4fa0f94d62c05b -C extra-filename=-7c4fa0f94d62c05b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29872024-03-26T06:42:25.754Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
29882024-03-26T06:42:25.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/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=94200cba335910e5 -C extra-filename=-94200cba335910e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-7fcaadae576b9d44.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29892024-03-26T06:42:26.948Z Compiling universal-hash v0.5.1
29902024-03-26T06:42:26.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b0fd4e52ffbc0c7 -C extra-filename=-7b0fd4e52ffbc0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-03-26T06:42:27.156Z Compiling opaque-debug v0.3.0
29922024-03-26T06:42:27.159Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-03-26T06:42:27.287Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512/build-script-build`
29942024-03-26T06:42:27.405Z Compiling pin-project-internal v1.1.3
29952024-03-26T06:42:27.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34d43e706af36051 -C extra-filename=-34d43e706af36051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-03-26T06:42:28.407Z Compiling curve25519-dalek-derive v0.1.0
29972024-03-26T06:42:28.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd329cb2f43fd91 -C extra-filename=-6cd329cb2f43fd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-03-26T06:42:29.249Z Compiling unicase v2.7.0
29992024-03-26T06:42:29.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-03-26T06:42:29.630Z Compiling doc-comment v0.3.3
30012024-03-26T06:42:29.652Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-03-26T06:42:30.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=4580cc12a6811996 -C extra-filename=-4580cc12a6811996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6cd329cb2f43fd91.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30032024-03-26T06:42:30.274Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build`
30042024-03-26T06:42:30.433Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build`
30052024-03-26T06:42:30.629Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30062024-03-26T06:42:30.650Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4476215e7931793 -C extra-filename=-c4476215e7931793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-94200cba335910e5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30072024-03-26T06:42:30.785Z Compiling pin-project v1.1.3
30082024-03-26T06:42:30.822Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de07d84e45cc4683 -C extra-filename=-de07d84e45cc4683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-34d43e706af36051.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-03-26T06:42:30.848Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30102024-03-26T06:42:30.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a0a18771839696c -C extra-filename=-0a0a18771839696c --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-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30112024-03-26T06:42:30.923Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
30122024-03-26T06:42:31.330Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-03-26T06:42:31.411Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30142024-03-26T06:42:31.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef4a39404d03f6d4 -C extra-filename=-ef4a39404d03f6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30152024-03-26T06:42:31.693Z Compiling aead v0.5.2
30162024-03-26T06:42:31.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=006636b63ef3e5f2 -C extra-filename=-006636b63ef3e5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-03-26T06:42:31.979Z Compiling vte_generate_state_changes v0.1.1
30182024-03-26T06:42:31.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-03-26T06:42:32.445Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30202024-03-26T06:42:32.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=7c8516dcb32450af -C extra-filename=-7c8516dcb32450af --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-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
30212024-03-26T06:42:32.449Z Compiling mime_guess v2.0.4
30222024-03-26T06:42:32.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-03-26T06:42:32.737Z Compiling poly1305 v0.8.0
30242024-03-26T06:42:32.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf401129dc6b62ad -C extra-filename=-bf401129dc6b62ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-03-26T06:42:32.772Z Compiling vte v0.11.1
30262024-03-26T06:42:32.775Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-03-26T06:42:33.659Z Compiling chacha20 v0.9.1
30282024-03-26T06:42:33.663Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=18d3077823b1c206 -C extra-filename=-18d3077823b1c206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-03-26T06:42:34.116Z Compiling thiserror-impl-no-std v2.0.2
30302024-03-26T06:42:34.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-03-26T06:42:34.529Z Compiling nanorand v0.7.0
30322024-03-26T06:42:34.532Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=118278b83ed031f2 -C extra-filename=-118278b83ed031f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-03-26T06:42:35.102Z Compiling flume v0.11.0
30342024-03-26T06:42:35.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=def8a1f3657677c6 -C extra-filename=-def8a1f3657677c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-118278b83ed031f2.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-03-26T06:42:35.123Z Compiling strip-ansi-escapes v0.2.0
30362024-03-26T06:42:35.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-03-26T06:42:35.546Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build`
30382024-03-26T06:42:35.550Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30392024-03-26T06:42:35.550Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2b8faa50cdb50e3 -C extra-filename=-d2b8faa50cdb50e3 --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30402024-03-26T06:42:35.579Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412024-03-26T06:42:35.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=83fc5dd8e45cf6f1 -C extra-filename=-83fc5dd8e45cf6f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-83fc5dd8e45cf6f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30422024-03-26T06:42:35.774Z Compiling fd-lock v3.0.13
30432024-03-26T06:42:35.780Z Running `/home/build/.rustup/toolchains/1.76.0-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=41b0ecaa8a13e51a -C extra-filename=-41b0ecaa8a13e51a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442024-03-26T06:42:35.957Z Compiling kstat-rs v0.2.3
30452024-03-26T06:42:35.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=709d01f702754cfa -C extra-filename=-709d01f702754cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-03-26T06:42:35.988Z Compiling strum v0.25.0
30472024-03-26T06:42:35.994Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.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="std"' -C metadata=be0ac7f7ed060f77 -C extra-filename=-be0ac7f7ed060f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-03-26T06:42:36.171Z Compiling nu-ansi-term v0.50.0
30492024-03-26T06:42:36.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-03-26T06:42:36.574Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-83fc5dd8e45cf6f1/build-script-build`
30512024-03-26T06:42:36.615Z Compiling reedline v0.30.0
30522024-03-26T06:42:36.630Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb9484c40028f46 -C extra-filename=-8cb9484c40028f46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-41b0ecaa8a13e51a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-be0ac7f7ed060f77.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-03-26T06:42:36.927Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-03-26T06:42:37.658Z Compiling thiserror-no-std v2.0.2
30552024-03-26T06:42:37.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25092474fc86f624 -C extra-filename=-25092474fc86f624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-03-26T06:42:37.806Z Compiling vsss-rs v3.3.4
30572024-03-26T06:42:37.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fef92b37dc9e2eff -C extra-filename=-fef92b37dc9e2eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-03-26T06:42:37.906Z Compiling chacha20poly1305 v0.10.1
30592024-03-26T06:42:37.910Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=330cd05561751178 -C extra-filename=-330cd05561751178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-006636b63ef3e5f2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-03-26T06:42:38.123Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
30612024-03-26T06:42:38.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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=007e9bbfd6499fa8 -C extra-filename=-007e9bbfd6499fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30622024-03-26T06:42:38.800Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30632024-03-26T06:42:38.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-03-26T06:42:39.003Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30652024-03-26T06:42:39.007Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=beafeb18113f5421 -C extra-filename=-beafeb18113f5421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30662024-03-26T06:42:39.164Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build`
30672024-03-26T06:42:39.206Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
30682024-03-26T06:42:39.210Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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=ffde72626bd8f843 -C extra-filename=-ffde72626bd8f843 --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-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30692024-03-26T06:42:39.651Z Compiling snafu-derive v0.7.5
30702024-03-26T06:42:39.667Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-03-26T06:42:39.926Z Compiling fs-err v2.11.0
30722024-03-26T06:42:39.958Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-03-26T06:42:40.306Z Compiling diff v0.1.13
30742024-03-26T06:42:40.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-03-26T06:42:41.028Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build`
30762024-03-26T06:42:41.184Z Compiling globset v0.4.13
30772024-03-26T06:42:41.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=e162adcb2a0a70da -C extra-filename=-e162adcb2a0a70da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-03-26T06:42:41.331Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-17b0c7b65fd7cc8b/build-script-build`
30792024-03-26T06:42:42.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0beb41d82289fe32 -C extra-filename=-0beb41d82289fe32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30802024-03-26T06:42:42.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f94dea635a91a82e -C extra-filename=-f94dea635a91a82e --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-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30812024-03-26T06:42:43.267Z Compiling olpc-cjson v0.1.3
30822024-03-26T06:42:43.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25a44c699f2717f0 -C extra-filename=-25a44c699f2717f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832024-03-26T06:42:43.522Z Compiling serde_plain v1.0.2
30842024-03-26T06:42:43.526Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35525e2f0ffe3d73 -C extra-filename=-35525e2f0ffe3d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-03-26T06:42:43.952Z Compiling async-recursion v1.0.5
30862024-03-26T06:42:43.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=53a2f9c47ebf2369 -C extra-filename=-53a2f9c47ebf2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-03-26T06:42:44.146Z Compiling memoffset v0.7.1
30882024-03-26T06:42:44.156Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-03-26T06:42:44.458Z Compiling bytecount v0.6.3
30902024-03-26T06:42:44.466Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-03-26T06:42:44.515Z Compiling typed-path v0.7.0
30922024-03-26T06:42:44.523Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-03-26T06:42:44.668Z Compiling papergrid v0.11.0
30942024-03-26T06:42:44.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-03-26T06:42:45.153Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30962024-03-26T06:42:45.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46cc7e122b23ab8e -C extra-filename=-46cc7e122b23ab8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30972024-03-26T06:42:45.769Z Compiling snafu v0.7.5
30982024-03-26T06:42:45.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=902d7d5145d1abd4 -C extra-filename=-902d7d5145d1abd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-03-26T06:42:46.131Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build`
31002024-03-26T06:42:46.271Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
31012024-03-26T06:42:46.670Z Compiling tough v0.16.0
31022024-03-26T06:42:46.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=fc5b7b589cda4fc9 -C extra-filename=-fc5b7b589cda4fc9 --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-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e162adcb2a0a70da.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-25a44c699f2717f0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31032024-03-26T06:42:46.835Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a62549c406eebbcc -C extra-filename=-a62549c406eebbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31042024-03-26T06:42:47.824Z Compiling tabled_derive v0.7.0
31052024-03-26T06:42:47.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-03-26T06:42:48.214Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31072024-03-26T06:42:48.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1428724ad6010f -C extra-filename=-4e1428724ad6010f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-03-26T06:42:48.996Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
31092024-03-26T06:42:48.999Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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=a005a3fdf873ba20 -C extra-filename=-a005a3fdf873ba20 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-03-26T06:42:49.370Z Compiling parse-size v1.0.0
31112024-03-26T06:42:49.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-03-26T06:42:49.633Z Compiling http-range v0.1.5
31132024-03-26T06:42:49.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142024-03-26T06:42:50.020Z Compiling hyper-staticfile v0.9.5
31152024-03-26T06:42:50.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9488bd2907661119 -C extra-filename=-9488bd2907661119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162024-03-26T06:42:50.322Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
31172024-03-26T06:42:50.344Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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=87877f5ff23601b4 -C extra-filename=-87877f5ff23601b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a005a3fdf873ba20.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31182024-03-26T06:42:50.743Z Compiling tabled v0.15.0
31192024-03-26T06:42:50.768Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-03-26T06:42:50.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
31212024-03-26T06:42:51.102Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31222024-03-26T06:42:51.105Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e65a0835cec922d -C extra-filename=-5e65a0835cec922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31232024-03-26T06:42:51.893Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31242024-03-26T06:42:51.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-03-26T06:42:52.283Z Compiling salty v0.2.0
31262024-03-26T06:42:52.286Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-03-26T06:42:52.893Z Compiling signature v1.6.4
31282024-03-26T06:42:52.902Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-03-26T06:42:53.133Z Compiling prettyplease v0.2.16
31302024-03-26T06:42:53.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=f1596bb16ccf7464 -C extra-filename=-f1596bb16ccf7464 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-03-26T06:42:53.874Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464/build-script-build`
31322024-03-26T06:42:53.875Z Compiling ed25519 v1.5.3
31332024-03-26T06:42:53.875Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-03-26T06:42:53.875Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build`
31352024-03-26T06:42:53.904Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build`
31362024-03-26T06:42:53.979Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31372024-03-26T06:42:53.997Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e0ec72c0033862c -C extra-filename=-1e0ec72c0033862c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31382024-03-26T06:42:54.566Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31392024-03-26T06:42:54.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-03-26T06:42:55.881Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31412024-03-26T06:42:55.907Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89e8e9445aeca0b3 -C extra-filename=-89e8e9445aeca0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-03-26T06:42:56.199Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31432024-03-26T06:42:56.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb35db07148c90d8 -C extra-filename=-fb35db07148c90d8 --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-1d4676144140f0d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31442024-03-26T06:42:56.438Z Compiling serde-big-array v0.5.1
31452024-03-26T06:42:56.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264bf3a2d0c7d96 -C extra-filename=-f264bf3a2d0c7d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-03-26T06:42:56.686Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31472024-03-26T06:42:56.690Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-03-26T06:42:57.825Z Compiling crunchy v0.2.2
31492024-03-26T06:42:58.234Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-03-26T06:42:58.237Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31512024-03-26T06:42:58.237Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afea2ab6e719315 -C extra-filename=-2afea2ab6e719315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-03-26T06:42:58.396Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build`
31532024-03-26T06:42:58.436Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31542024-03-26T06:42:58.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfd3b7a0fc6ac282 -C extra-filename=-dfd3b7a0fc6ac282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
31552024-03-26T06:42:58.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=754453fc7c6c108c -C extra-filename=-754453fc7c6c108c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31562024-03-26T06:42:58.642Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49d743d315487d63 -C extra-filename=-49d743d315487d63 --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-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f264bf3a2d0c7d96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-89e8e9445aeca0b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31572024-03-26T06:43:00.166Z Compiling clang-sys v1.6.1
31582024-03-26T06:43:00.186Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-03-26T06:43:00.932Z Compiling signal-hook-tokio v0.3.1
31602024-03-26T06:43:00.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=329dbc3d8aa6e9f7 -C extra-filename=-329dbc3d8aa6e9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-03-26T06:43:00.990Z Compiling serde-big-array v0.4.1
31622024-03-26T06:43:01.002Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79844fd70de58ddd -C extra-filename=-79844fd70de58ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-03-26T06:43:01.121Z Compiling tiny-keccak v2.0.2
31642024-03-26T06:43:01.132Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-03-26T06:43:01.176Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31662024-03-26T06:43:01.189Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=d9efc3a76913941f -C extra-filename=-d9efc3a76913941f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-79844fd70de58ddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-03-26T06:43:01.475Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build`
31682024-03-26T06:43:01.512Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31692024-03-26T06:43:01.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f29c94b4d79729e4 -C extra-filename=-f29c94b4d79729e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
31702024-03-26T06:43:02.181Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build`
31712024-03-26T06:43:02.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-03-26T06:43:02.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=e70bced1b556d348 -C extra-filename=-e70bced1b556d348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-03-26T06:43:02.385Z Compiling darling_core v0.14.4
31742024-03-26T06:43:02.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.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=39b9480bcc80120e -C extra-filename=-39b9480bcc80120e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-03-26T06:43:02.463Z Compiling fd-lock v4.0.2
31762024-03-26T06:43:02.467Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ae181bde9af10 -C extra-filename=-716ae181bde9af10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-03-26T06:43:02.680Z Compiling nix v0.27.1
31782024-03-26T06:43:02.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fda3f440d0bac3b0 -C extra-filename=-fda3f440d0bac3b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-03-26T06:43:03.408Z Compiling sqlparser_derive v0.2.2
31802024-03-26T06:43:03.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3fc5c096026fbb -C extra-filename=-1d3fc5c096026fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-03-26T06:43:04.308Z Compiling ref-cast v1.0.20
31822024-03-26T06:43:04.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-03-26T06:43:04.713Z Compiling corncobs v0.1.3
31842024-03-26T06:43:04.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-03-26T06:43:04.907Z Compiling unicode_categories v0.1.1
31862024-03-26T06:43:04.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-03-26T06:43:05.016Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build`
31882024-03-26T06:43:05.089Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31892024-03-26T06:43:05.092Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=3d258aa4cc920d3f -C extra-filename=-3d258aa4cc920d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-d9efc3a76913941f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-03-26T06:43:05.155Z Compiling sqlparser v0.43.1
31912024-03-26T06:43:05.158Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=b88d71e2cf5c5956 -C extra-filename=-b88d71e2cf5c5956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1d3fc5c096026fbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-03-26T06:43:05.240Z Compiling sqlformat v0.2.3
31932024-03-26T06:43:05.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22d44c788f7a1157 -C extra-filename=-22d44c788f7a1157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-03-26T06:43:05.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-03-26T06:43:05.518Z Compiling rustyline v13.0.0
31962024-03-26T06:43:05.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=44810f6df167919f -C extra-filename=-44810f6df167919f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fda3f440d0bac3b0.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-03-26T06:43:06.121Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31982024-03-26T06:43:06.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eaedc8191e1a0b42 -C extra-filename=-eaedc8191e1a0b42 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-eaedc8191e1a0b42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31992024-03-26T06:43:06.471Z Compiling ascii-canvas v3.0.0
32002024-03-26T06:43:06.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012024-03-26T06:43:06.669Z Compiling bcs v0.1.6
32022024-03-26T06:43:06.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03b4f3ce92193791 -C extra-filename=-03b4f3ce92193791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032024-03-26T06:43:07.426Z Compiling ref-cast-impl v1.0.20
32042024-03-26T06:43:07.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c4e420bf37d517 -C extra-filename=-d0c4e420bf37d517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-03-26T06:43:07.439Z Compiling ena v0.14.2
32062024-03-26T06:43:07.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5e2684d57cd4614 -C extra-filename=-c5e2684d57cd4614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-03-26T06:43:07.859Z Compiling libloading v0.7.4
32082024-03-26T06:43:07.872Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-03-26T06:43:08.275Z Compiling highway v1.1.0
32102024-03-26T06:43:08.297Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-03-26T06:43:08.301Z Compiling darling_macro v0.14.4
32122024-03-26T06:43:08.321Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.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=a193d3316c054e7f -C extra-filename=-a193d3316c054e7f --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-39b9480bcc80120e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132024-03-26T06:43:08.335Z Compiling regex-syntax v0.6.29
32142024-03-26T06:43:08.339Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-03-26T06:43:08.434Z Compiling bindgen v0.69.2
32162024-03-26T06:43:08.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-03-26T06:43:09.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a30bc9fd8627524 -C extra-filename=-3a30bc9fd8627524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-d0c4e420bf37d517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-03-26T06:43:09.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-03-26T06:43:09.223Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build`
32202024-03-26T06:43:09.257Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-eaedc8191e1a0b42/build-script-build`
32212024-03-26T06:43:09.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32222024-03-26T06:43:09.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4eba308dd131aacd -C extra-filename=-4eba308dd131aacd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32232024-03-26T06:43:09.570Z Compiling darling v0.14.4
32242024-03-26T06:43:09.593Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.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=4ff7ca0598b9b21c -C extra-filename=-4ff7ca0598b9b21c --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-39b9480bcc80120e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a193d3316c054e7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-03-26T06:43:09.692Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262024-03-26T06:43:09.711Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b008b2c77b7c7afd -C extra-filename=-b008b2c77b7c7afd --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32272024-03-26T06:43:09.880Z Compiling cexpr v0.6.0
32282024-03-26T06:43:09.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9a7730cd67356d -C extra-filename=-6b9a7730cd67356d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-03-26T06:43:11.914Z Compiling which v4.4.0
32302024-03-26T06:43:11.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-03-26T06:43:11.926Z Compiling lalrpop v0.19.12
32322024-03-26T06:43:11.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42ebc96dd70ceb6f -C extra-filename=-42ebc96dd70ceb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c5e2684d57cd4614.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332024-03-26T06:43:12.141Z Compiling maplit v1.0.2
32342024-03-26T06:43:12.144Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-03-26T06:43:12.280Z Compiling rustc-hash v1.1.0
32362024-03-26T06:43:12.311Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-03-26T06:43:12.452Z Compiling peeking_take_while v0.1.2
32382024-03-26T06:43:12.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-03-26T06:43:12.604Z Compiling shlex v1.3.0
32402024-03-26T06:43:12.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-03-26T06:43:13.058Z Compiling lazycell v1.3.0
32422024-03-26T06:43:13.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-03-26T06:43:13.111Z Compiling derive_builder_core v0.12.0
32442024-03-26T06:43:13.131Z Running `/home/build/.rustup/toolchains/1.76.0-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=8cdc80a019adce54 -C extra-filename=-8cdc80a019adce54 --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-4ff7ca0598b9b21c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-03-26T06:43:13.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=fde9d2968de1c3d4 -C extra-filename=-fde9d2968de1c3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-6b9a7730cd67356d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-03-26T06:43:14.437Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472024-03-26T06:43:14.441Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8952f6e658a7ffd0 -C extra-filename=-8952f6e658a7ffd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
32482024-03-26T06:43:15.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32492024-03-26T06:43:15.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05d8fda04475541a -C extra-filename=-05d8fda04475541a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32502024-03-26T06:43:18.864Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32512024-03-26T06:43:18.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5ad3e7431d36a93 -C extra-filename=-a5ad3e7431d36a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32522024-03-26T06:43:21.059Z Compiling libxml v0.3.3
32532024-03-26T06:43:21.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-03-26T06:43:21.493Z Compiling assert_matches v1.5.0
32552024-03-26T06:43:21.497Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-03-26T06:43:21.605Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build`
32572024-03-26T06:43:21.652Z Compiling derive_builder_macro v0.12.0
32582024-03-26T06:43:21.655Z Running `/home/build/.rustup/toolchains/1.76.0-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=dcd7536d6dc670f4 -C extra-filename=-dcd7536d6dc670f4 --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-8cdc80a019adce54.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-03-26T06:43:22.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9de40f0fb0fed3c3 -C extra-filename=-9de40f0fb0fed3c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32602024-03-26T06:43:22.780Z Compiling strum_macros v0.24.3
32612024-03-26T06:43:22.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-03-26T06:43:23.838Z Compiling cookie v0.18.0
32632024-03-26T06:43:23.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642024-03-26T06:43:24.199Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32652024-03-26T06:43:24.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662024-03-26T06:43:24.585Z Compiling indoc v1.0.9
32672024-03-26T06:43:24.588Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-03-26T06:43:25.773Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build`
32692024-03-26T06:43:25.849Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build`
32702024-03-26T06:43:25.926Z Compiling derive_builder v0.12.0
32712024-03-26T06:43:25.945Z Running `/home/build/.rustup/toolchains/1.76.0-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=9292c8498888af10 -C extra-filename=-9292c8498888af10 --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-dcd7536d6dc670f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-03-26T06:43:26.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32732024-03-26T06:43:27.017Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32742024-03-26T06:43:27.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93fbe47473d3d5b6 -C extra-filename=-93fbe47473d3d5b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-93fbe47473d3d5b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32752024-03-26T06:43:27.399Z Compiling bb8 v0.8.3
32762024-03-26T06:43:27.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=9ecb60445da7bf78 -C extra-filename=-9ecb60445da7bf78 --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-e6be8cdf06d0bd46.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-03-26T06:43:27.903Z Compiling quick-xml v0.30.0
32782024-03-26T06:43:27.907Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f23bd9177bc14bad -C extra-filename=-f23bd9177bc14bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-03-26T06:43:28.812Z Compiling oso-derive v0.27.0
32802024-03-26T06:43:28.815Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812024-03-26T06:43:29.188Z Compiling impl-trait-for-tuples v0.2.2
32822024-03-26T06:43:29.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-03-26T06:43:30.075Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32842024-03-26T06:43:30.081Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=1116670e92d5d91c -C extra-filename=-1116670e92d5d91c --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-e6be8cdf06d0bd46.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32852024-03-26T06:43:30.754Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-93fbe47473d3d5b6/build-script-build`
32862024-03-26T06:43:30.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d882fa43050414c -C extra-filename=-5d882fa43050414c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-03-26T06:43:31.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e99a2664cb7a046 -C extra-filename=-8e99a2664cb7a046 --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-949fa3c719518569.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32882024-03-26T06:43:31.779Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32892024-03-26T06:43:31.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7735e104ac807299 -C extra-filename=-7735e104ac807299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32902024-03-26T06:43:31.851Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32912024-03-26T06:43:31.854Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=905f527344237807 -C extra-filename=-905f527344237807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32922024-03-26T06:43:33.731Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32932024-03-26T06:43:33.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28175708ae7459a5 -C extra-filename=-28175708ae7459a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32942024-03-26T06:43:34.023Z Compiling rand_seeder v0.2.3
32952024-03-26T06:43:34.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3c8c50be7e0b717 -C extra-filename=-c3c8c50be7e0b717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-03-26T06:43:34.335Z Compiling portable-atomic v1.4.3
32972024-03-26T06:43:34.338Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982024-03-26T06:43:34.678Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32992024-03-26T06:43:34.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c1a8cd17465c474 -C extra-filename=-7c1a8cd17465c474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33002024-03-26T06:43:35.438Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build`
33012024-03-26T06:43:35.507Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33022024-03-26T06:43:35.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a79a7bd2f00a44f4 -C extra-filename=-a79a7bd2f00a44f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33032024-03-26T06:43:37.843Z Compiling castaway v0.2.2
33042024-03-26T06:43:37.863Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-03-26T06:43:38.037Z Compiling compact_str v0.7.1
33062024-03-26T06:43:38.040Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d560443a1736a547 -C extra-filename=-d560443a1736a547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-03-26T06:43:39.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
33082024-03-26T06:43:40.186Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33092024-03-26T06:43:40.212Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6ef3722b4151180 -C extra-filename=-c6ef3722b4151180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33102024-03-26T06:43:40.529Z Compiling lru v0.12.1
33112024-03-26T06:43:40.532Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=a06339c32e621258 -C extra-filename=-a06339c32e621258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-03-26T06:43:40.843Z Compiling stability v0.1.1
33132024-03-26T06:43:40.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-03-26T06:43:41.442Z Compiling cassowary v0.3.0
33152024-03-26T06:43:41.446Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-03-26T06:43:42.060Z Compiling indoc v2.0.3
33172024-03-26T06:43:42.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-03-26T06:43:42.826Z Compiling number_prefix v0.4.0
33192024-03-26T06:43:42.829Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-03-26T06:43:43.082Z Compiling indicatif v0.17.8
33212024-03-26T06:43:43.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=94baeba3ff04b8fb -C extra-filename=-94baeba3ff04b8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-03-26T06:43:43.314Z Compiling ratatui v0.26.1
33232024-03-26T06:43:43.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=ea004ff21a68b928 -C extra-filename=-ea004ff21a68b928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-a06339c32e621258.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-03-26T06:43:44.581Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33252024-03-26T06:43:44.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00b14650f25c188f -C extra-filename=-00b14650f25c188f --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-e6be8cdf06d0bd46.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33262024-03-26T06:43:45.046Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33272024-03-26T06:43:45.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03aefcfdcf41a3bc -C extra-filename=-03aefcfdcf41a3bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33282024-03-26T06:43:45.375Z Compiling smawk v0.3.1
33292024-03-26T06:43:45.378Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-03-26T06:43:45.607Z Compiling unicode-linebreak v0.1.5
33312024-03-26T06:43:45.611Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-03-26T06:43:46.097Z Compiling textwrap v0.16.1
33332024-03-26T06:43:46.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-03-26T06:43:47.267Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33352024-03-26T06:43:47.271Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a16cee6ec5081aab -C extra-filename=-a16cee6ec5081aab --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a16cee6ec5081aab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33362024-03-26T06:43:47.444Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33372024-03-26T06:43:47.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ba3a72df862ebe7 -C extra-filename=-2ba3a72df862ebe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33382024-03-26T06:43:47.631Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a16cee6ec5081aab/build-script-build`
33392024-03-26T06:43:47.666Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33402024-03-26T06:43:47.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7cbc74fbfee83d93 -C extra-filename=-7cbc74fbfee83d93 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7cbc74fbfee83d93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33412024-03-26T06:43:48.040Z Compiling is_ci v1.2.0
33422024-03-26T06:43:48.075Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-03-26T06:43:48.311Z Compiling supports-color v3.0.0
33442024-03-26T06:43:48.314Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-03-26T06:43:48.733Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7cbc74fbfee83d93/build-script-build`
33462024-03-26T06:43:48.768Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
33472024-03-26T06:43:48.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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=008cbceb7363ffc2 -C extra-filename=-008cbceb7363ffc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
33482024-03-26T06:43:50.620Z Compiling fatfs v0.3.6
33492024-03-26T06:43:50.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff9799084301cee -C extra-filename=-4ff9799084301cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502024-03-26T06:43:51.388Z Compiling rtoolbox v0.0.1
33512024-03-26T06:43:51.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e370098d61e739b -C extra-filename=-7e370098d61e739b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-03-26T06:43:51.794Z Compiling rpassword v7.3.1
33532024-03-26T06:43:51.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-03-26T06:43:52.132Z Compiling tui-tree-widget v0.17.0
33552024-03-26T06:43:52.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca8f797ac62534ea -C extra-filename=-ca8f797ac62534ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-03-26T06:43:52.391Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33572024-03-26T06:43:52.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7f0f8a34717c632 -C extra-filename=-d7f0f8a34717c632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33582024-03-26T06:43:52.494Z Compiling getrandom v0.1.16
33592024-03-26T06:43:52.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-03-26T06:43:53.307Z Compiling yansi v0.5.1
33612024-03-26T06:43:53.310Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-03-26T06:43:53.686Z Compiling shell-words v1.1.0
33632024-03-26T06:43:53.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-03-26T06:43:54.035Z Compiling pretty_assertions v1.4.0
33652024-03-26T06:43:54.040Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=953366735e598540 -C extra-filename=-953366735e598540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-03-26T06:43:54.406Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build`
33672024-03-26T06:43:54.440Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33682024-03-26T06:43:54.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e41c784d137e3539 -C extra-filename=-e41c784d137e3539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33692024-03-26T06:43:54.538Z Compiling target-lexicon v0.12.13
33702024-03-26T06:43:54.542Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-03-26T06:43:55.595Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build`
33722024-03-26T06:43:55.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f37df39cea38962f -C extra-filename=-f37df39cea38962f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732024-03-26T06:43:56.224Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33742024-03-26T06:43:56.234Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=488c732cd022671f -C extra-filename=-488c732cd022671f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33752024-03-26T06:43:59.625Z Compiling rfc6979 v0.4.0
33762024-03-26T06:43:59.629Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fd19a1428515753 -C extra-filename=-1fd19a1428515753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-03-26T06:43:59.833Z Compiling winapi v0.3.9
33782024-03-26T06:43:59.836Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-03-26T06:44:00.999Z Compiling guppy-workspace-hack v0.1.0
33802024-03-26T06:44:01.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-03-26T06:44:01.364Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build`
33822024-03-26T06:44:01.400Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build`
33832024-03-26T06:44:01.435Z Compiling ecdsa v0.16.9
33842024-03-26T06:44:01.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=49ed29fb1f9b1199 -C extra-filename=-49ed29fb1f9b1199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1fd19a1428515753.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-03-26T06:44:02.237Z Compiling rand_core v0.5.1
33862024-03-26T06:44:02.242Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-03-26T06:44:02.779Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
33882024-03-26T06:44:03.262Z Compiling primeorder v0.13.6
33892024-03-26T06:44:03.281Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb635bd3cf5a2ff2 -C extra-filename=-fb635bd3cf5a2ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-03-26T06:44:03.894Z Compiling cargo-platform v0.1.3
33912024-03-26T06:44:03.894Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e71d6129f8803ed1 -C extra-filename=-e71d6129f8803ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-03-26T06:44:03.895Z Compiling rand v0.4.6
33932024-03-26T06:44:03.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-03-26T06:44:04.102Z Compiling option-ext v0.2.0
33952024-03-26T06:44:04.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-03-26T06:44:04.251Z Compiling remove_dir_all v0.5.3
33972024-03-26T06:44:04.257Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-03-26T06:44:04.374Z Compiling target-spec v3.1.0
33992024-03-26T06:44:04.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-03-26T06:44:04.995Z Compiling assert_cmd v2.0.14
34012024-03-26T06:44:04.999Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-03-26T06:44:05.476Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build`
34032024-03-26T06:44:05.512Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build`
34042024-03-26T06:44:05.547Z Compiling tempdir v0.3.7
34052024-03-26T06:44:05.550Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-03-26T06:44:05.956Z Compiling dirs-sys v0.4.1
34072024-03-26T06:44:05.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-03-26T06:44:06.552Z Compiling cargo_metadata v0.18.1
34092024-03-26T06:44:06.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07878f8e76169759 -C extra-filename=-07878f8e76169759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e71d6129f8803ed1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-03-26T06:44:06.600Z Compiling cfg-expr v0.15.6
34112024-03-26T06:44:06.611Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-03-26T06:44:07.976Z Compiling rand_chacha v0.2.2
34132024-03-26T06:44:07.981Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-03-26T06:44:09.476Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-03-26T06:44:09.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-03-26T06:44:09.712Z Compiling polyval v0.6.1
34172024-03-26T06:44:09.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6864e66432fc2581 -C extra-filename=-6864e66432fc2581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-03-26T06:44:10.160Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34192024-03-26T06:44:10.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2d2330c28bcf40c -C extra-filename=-d2d2330c28bcf40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34202024-03-26T06:44:10.431Z Compiling ed25519 v2.2.2
34212024-03-26T06:44:10.435Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=332f2907e4144330 -C extra-filename=-332f2907e4144330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-03-26T06:44:10.897Z Compiling http-body v1.0.0
34232024-03-26T06:44:10.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d23f87cf3cc06de5 -C extra-filename=-d23f87cf3cc06de5 --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-03-26T06:44:11.165Z Compiling blowfish v0.9.1
34252024-03-26T06:44:11.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=3c900f8eda294584 -C extra-filename=-3c900f8eda294584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-03-26T06:44:11.657Z Compiling aes v0.8.3
34272024-03-26T06:44:11.660Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b30d823103f74bd -C extra-filename=-1b30d823103f74bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-03-26T06:44:14.548Z Compiling ctr v0.9.2
34292024-03-26T06:44:14.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5f1826d8530e595d -C extra-filename=-5f1826d8530e595d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-03-26T06:44:14.918Z Compiling password-hash v0.4.2
34312024-03-26T06:44:14.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=5132c1c64484c3f9 -C extra-filename=-5132c1c64484c3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-03-26T06:44:15.853Z Compiling pbkdf2 v0.12.2
34332024-03-26T06:44:15.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ca80e318fb5c05 -C extra-filename=-10ca80e318fb5c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-03-26T06:44:16.032Z Compiling plotters-backend v0.3.5
34352024-03-26T06:44:16.038Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-03-26T06:44:16.551Z Compiling hex-literal v0.4.1
34372024-03-26T06:44:16.558Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-03-26T06:44:16.718Z Compiling tower-layer v0.3.2
34392024-03-26T06:44:16.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-03-26T06:44:17.035Z Compiling tower v0.4.13
34412024-03-26T06:44:17.048Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=dfc4093875a3c35d -C extra-filename=-dfc4093875a3c35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-03-26T06:44:17.887Z Compiling plotters-svg v0.3.5
34432024-03-26T06:44:17.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-03-26T06:44:18.347Z Compiling bcrypt-pbkdf v0.10.0
34452024-03-26T06:44:18.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc9663b5e265c55e -C extra-filename=-cc9663b5e265c55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-3c900f8eda294584.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10ca80e318fb5c05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-03-26T06:44:18.960Z Compiling pbkdf2 v0.11.0
34472024-03-26T06:44:18.963Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=8dcb6356474954fe -C extra-filename=-8dcb6356474954fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5132c1c64484c3f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-03-26T06:44:19.335Z Compiling hyper v1.1.0
34492024-03-26T06:44:19.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=690067a095766ea7 -C extra-filename=-690067a095766ea7 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-03-26T06:44:21.995Z Compiling ed25519-dalek v2.0.0
34512024-03-26T06:44:21.998Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f3de597316d4cee3 -C extra-filename=-f3de597316d4cee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-332f2907e4144330.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-03-26T06:44:22.979Z Compiling ghash v0.5.0
34532024-03-26T06:44:22.983Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d17fcbb2211cf4 -C extra-filename=-11d17fcbb2211cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6864e66432fc2581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-03-26T06:44:23.244Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552024-03-26T06:44:24.215Z Compiling russh-cryptovec v0.7.0
34562024-03-26T06:44:24.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572024-03-26T06:44:24.517Z Compiling rand v0.7.3
34582024-03-26T06:44:24.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41b51c274b969679 -C extra-filename=-41b51c274b969679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-03-26T06:44:27.086Z Compiling dirs v5.0.1
34602024-03-26T06:44:27.091Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-03-26T06:44:27.297Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f88a01432431941c -C extra-filename=-f88a01432431941c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-03-26T06:44:28.658Z Compiling p521 v0.13.3
34632024-03-26T06:44:28.667Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=bd9777140ee4de3f -C extra-filename=-bd9777140ee4de3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-03-26T06:44:31.114Z Compiling p256 v0.13.2
34652024-03-26T06:44:31.117Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=e3d9e65b6ed68bb7 -C extra-filename=-e3d9e65b6ed68bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662024-03-26T06:44:31.869Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672024-03-26T06:44:31.872Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b453605edf3a20f1 -C extra-filename=-b453605edf3a20f1 --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-1d4676144140f0d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34682024-03-26T06:44:32.181Z Compiling pathdiff v0.2.1
34692024-03-26T06:44:32.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=14f76ce06487ba1d -C extra-filename=-14f76ce06487ba1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-03-26T06:44:32.359Z Compiling cbc v0.1.2
34712024-03-26T06:44:32.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=4d0bc2910b4869e0 -C extra-filename=-4d0bc2910b4869e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-03-26T06:44:32.624Z Compiling nested v0.1.1
34732024-03-26T06:44:32.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-03-26T06:44:32.967Z Compiling cast v0.3.0
34752024-03-26T06:44:32.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-03-26T06:44:33.350Z Compiling md5 v0.7.0
34772024-03-26T06:44:33.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-03-26T06:44:33.590Z Compiling criterion-plot v0.5.0
34792024-03-26T06:44:33.593Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e649382cb7370c -C extra-filename=-94e649382cb7370c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-03-26T06:44:33.901Z Compiling russh-keys v0.42.0
34812024-03-26T06:44:33.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a39bcf3c013c7b00 -C extra-filename=-a39bcf3c013c7b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-cc9663b5e265c55e.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d0bc2910b4869e0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f3de597316d4cee3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e3d9e65b6ed68bb7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-bd9777140ee4de3f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8dcb6356474954fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-03-26T06:44:34.622Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34832024-03-26T06:44:34.625Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7870e02e8c87b4f5 -C extra-filename=-7870e02e8c87b4f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34842024-03-26T06:44:36.450Z Compiling guppy v0.17.5
34852024-03-26T06:44:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38a00d98dc750615 -C extra-filename=-38a00d98dc750615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-14f76ce06487ba1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-03-26T06:44:37.375Z Compiling aes-gcm v0.10.3
34872024-03-26T06:44:37.376Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=a6e732ac8e77657c -C extra-filename=-a6e732ac8e77657c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-006636b63ef3e5f2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-11d17fcbb2211cf4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-03-26T06:44:37.705Z Compiling hyper-util v0.1.2
34892024-03-26T06:44:37.708Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=ded48a84a3650cd1 -C extra-filename=-ded48a84a3650cd1 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dfc4093875a3c35d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-03-26T06:44:37.790Z Compiling plotters v0.3.5
34912024-03-26T06:44:37.795Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=5550e921665ca3ec -C extra-filename=-5550e921665ca3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-03-26T06:44:40.150Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
34932024-03-26T06:44:40.188Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c29d1dbb9eb41810 -C extra-filename=-c29d1dbb9eb41810 --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-709aa28c65a7f74a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34942024-03-26T06:44:40.270Z Compiling rustls-native-certs v0.7.0
34952024-03-26T06:44:40.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49425771fc020521 -C extra-filename=-49425771fc020521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-03-26T06:44:40.696Z Compiling tinytemplate v1.2.1
34972024-03-26T06:44:40.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=293db5fd10f68609 -C extra-filename=-293db5fd10f68609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982024-03-26T06:44:41.856Z Compiling threadpool v1.8.1
34992024-03-26T06:44:41.859Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002024-03-26T06:44:42.840Z Compiling oorandom v11.1.3
35012024-03-26T06:44:42.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-03-26T06:44:43.036Z Compiling dhcproto-macros v0.1.0
35032024-03-26T06:44:43.056Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381035e320ee102f -C extra-filename=-381035e320ee102f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042024-03-26T06:44:44.138Z Compiling anes v0.1.6
35052024-03-26T06:44:44.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-03-26T06:44:44.666Z Compiling criterion v0.5.1
35072024-03-26T06:44:44.676Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=1268fee8ddea379c -C extra-filename=-1268fee8ddea379c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5550e921665ca3ec.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-293db5fd10f68609.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082024-03-26T06:44:45.408Z Compiling dhcproto v0.11.0
35092024-03-26T06:44:45.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4e5f41a01b3bbf33 -C extra-filename=-4e5f41a01b3bbf33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-381035e320ee102f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-03-26T06:44:46.895Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
35112024-03-26T06:44:46.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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=c922e5c57f603726 -C extra-filename=-c922e5c57f603726 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-c922e5c57f603726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fde9d2968de1c3d4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-03-26T06:44:47.249Z Compiling libtest-mimic v0.6.1
35132024-03-26T06:44:47.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e0bdcb839eeda28 -C extra-filename=-0e0bdcb839eeda28 --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-6c01274771318f56.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-03-26T06:44:48.897Z Compiling hyper-rustls v0.26.0
35152024-03-26T06:44:48.901Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=07e61238cdbbb096 -C extra-filename=-07e61238cdbbb096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ded48a84a3650cd1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
35162024-03-26T06:44:49.258Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-c922e5c57f603726/build-script-bindings`
35172024-03-26T06:44:49.370Z Compiling russh v0.42.0
35182024-03-26T06:44:49.378Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=0b9ca18424bb1dc9 -C extra-filename=-0b9ca18424bb1dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a6e732ac8e77657c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-03-26T06:44:49.469Z Compiling httptest v0.15.5
35202024-03-26T06:44:49.472Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c348ef536bdab30 -C extra-filename=-2c348ef536bdab30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212024-03-26T06:44:51.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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=874d20e0f8c5b799 -C extra-filename=-874d20e0f8c5b799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-9292c8498888af10.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-f23bd9177bc14bad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
35222024-03-26T06:44:54.431Z Compiling rstest_macros v0.18.2
35232024-03-26T06:44:54.434Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=4f3d7799d0bb5e16 -C extra-filename=-4f3d7799d0bb5e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-03-26T06:44:54.977Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35252024-03-26T06:44:54.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12e2219a5aeede3 -C extra-filename=-c12e2219a5aeede3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-03-26T06:44:54.996Z Compiling internet-checksum v0.2.1
35272024-03-26T06:44:55.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2000379b6d2d4413 -C extra-filename=-2000379b6d2d4413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-03-26T06:44:55.206Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16/build-script-build`
35292024-03-26T06:44:55.317Z Compiling datatest-stable v0.2.3
35302024-03-26T06:44:55.321Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f696e8189e3b194 -C extra-filename=-4f696e8189e3b194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-0e0bdcb839eeda28.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-03-26T06:44:55.468Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-03-26T06:44:55.473Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=600dcec97b8ca924 -C extra-filename=-600dcec97b8ca924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35332024-03-26T06:44:55.993Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35342024-03-26T06:44:55.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41ab39c84bb4d395 -C extra-filename=-41ab39c84bb4d395 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-41ab39c84bb4d395 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35352024-03-26T06:44:56.117Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35362024-03-26T06:44:56.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=660a10514414db89 -C extra-filename=-660a10514414db89 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-660a10514414db89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35372024-03-26T06:44:56.338Z Compiling similar-asserts v1.5.0
35382024-03-26T06:44:56.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=44251199ac83f0ed -C extra-filename=-44251199ac83f0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-03-26T06:44:56.482Z Compiling csv-core v0.1.11
35402024-03-26T06:44:56.486Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3ade9f84229d8bec -C extra-filename=-3ade9f84229d8bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-03-26T06:44:56.866Z Compiling relative-path v1.9.0
35422024-03-26T06:44:56.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-03-26T06:44:57.043Z Compiling trybuild v1.0.89
35442024-03-26T06:44:57.065Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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=0a05899c9be797ad -C extra-filename=-0a05899c9be797ad --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-03-26T06:44:57.542Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad/build-script-build`
35462024-03-26T06:44:57.564Z Compiling csv v1.3.0
35472024-03-26T06:44:57.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2cf7201a1819bb2 -C extra-filename=-e2cf7201a1819bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-3ade9f84229d8bec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-03-26T06:44:57.591Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-660a10514414db89/build-script-build`
35492024-03-26T06:44:57.652Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-41ab39c84bb4d395/build-script-build`
35502024-03-26T06:44:57.659Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35512024-03-26T06:44:57.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e652077a8571b35 -C extra-filename=-3e652077a8571b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35522024-03-26T06:44:57.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=5357298e15417ad9 -C extra-filename=-5357298e15417ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-03-26T06:44:58.898Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35542024-03-26T06:44:58.903Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0430bb381e8a173d -C extra-filename=-0430bb381e8a173d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35552024-03-26T06:44:58.930Z Compiling multimap v0.10.0
35562024-03-26T06:44:58.937Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=fc8b59f3d8f2bf64 -C extra-filename=-fc8b59f3d8f2bf64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-03-26T06:44:59.374Z Compiling basic-toml v0.1.8
35582024-03-26T06:44:59.374Z Running `/home/build/.rustup/toolchains/1.76.0-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=f18a11eec4f1efa4 -C extra-filename=-f18a11eec4f1efa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-03-26T06:45:01.245Z Compiling constant_time_eq v0.2.6
35602024-03-26T06:45:01.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-03-26T06:45:01.454Z Compiling futures-timer v3.0.2
35622024-03-26T06:45:01.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-03-26T06:45:02.427Z Compiling blake2b_simd v1.0.1
35642024-03-26T06:45:02.443Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652024-03-26T06:45:03.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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=23be0087c4c59faa -C extra-filename=-23be0087c4c59faa --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-f18a11eec4f1efa4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-03-26T06:45:03.761Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35672024-03-26T06:45:03.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=414a7343858173d4 -C extra-filename=-414a7343858173d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35682024-03-26T06:45:05.760Z Compiling partial-io v0.5.4
35692024-03-26T06:45:05.775Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=6b5576bee720e4af -C extra-filename=-6b5576bee720e4af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-03-26T06:45:06.224Z Compiling approx v0.5.1
35712024-03-26T06:45:06.233Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25e4f07d429ae077 -C extra-filename=-25e4f07d429ae077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-03-26T06:45:06.502Z Compiling rust-argon2 v1.0.1
35732024-03-26T06:45:06.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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=886297da9af2df99 -C extra-filename=-886297da9af2df99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742024-03-26T06:45:06.518Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35752024-03-26T06:45:06.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=105d5f98480460ab -C extra-filename=-105d5f98480460ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35762024-03-26T06:45:07.958Z Compiling rstest v0.18.2
35772024-03-26T06:45:07.964Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=713bbb128c5b800f -C extra-filename=-713bbb128c5b800f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-5357298e15417ad9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782024-03-26T06:45:08.199Z Compiling cargo_toml v0.19.0
35792024-03-26T06:45:08.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b9da1dd4e46e88a -C extra-filename=-3b9da1dd4e46e88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-03-26T06:45:08.335Z Compiling termios v0.3.3
35812024-03-26T06:45:08.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-03-26T06:45:08.608Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35832024-03-26T06:45:08.611Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f29b3efc8fb4852 -C extra-filename=-2f29b3efc8fb4852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35842024-03-26T06:45:09.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c9d5b031b46939d -C extra-filename=-6c9d5b031b46939d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-105d5f98480460ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35852024-03-26T06:45:09.738Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=69857b99cef038f1 -C extra-filename=-69857b99cef038f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-886297da9af2df99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35862024-03-26T06:45:10.935Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4207f518f62f5bc3 -C extra-filename=-4207f518f62f5bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35872024-03-26T06:45:11.929Z Running `/home/build/.rustup/toolchains/1.76.0-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=c4e674d78560f96a -C extra-filename=-c4e674d78560f96a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35882024-03-26T06:45:12.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd3088a6d10230e7 -C extra-filename=-bd3088a6d10230e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-272dc1845ca07f01.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35892024-03-26T06:45:13.153Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=885b01124f7e897d -C extra-filename=-885b01124f7e897d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-272dc1845ca07f01.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35902024-03-26T06:45:13.888Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=29274544be3c05e6 -C extra-filename=-29274544be3c05e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-3e652077a8571b35.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35912024-03-26T06:45:16.146Z Running `/home/build/.rustup/toolchains/1.76.0-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=71bdb1e7303e1c35 -C extra-filename=-71bdb1e7303e1c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-414a7343858173d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35922024-03-26T06:45:16.983Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35932024-03-26T06:45:17.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=77e7a51132d8e19c -C extra-filename=-77e7a51132d8e19c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-3b9da1dd4e46e88a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942024-03-26T06:45:17.252Z Running `/home/build/.rustup/toolchains/1.76.0-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=f6b0f5e6ecfa8c18 -C extra-filename=-f6b0f5e6ecfa8c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-414a7343858173d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35952024-03-26T06:45:17.757Z Running `/home/build/.rustup/toolchains/1.76.0-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=e5a1d2ffb77307e8 -C extra-filename=-e5a1d2ffb77307e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35962024-03-26T06:45:17.781Z Running `/home/build/.rustup/toolchains/1.76.0-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=ad80cb208a89fe34 -C extra-filename=-ad80cb208a89fe34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35972024-03-26T06:45:18.139Z Running `/home/build/.rustup/toolchains/1.76.0-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=6ef55324865dd06f -C extra-filename=-6ef55324865dd06f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35982024-03-26T06:45:19.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5c608f01a75e0a72 -C extra-filename=-5c608f01a75e0a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-3e652077a8571b35.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35992024-03-26T06:45:20.720Z Running `/home/build/.rustup/toolchains/1.76.0-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=f5ab1fc3f465f05f -C extra-filename=-f5ab1fc3f465f05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36002024-03-26T06:45:21.103Z Running `/home/build/.rustup/toolchains/1.76.0-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=0a231868ff1849b7 -C extra-filename=-0a231868ff1849b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36012024-03-26T06:45:22.400Z Running `/home/build/.rustup/toolchains/1.76.0-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=6abb15a795b7f100 -C extra-filename=-6abb15a795b7f100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36022024-03-26T06:45:23.675Z Running `/home/build/.rustup/toolchains/1.76.0-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=40c44091a42cf584 -C extra-filename=-40c44091a42cf584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36032024-03-26T06:45:23.780Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e54f8519a6cf8348 -C extra-filename=-e54f8519a6cf8348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36042024-03-26T06:45:27.370Z Running `/home/build/.rustup/toolchains/1.76.0-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=dfa0155f19c88e5d -C extra-filename=-dfa0155f19c88e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36052024-03-26T06:45:31.407Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f453fbc53d6860b9 -C extra-filename=-f453fbc53d6860b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36062024-03-26T06:45:33.553Z Compiling polar-core v0.27.0
36072024-03-26T06:45:33.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=c102d59c8e17a3d4 -C extra-filename=-c102d59c8e17a3d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-c102d59c8e17a3d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-42ebc96dd70ceb6f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082024-03-26T06:45:35.160Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c102d59c8e17a3d4/build-script-build`
36092024-03-26T06:45:36.875Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=fda0f96a9aff229a -C extra-filename=-fda0f96a9aff229a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102024-03-26T06:45:41.533Z Running `/home/build/.rustup/toolchains/1.76.0-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=2deff5fa2c733cde -C extra-filename=-2deff5fa2c733cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36112024-03-26T06:45:44.185Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8b476c340cd16bc -C extra-filename=-c8b476c340cd16bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-3e652077a8571b35.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36122024-03-26T06:45:47.176Z Compiling oso v0.27.0
36132024-03-26T06:45:47.185Z Running `/home/build/.rustup/toolchains/1.76.0-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=5a9e87d95b567d77 -C extra-filename=-5a9e87d95b567d77 --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-904f8cc61ce834c6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-caf000e802893a57.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-fda0f96a9aff229a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-03-26T06:45:49.122Z Running `/home/build/.rustup/toolchains/1.76.0-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=c7e7b0c689fdb797 -C extra-filename=-c7e7b0c689fdb797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0430bb381e8a173d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36152024-03-26T06:45:50.393Z Running `/home/build/.rustup/toolchains/1.76.0-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=82868067e7e417de -C extra-filename=-82868067e7e417de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-905f527344237807.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36162024-03-26T06:45:53.700Z Running `/home/build/.rustup/toolchains/1.76.0-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=eea9398ad52b5596 -C extra-filename=-eea9398ad52b5596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0430bb381e8a173d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36172024-03-26T06:45:56.593Z Running `/home/build/.rustup/toolchains/1.76.0-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=dde3172136b918da -C extra-filename=-dde3172136b918da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0430bb381e8a173d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36182024-03-26T06:46:00.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=20e72083881dc149 -C extra-filename=-20e72083881dc149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36192024-03-26T06:46:07.360Z Running `/home/build/.rustup/toolchains/1.76.0-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=3e8c49a6c66dc230 -C extra-filename=-3e8c49a6c66dc230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4f696e8189e3b194.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36202024-03-26T06:46:13.394Z Running `/home/build/.rustup/toolchains/1.76.0-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=3da58944a7956ae0 -C extra-filename=-3da58944a7956ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4f696e8189e3b194.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36212024-03-26T06:46:13.568Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a75630ae821823fd -C extra-filename=-a75630ae821823fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4f696e8189e3b194.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36222024-03-26T06:46:15.618Z Running `/home/build/.rustup/toolchains/1.76.0-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=1b5d2143a497d29e -C extra-filename=-1b5d2143a497d29e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4f696e8189e3b194.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36232024-03-26T06:46:15.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59e0dae8e169cb85 -C extra-filename=-59e0dae8e169cb85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36242024-03-26T06:46:17.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9f21cdba4d66ca11 -C extra-filename=-9f21cdba4d66ca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36252024-03-26T06:46:17.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f5b0cb7eb773915 -C extra-filename=-5f5b0cb7eb773915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36262024-03-26T06:46:20.234Z Running `/home/build/.rustup/toolchains/1.76.0-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=e34bcf463f4e1ff4 -C extra-filename=-e34bcf463f4e1ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36272024-03-26T06:46:23.465Z Running `/home/build/.rustup/toolchains/1.76.0-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=e92559544f51d61f -C extra-filename=-e92559544f51d61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36282024-03-26T06:46:23.747Z Running `/home/build/.rustup/toolchains/1.76.0-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=272d5385d7e00e54 -C extra-filename=-272d5385d7e00e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36292024-03-26T06:46:24.246Z Running `/home/build/.rustup/toolchains/1.76.0-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=6a27579cf7c91fd0 -C extra-filename=-6a27579cf7c91fd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36302024-03-26T06:46:24.951Z Running `/home/build/.rustup/toolchains/1.76.0-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=95c4c9e6400cc7b3 -C extra-filename=-95c4c9e6400cc7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36312024-03-26T06:46:25.165Z Running `/home/build/.rustup/toolchains/1.76.0-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=6e814605e2deba04 -C extra-filename=-6e814605e2deba04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36322024-03-26T06:46:25.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0070cd6abc55a05 -C extra-filename=-d0070cd6abc55a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36332024-03-26T06:46:31.098Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36342024-03-26T06:46:31.102Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e6b137b2619ec2a -C extra-filename=-8e6b137b2619ec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36352024-03-26T06:46:32.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45a05a5a76802a5f -C extra-filename=-45a05a5a76802a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36362024-03-26T06:46:34.937Z Running `/home/build/.rustup/toolchains/1.76.0-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=880a2915479d8dc1 -C extra-filename=-880a2915479d8dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36372024-03-26T06:46:35.727Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36382024-03-26T06:46:35.731Z Running `/home/build/.rustup/toolchains/1.76.0-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=52546e985326e27c -C extra-filename=-52546e985326e27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36392024-03-26T06:46:42.415Z Running `/home/build/.rustup/toolchains/1.76.0-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=78e4c621a805e2b1 -C extra-filename=-78e4c621a805e2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36402024-03-26T06:46:42.736Z Running `/home/build/.rustup/toolchains/1.76.0-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=aa2dbb2f19166cad -C extra-filename=-aa2dbb2f19166cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36412024-03-26T06:46:44.065Z Running `/home/build/.rustup/toolchains/1.76.0-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=2dfe90ca3090b853 -C extra-filename=-2dfe90ca3090b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36422024-03-26T06:46:44.198Z Running `/home/build/.rustup/toolchains/1.76.0-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=727e2088e5e71421 -C extra-filename=-727e2088e5e71421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36432024-03-26T06:46:44.815Z Running `/home/build/.rustup/toolchains/1.76.0-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=11610d15932f7735 -C extra-filename=-11610d15932f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36442024-03-26T06:46:45.430Z Running `/home/build/.rustup/toolchains/1.76.0-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=af4363c942c5df3b -C extra-filename=-af4363c942c5df3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36452024-03-26T06:46:47.245Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc7836a0b0c88259 -C extra-filename=-dc7836a0b0c88259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36462024-03-26T06:46:54.754Z Running `/home/build/.rustup/toolchains/1.76.0-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=620082bd5da6e328 -C extra-filename=-620082bd5da6e328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36472024-03-26T06:46:55.512Z Running `/home/build/.rustup/toolchains/1.76.0-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=00b9eb9dc9a27922 -C extra-filename=-00b9eb9dc9a27922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36482024-03-26T06:47:01.573Z Running `/home/build/.rustup/toolchains/1.76.0-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=3e2d23b0c9419edc -C extra-filename=-3e2d23b0c9419edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36492024-03-26T06:47:01.793Z Running `/home/build/.rustup/toolchains/1.76.0-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=62b7a227fe8c325c -C extra-filename=-62b7a227fe8c325c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36502024-03-26T06:47:02.423Z Running `/home/build/.rustup/toolchains/1.76.0-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=337a3231f4a4f2df -C extra-filename=-337a3231f4a4f2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36512024-03-26T06:47:04.412Z Running `/home/build/.rustup/toolchains/1.76.0-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=bb6940eb972ee187 -C extra-filename=-bb6940eb972ee187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36522024-03-26T06:47:05.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d1dc35ca532231f -C extra-filename=-5d1dc35ca532231f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36532024-03-26T06:47:05.764Z Running `/home/build/.rustup/toolchains/1.76.0-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=057aa652dd5ee3e9 -C extra-filename=-057aa652dd5ee3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36542024-03-26T06:47:13.151Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=18d303d3cfd1f98a -C extra-filename=-18d303d3cfd1f98a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36552024-03-26T06:47:16.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0eb932a6e2940f64 -C extra-filename=-0eb932a6e2940f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36562024-03-26T06:47:21.335Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=90586b98031a71a1 -C extra-filename=-90586b98031a71a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36572024-03-26T06:47:23.937Z Running `/home/build/.rustup/toolchains/1.76.0-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=e4367701e2d01f9b -C extra-filename=-e4367701e2d01f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-905f527344237807.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
36582024-03-26T06:47:24.779Z Running `/home/build/.rustup/toolchains/1.76.0-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=1aa901ba196118f2 -C extra-filename=-1aa901ba196118f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36592024-03-26T06:47:25.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b3cf5ca3920919c7 -C extra-filename=-b3cf5ca3920919c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36602024-03-26T06:47:27.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=8bbcf824e24a0af0 -C extra-filename=-8bbcf824e24a0af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36612024-03-26T06:47:28.600Z Running `/home/build/.rustup/toolchains/1.76.0-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=8ce2edee005d2d93 -C extra-filename=-8ce2edee005d2d93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
36622024-03-26T06:47:30.426Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36632024-03-26T06:47:30.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b227e04fc28b83d -C extra-filename=-3b227e04fc28b83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36642024-03-26T06:47:32.796Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4984231b0d20713 -C extra-filename=-e4984231b0d20713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36652024-03-26T06:47:35.171Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4dc39243c5d8a407 -C extra-filename=-4dc39243c5d8a407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36662024-03-26T06:47:38.133Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b7040cf236241420 -C extra-filename=-b7040cf236241420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36672024-03-26T06:47:44.685Z Running `/home/build/.rustup/toolchains/1.76.0-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=413fcda9897d0459 -C extra-filename=-413fcda9897d0459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36682024-03-26T06:47:47.591Z Running `/home/build/.rustup/toolchains/1.76.0-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=7efd9efdc0bbe26b -C extra-filename=-7efd9efdc0bbe26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36692024-03-26T06:47:49.282Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=baadd35d25af223a -C extra-filename=-baadd35d25af223a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36702024-03-26T06:47:51.997Z Running `/home/build/.rustup/toolchains/1.76.0-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=9f07c296aec9a4d2 -C extra-filename=-9f07c296aec9a4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36712024-03-26T06:47:55.325Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d63d93e328743db9 -C extra-filename=-d63d93e328743db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36722024-03-26T06:47:59.608Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=139392d598bbc98e -C extra-filename=-139392d598bbc98e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36732024-03-26T06:48:05.775Z Running `/home/build/.rustup/toolchains/1.76.0-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=7073161faf720ca2 -C extra-filename=-7073161faf720ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36742024-03-26T06:48:08.264Z Running `/home/build/.rustup/toolchains/1.76.0-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=b9cda9c8753a32fd -C extra-filename=-b9cda9c8753a32fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36752024-03-26T06:48:11.217Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=24105eed3a48eda2 -C extra-filename=-24105eed3a48eda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36762024-03-26T06:48:18.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99fa9951e5cca6ed -C extra-filename=-99fa9951e5cca6ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36772024-03-26T06:48:18.850Z Running `/home/build/.rustup/toolchains/1.76.0-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=7d9078eb6a758ead -C extra-filename=-7d9078eb6a758ead --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36782024-03-26T06:48:28.748Z Running `/home/build/.rustup/toolchains/1.76.0-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=cc96ea72d059146b -C extra-filename=-cc96ea72d059146b --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36792024-03-26T06:48:42.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=637b06a8da30ca3d -C extra-filename=-637b06a8da30ca3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36802024-03-26T06:48:43.395Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=af36cc47d3c70711 -C extra-filename=-af36cc47d3c70711 --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-58ed50349d3ed936.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36812024-03-26T06:48:51.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=096ba7cde5072272 -C extra-filename=-096ba7cde5072272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36822024-03-26T06:48:55.604Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c6c03b459eec263 -C extra-filename=-4c6c03b459eec263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36832024-03-26T06:48:59.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=92e74f3a887f163a -C extra-filename=-92e74f3a887f163a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36842024-03-26T06:49:00.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7af3f733ec7a0a47 -C extra-filename=-7af3f733ec7a0a47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36852024-03-26T06:49:02.165Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=adeaf39d40329876 -C extra-filename=-adeaf39d40329876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36862024-03-26T06:49:04.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c3d56e4d9e95d569 -C extra-filename=-c3d56e4d9e95d569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36872024-03-26T06:49:06.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ec0386ee094bcf6 -C extra-filename=-1ec0386ee094bcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36882024-03-26T06:49:13.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fc9797c75cb18038 -C extra-filename=-fc9797c75cb18038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36892024-03-26T06:49:16.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a20de33bbca874e0 -C extra-filename=-a20de33bbca874e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36902024-03-26T06:49:21.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=25f6529baa4fac8e -C extra-filename=-25f6529baa4fac8e --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-e6be8cdf06d0bd46.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36912024-03-26T06:49:23.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=222f4b26f2da9253 -C extra-filename=-222f4b26f2da9253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36922024-03-26T06:49:23.537Z Running `/home/build/.rustup/toolchains/1.76.0-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=c3a4bea1878aa7f4 -C extra-filename=-c3a4bea1878aa7f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36932024-03-26T06:49:25.094Z Running `/home/build/.rustup/toolchains/1.76.0-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=d0b2602abb8e4703 -C extra-filename=-d0b2602abb8e4703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36942024-03-26T06:49:30.674Z Running `/home/build/.rustup/toolchains/1.76.0-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=ae8f5dc2095d7031 -C extra-filename=-ae8f5dc2095d7031 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36952024-03-26T06:49:34.535Z Running `/home/build/.rustup/toolchains/1.76.0-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=b6da836f898f5134 -C extra-filename=-b6da836f898f5134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36962024-03-26T06:49:38.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ff67fa7eab2c31a2 -C extra-filename=-ff67fa7eab2c31a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-94200cba335910e5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36972024-03-26T06:49:40.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=34aef149604f782e -C extra-filename=-34aef149604f782e --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-709aa28c65a7f74a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36982024-03-26T06:49:41.525Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f6664f8b670d9c7 -C extra-filename=-1f6664f8b670d9c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36992024-03-26T06:49:46.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5f4b04b57f02e951 -C extra-filename=-5f4b04b57f02e951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37002024-03-26T06:49:54.553Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad446d5fdb1103da -C extra-filename=-ad446d5fdb1103da --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37012024-03-26T06:49:54.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=27dff4dcb32cc04d -C extra-filename=-27dff4dcb32cc04d --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-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37022024-03-26T06:49:57.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=978d91782d88175f -C extra-filename=-978d91782d88175f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37032024-03-26T06:49:58.266Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
37042024-03-26T06:49:58.269Z Running `/home/build/.rustup/toolchains/1.76.0-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=df00f333d7767d45 -C extra-filename=-df00f333d7767d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37052024-03-26T06:49:59.400Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37062024-03-26T06:49:59.405Z Running `/home/build/.rustup/toolchains/1.76.0-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=fa51142afe7bdd05 -C extra-filename=-fa51142afe7bdd05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
37072024-03-26T06:49:59.693Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c5c9167cf74021d -C extra-filename=-4c5c9167cf74021d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37082024-03-26T06:50:00.381Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=44837cb83b999063 -C extra-filename=-44837cb83b999063 --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-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37092024-03-26T06:50:05.804Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37102024-03-26T06:50:05.809Z Running `/home/build/.rustup/toolchains/1.76.0-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=0babdb642ef0c889 -C extra-filename=-0babdb642ef0c889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37112024-03-26T06:50:08.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=e509bd7b0e144b7e -C extra-filename=-e509bd7b0e144b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593aed0259623e8b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37122024-03-26T06:50:09.230Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=5a62fd453db57fa7 -C extra-filename=-5a62fd453db57fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593aed0259623e8b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37132024-03-26T06:50:10.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6fce8583f9cf292e -C extra-filename=-6fce8583f9cf292e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37142024-03-26T06:50:16.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=aa34912733ac42fb -C extra-filename=-aa34912733ac42fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593aed0259623e8b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37152024-03-26T06:50:16.527Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37162024-03-26T06:50:16.536Z Running `/home/build/.rustup/toolchains/1.76.0-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=a7db3b1dc0a537e5 -C extra-filename=-a7db3b1dc0a537e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37172024-03-26T06:50:18.903Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=3bb652552ccc418a -C extra-filename=-3bb652552ccc418a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-df57e12a1daeb9f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8da7b89415410000.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37182024-03-26T06:50:20.101Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7553ead69745ef27 -C extra-filename=-7553ead69745ef27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37192024-03-26T06:50:22.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1992cb52a97f8753 -C extra-filename=-1992cb52a97f8753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37202024-03-26T06:50:22.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=680a0fb65d782993 -C extra-filename=-680a0fb65d782993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37212024-03-26T06:50:22.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7b4d0a8b34094b1b -C extra-filename=-7b4d0a8b34094b1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37222024-03-26T06:50:25.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6fdd810311fc317a -C extra-filename=-6fdd810311fc317a --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37232024-03-26T06:50:26.758Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=9070ea08cc9804b5 -C extra-filename=-9070ea08cc9804b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37242024-03-26T06:50:34.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=493e47b5f46e425c -C extra-filename=-493e47b5f46e425c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37252024-03-26T06:50:35.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=04e090c94127d8fd -C extra-filename=-04e090c94127d8fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37262024-03-26T06:50:39.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f2f955b96eff180 -C extra-filename=-4f2f955b96eff180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37272024-03-26T06:50:40.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0fb861dc81b9b94a -C extra-filename=-0fb861dc81b9b94a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8da7b89415410000.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37282024-03-26T06:50:41.245Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5c19f6694d95117a -C extra-filename=-5c19f6694d95117a --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-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37292024-03-26T06:50:41.779Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe4c788e01714413 -C extra-filename=-fe4c788e01714413 --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-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37302024-03-26T06:50:42.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c82281a122804434 -C extra-filename=-c82281a122804434 --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-1d4676144140f0d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37312024-03-26T06:50:43.041Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5cdd56881bdb2b9a -C extra-filename=-5cdd56881bdb2b9a --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-1d4676144140f0d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37322024-03-26T06:50:43.749Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5a4d05b838a8d99f -C extra-filename=-5a4d05b838a8d99f --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-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37332024-03-26T06:50:44.201Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b9ad19dfc2a37565 -C extra-filename=-b9ad19dfc2a37565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37342024-03-26T06:50:44.866Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4cc53b9736b7d044 -C extra-filename=-4cc53b9736b7d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d9b51b622dd975e6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37352024-03-26T06:50:45.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=230e017ded6ec7c1 -C extra-filename=-230e017ded6ec7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362024-03-26T06:52:29.798Z Running `/home/build/.rustup/toolchains/1.76.0-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=b0a2a4019b95a30f -C extra-filename=-b0a2a4019b95a30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37372024-03-26T06:52:29.806Z Running `/home/build/.rustup/toolchains/1.76.0-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=0e873a18f6c10a18 -C extra-filename=-0e873a18f6c10a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37382024-03-26T06:52:29.806Z Running `/home/build/.rustup/toolchains/1.76.0-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=39ec259516c7e96d -C extra-filename=-39ec259516c7e96d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37392024-03-26T06:52:29.806Z Running `/home/build/.rustup/toolchains/1.76.0-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=955b3c07dd7e6236 -C extra-filename=-955b3c07dd7e6236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37402024-03-26T06:52:31.874Z Running `/home/build/.rustup/toolchains/1.76.0-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=f5672d1f711d62b7 -C extra-filename=-f5672d1f711d62b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
37412024-03-26T06:52:35.676Z Running `/home/build/.rustup/toolchains/1.76.0-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=1f439f57af6d3c85 -C extra-filename=-1f439f57af6d3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
37422024-03-26T06:52:38.450Z Running `/home/build/.rustup/toolchains/1.76.0-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=6e340f91b9091463 -C extra-filename=-6e340f91b9091463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37432024-03-26T06:52:42.317Z Running `/home/build/.rustup/toolchains/1.76.0-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=a4502940c73e3041 -C extra-filename=-a4502940c73e3041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
37442024-03-26T06:52:45.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e46aacd8de98e1d1 -C extra-filename=-e46aacd8de98e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37452024-03-26T06:52:46.355Z Running `/home/build/.rustup/toolchains/1.76.0-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=13e2adaf9b07cad6 -C extra-filename=-13e2adaf9b07cad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
37462024-03-26T06:52:57.412Z Running `/home/build/.rustup/toolchains/1.76.0-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=67798b366c4959a3 -C extra-filename=-67798b366c4959a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/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-63b706ba3c9e23e6/out`
37472024-03-26T06:57:39.984Z Finished dev [unoptimized + debuginfo] target(s) in 18m 25s
37482024-03-26T06:57:58.315Z
37492024-03-26T06:57:58.315Zreal 18:34.791060601
37502024-03-26T06:57:58.315Zuser 1:34:17.629473515
37512024-03-26T06:57:58.315Zsys 17:46.957312573
37522024-03-26T06:57:58.315Ztrap 7.821124169
37532024-03-26T06:57:58.315Ztflt 7.647306355
37542024-03-26T06:57:58.315Zdflt 7:58.474239276
37552024-03-26T06:57:58.315Zkflt 1.008573545
37562024-03-26T06:57:58.315Zlock 3:35:46.443715670
37572024-03-26T06:57:58.316Zslp 6:18:49.617576522
37582024-03-26T06:57:58.316Zlat 5:56.560543929
37592024-03-26T06:57:58.316Zstop 6:17.620848286
37602024-03-26T06:57:58.316Z
37612024-03-26T06:57:58.316Z ##### ###### #### #####
37622024-03-26T06:57:58.316Z # # # #
37632024-03-26T06:57:58.316Z # ##### #### #
37642024-03-26T06:57:58.316Z # # # #
37652024-03-26T06:57:58.316Z # # # # #
37662024-03-26T06:57:58.316Z # ###### #### #
37672024-03-26T06:57:58.316Z
37682024-03-26T06:57:58.316Z Downloading crates ...
37692024-03-26T06:57:58.316Z Downloaded android-tzdata v0.1.1
37702024-03-26T06:57:58.316Z Downloaded android_system_properties v0.1.5
37712024-03-26T06:57:58.316Z Downloaded anstyle-wincon v3.0.2
37722024-03-26T06:57:58.316Z Downloaded fs2 v0.4.3
37732024-03-26T06:57:58.316Z Downloaded hermit-abi v0.1.19
37742024-03-26T06:57:58.316Z Downloaded crossterm_winapi v0.9.1
37752024-03-26T06:57:58.316Z Downloaded core-foundation-sys v0.8.4
37762024-03-26T06:57:58.316Z Downloaded fuchsia-cprng v0.1.1
37772024-03-26T06:57:58.317Z Downloaded iana-time-zone-haiku v0.1.2
37782024-03-26T06:57:58.317Z Downloaded error-code v3.0.0
37792024-03-26T06:57:58.317Z Downloaded system-configuration-sys v0.5.0
37802024-03-26T06:57:58.317Z Downloaded critical-section v1.1.2
37812024-03-26T06:57:58.317Z Downloaded rdrand v0.4.0
37822024-03-26T06:57:58.317Z Downloaded hermit-abi v0.3.2
37832024-03-26T06:57:58.317Z Downloaded atomic-polyfill v0.1.11
37842024-03-26T06:57:58.317Z Downloaded ipconfig v0.3.2
37852024-03-26T06:57:58.317Z Downloaded rand_core v0.3.1
37862024-03-26T06:57:58.317Z Downloaded security-framework-sys v2.9.1
37872024-03-26T06:57:58.317Z Downloaded wasite v0.1.0
37882024-03-26T06:57:58.317Z Downloaded rand_hc v0.2.0
37892024-03-26T06:57:58.317Z Downloaded rand_core v0.4.2
37902024-03-26T06:57:58.317Z Downloaded windows-targets v0.48.5
37912024-03-26T06:57:58.317Z Downloaded clipboard-win v5.0.0
37922024-03-26T06:57:58.317Z Downloaded windows-targets v0.52.0
37932024-03-26T06:57:58.317Z Downloaded encode_unicode v0.3.6
37942024-03-26T06:57:58.317Z Downloaded wasm-bindgen-shared v0.2.87
37952024-03-26T06:57:58.317Z Downloaded core-foundation v0.9.3
37962024-03-26T06:57:58.317Z Downloaded wasm-bindgen-futures v0.4.37
37972024-03-26T06:57:58.318Z Downloaded wasm-bindgen-macro v0.2.87
37982024-03-26T06:57:58.318Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
37992024-03-26T06:57:58.318Z Downloaded winapi-util v0.1.5
38002024-03-26T06:57:58.318Z Downloaded wasm-bindgen-macro-support v0.2.87
38012024-03-26T06:57:58.318Z Downloaded redox_users v0.4.3
38022024-03-26T06:57:58.318Z Downloaded redox_syscall v0.3.5
38032024-03-26T06:57:58.318Z Downloaded wasm-bindgen-backend v0.2.87
38042024-03-26T06:57:58.318Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
38052024-03-26T06:57:58.318Z Downloaded system-configuration v0.5.1
38062024-03-26T06:57:58.318Z Downloaded winreg v0.50.0
38072024-03-26T06:57:58.318Z Downloaded redox_syscall v0.2.16
38082024-03-26T06:57:58.318Z Downloaded redox_syscall v0.4.1
38092024-03-26T06:57:58.318Z Downloaded schannel v0.1.22
38102024-03-26T06:57:58.318Z Downloaded wasm-streams v0.4.0
38112024-03-26T06:57:58.318Z Downloaded bumpalo v3.13.0
38122024-03-26T06:57:58.318Z Downloaded js-sys v0.3.64
38132024-03-26T06:57:58.318Z Downloaded security-framework v2.9.2
38142024-03-26T06:57:58.319Z Downloaded widestring v1.0.2
38152024-03-26T06:57:58.319Z Downloaded wasm-bindgen v0.2.87
38162024-03-26T06:57:58.319Z Downloaded windows_x86_64_gnullvm v0.52.0
38172024-03-26T06:57:58.319Z Downloaded windows_x86_64_gnullvm v0.48.5
38182024-03-26T06:57:58.319Z Downloaded windows_aarch64_gnullvm v0.52.0
38192024-03-26T06:57:58.319Z Downloaded windows_aarch64_gnullvm v0.48.5
38202024-03-26T06:57:58.319Z Downloaded fiat-crypto v0.2.1
38212024-03-26T06:57:58.319Z Downloaded web-sys v0.3.64
38222024-03-26T06:57:58.319Z Downloaded windows_aarch64_msvc v0.48.5
38232024-03-26T06:57:58.319Z Downloaded windows_x86_64_msvc v0.52.0
38242024-03-26T06:57:58.319Z Downloaded windows_x86_64_msvc v0.48.5
38252024-03-26T06:57:58.319Z Downloaded windows_i686_gnu v0.48.5
38262024-03-26T06:57:58.319Z Downloaded windows_i686_msvc v0.52.0
38272024-03-26T06:57:58.319Z Downloaded windows_i686_msvc v0.48.5
38282024-03-26T06:57:58.319Z Downloaded windows_i686_gnu v0.52.0
38292024-03-26T06:57:58.319Z Downloaded windows_x86_64_gnu v0.52.0
38302024-03-26T06:57:58.319Z Downloaded windows_x86_64_gnu v0.48.5
38312024-03-26T06:57:58.319Z Downloaded windows_aarch64_msvc v0.52.0
38322024-03-26T06:57:58.319Z Downloaded linux-raw-sys v0.4.13
38332024-03-26T06:57:58.319Z Downloaded windows-sys v0.52.0
38342024-03-26T06:57:58.320Z Downloaded windows-sys v0.48.0
38352024-03-26T06:57:58.320Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
38362024-03-26T06:57:58.320Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
38372024-03-26T06:57:58.320Z Downloaded windows v0.48.0
38382024-03-26T06:57:58.320Zinfo: experimental features enabled: setup-scripts
38392024-03-26T06:57:58.320Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38402024-03-26T06:57:58.320Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38412024-03-26T06:57:58.320Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38422024-03-26T06:58:10.379Z Finished test [unoptimized + debuginfo] target(s) in 14.07s
38432024-03-26T06:58:13.861Z Starting 1098 tests across 115 binaries (3 skipped)
38442024-03-26T06:58:13.870Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38452024-03-26T06:58:14.502Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38462024-03-26T06:58:20.931Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38472024-03-26T06:58:22.398Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38482024-03-26T06:58:23.985Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38492024-03-26T06:58:30.428Z Finished test [unoptimized + debuginfo] target(s) in 16.50s
38502024-03-26T06:58:30.478Z Running `target/debug/crdb-seed`
38512024-03-26T06:58:30.502ZMar 26 06:58:29.584 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmptApCSx
38522024-03-26T06:58:30.507ZMar 26 06:58:29.584 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpXigSmb,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmptApCSx/listen-url
38532024-03-26T06:58:30.507ZMar 26 06:58:29.584 INFO cockroach environment: BUILDOMAT_JOB_ID=01HSWQEFPG6JRWVV9QQ34THJY2 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.76.0-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=falcon-nextest GITHUB_REF=refs/heads/falcon-nextest GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=6a6bc4aa0e716cb077b3445bf7186bec65b92782 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-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env34Ftyt NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=88c76c03-40ef-4cd3-984a-4057c8810a0b PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.76.0-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
38542024-03-26T06:58:31.577ZMar 26 06:58:30.659 INFO cockroach pid: 4273
38552024-03-26T06:58:31.577ZMar 26 06:58:30.659 INFO cockroach listen URL: postgresql://root@[::1]:40696/omicron?sslmode=disable
38562024-03-26T06:58:31.577ZMar 26 06:58:30.659 INFO cockroach: populating
38572024-03-26T06:58:33.684ZMar 26 06:58:32.766 INFO cockroach: populated
38582024-03-26T06:58:41.660ZMar 26 06:58:35.245 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/910583963df0bc704bacf830a7044aa99b11f23b9fd9c5479e0d40e1a1cab80d.tar`
38592024-03-26T06:58:41.691Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38602024-03-26T06:58:41.691Z PASS [ 0.031s] bootstore schemes::tests::hello_roundtrip
38612024-03-26T06:58:41.692Z PASS [ 0.026s] bootstore schemes::v0::share_pkg::tests::create_packages
38622024-03-26T06:58:41.692Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
38632024-03-26T06:58:41.692Z PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::create_and_verify
38642024-03-26T06:58:41.692Z PASS [ 0.057s] authz-macros tests::test_authz_snapshots
38652024-03-26T06:58:41.692Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
38662024-03-26T06:58:41.692Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_for_enums
38672024-03-26T06:58:41.692Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
38682024-03-26T06:58:41.692Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
38692024-03-26T06:58:41.692Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
38702024-03-26T06:58:41.692Z PASS [ 0.021s] db-macros tests::test_derive_snapshots
38712024-03-26T06:58:41.692Z PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field
38722024-03-26T06:58:41.692Z PASS [ 0.094s] bootstore schemes::v0::peer::tests::network_config
38732024-03-26T06:58:41.692Z PASS [ 0.075s] db-macros lookup::test::test_lookup_snapshots
38742024-03-26T06:58:41.692Z PASS [ 0.235s] dns-server storage::test::test_update_in_progress
38752024-03-26T06:58:41.692Z PASS [ 0.244s] dns-server storage::test::test_update_interrupted
38762024-03-26T06:58:41.692Z PASS [ 0.264s] dns-server storage::test::test_update_basic
38772024-03-26T06:58:41.692Z PASS [ 0.497s] dns-server::basic_test a_crud
38782024-03-26T06:58:41.693Z PASS [ 0.264s] dns-server::basic_test multi_record_crud
38792024-03-26T06:58:41.693Z PASS [ 0.279s] dns-server::basic_test empty_record
38802024-03-26T06:58:41.693Z PASS [ 0.497s] dns-server::basic_test aaaa_crud
38812024-03-26T06:58:41.693Z PASS [ 0.272s] dns-server::basic_test name_contains_zone
38822024-03-26T06:58:41.693Z PASS [ 0.226s] dns-server::basic_test servfail
38832024-03-26T06:58:41.693Z PASS [ 0.242s] dns-server::basic_test nxdomain
38842024-03-26T06:58:41.693Z PASS [ 0.257s] dns-server::basic_test srv_crud
38852024-03-26T06:58:41.693Z PASS [ 0.044s] dns-service-client diff::test::diff_different
38862024-03-26T06:58:41.693Z PASS [ 0.034s] dns-service-client diff::test::diff_equivalent
38872024-03-26T06:58:41.693Z PASS [ 0.025s] dns-service-client diff::test::diff_invalid
38882024-03-26T06:58:41.693Z PASS [ 0.038s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
38892024-03-26T06:58:41.693Z PASS [ 0.050s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
38902024-03-26T06:58:41.693Z PASS [ 0.054s] illumos-utils destructor::test::test_destructor_bad_close
38912024-03-26T06:58:41.693Z PASS [ 0.087s] illumos-utils destructor::test::test_delayed_delete
38922024-03-26T06:58:41.693Z PASS [ 0.025s] illumos-utils link::test::test_allocate
38932024-03-26T06:58:41.693Z PASS [ 0.025s] illumos-utils link::test::test_allocate_within_scopes
38942024-03-26T06:58:41.693Z PASS [ 0.021s] illumos-utils running_zone::tests::test_is_oxide_smf_service
38952024-03-26T06:58:41.694Z PASS [ 0.023s] illumos-utils zone::tests::test_parse_ip_network
38962024-03-26T06:58:41.694Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_external_zpool_name
38972024-03-26T06:58:41.694Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_bad_zpool_names
38982024-03-26T06:58:41.694Z PASS [ 0.020s] illumos-utils zpool::test::test_parse_internal_zpool_name
38992024-03-26T06:58:41.694Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool
39002024-03-26T06:58:41.694Z PASS [ 0.477s] dns-server::openapi_test test_dns_server_openapi
39012024-03-26T06:58:41.694Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
39022024-03-26T06:58:41.694Z PASS [ 1.111s] bootstore schemes::v0::peer::tests::basic_3_nodes
39032024-03-26T06:58:41.694Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_name_json
39042024-03-26T06:58:41.694Z PASS [ 0.041s] illumos-utils zpool::test::test_zpool_name_regex
39052024-03-26T06:58:41.694Z PASS [ 0.192s] installinator-common block_size_writer::tests::proptest_block_writer
39062024-03-26T06:58:41.694Z PASS [ 0.038s] internal-dns config::test::display_hosts
39072024-03-26T06:58:41.694Z PASS [ 0.020s] internal-dns config::test::display_srv_service
39082024-03-26T06:58:41.694Z PASS [ 0.047s] internal-dns config::test::test_builder_errors
39092024-03-26T06:58:41.694Z PASS [ 0.080s] internal-dns config::test::test_builder_output
39102024-03-26T06:58:41.694Z PASS [ 0.601s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39112024-03-26T06:58:41.695Z PASS [ 1.022s] illumos-utils destructor::test::test_delayed_delete_with_error
39122024-03-26T06:58:41.695Z PASS [ 0.261s] internal-dns resolver::test::insert_and_lookup_one_record
39132024-03-26T06:58:41.695Z PASS [ 0.553s] internal-dns resolver::test::insert_and_lookup_multiple_records
39142024-03-26T06:58:41.695Z PASS [ 0.250s] internal-dns resolver::test::lookup_nonexistent_record_fails
39152024-03-26T06:58:41.695Z PASS [ 0.452s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39162024-03-26T06:58:41.695Z PASS [ 0.405s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39172024-03-26T06:58:41.695Z PASS [ 0.040s] ipcc tests::deserialize_fixed_value
39182024-03-26T06:58:41.695Z PASS [ 0.048s] ipcc tests::installinator_image_id_round_trip
39192024-03-26T06:58:41.695Z PASS [ 0.387s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39202024-03-26T06:58:41.695Z PASS [ 0.038s] ipcc tests::serialized_size
39212024-03-26T06:58:41.695Z PASS [ 0.068s] key-manager tests::different_ikm_produces_different_keys
39222024-03-26T06:58:41.695Z PASS [ 0.088s] key-manager tests::different_disks_produce_different_keys
39232024-03-26T06:58:41.695Z PASS [ 0.026s] key-manager tests::disk_encryption_key_epoch_0
39242024-03-26T06:58:41.695Z PASS [ 0.026s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39252024-03-26T06:58:41.695Z PASS [ 0.285s] internal-dns resolver::test::update_record
39262024-03-26T06:58:41.695Z PASS [ 0.066s] nexus-config nexus_config::test::test_config_bad_toml
39272024-03-26T06:58:41.695Z PASS [ 0.052s] nexus-config nexus_config::test::test_config_empty
39282024-03-26T06:58:41.695Z PASS [ 0.023s] nexus-config nexus_config::test::test_config_nonexistent
39292024-03-26T06:58:41.696Z PASS [ 0.106s] nexus-config nexus_config::test::test_bad_authn_schemes
39302024-03-26T06:58:41.696Z PASS [ 0.024s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39312024-03-26T06:58:41.696Z PASS [ 0.048s] nexus-config nexus_config::test::test_deployment_config_schema
39322024-03-26T06:58:41.696Z PASS [ 0.019s] nexus-config postgres_config::test::test_bad_url
39332024-03-26T06:58:41.696Z PASS [ 0.039s] nexus-config nexus_config::test::test_valid
39342024-03-26T06:58:41.696Z PASS [ 0.062s] nexus-config nexus_config::test::test_repo_configs_are_valid
39352024-03-26T06:58:41.696Z PASS [ 0.029s] nexus-config postgres_config::test::test_example_url
39362024-03-26T06:58:41.696Z PASS [ 0.027s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39372024-03-26T06:58:41.696Z PASS [ 0.042s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39382024-03-26T06:58:41.696Z PASS [ 0.031s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39392024-03-26T06:58:41.696Z PASS [ 0.023s] nexus-db-model tests::test_ip_subnet_check_requestable_address
39402024-03-26T06:58:41.696Z PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string
39412024-03-26T06:58:41.696Z PASS [ 0.078s] nexus-db-model device_auth::test::test_generate_user_code
39422024-03-26T06:58:41.696Z PASS [ 0.028s] nexus-db-model tests::test_ipv6_net_random_subnet
39432024-03-26T06:58:41.696Z PASS [ 0.028s] nexus-db-model tests::test_roles_database_strings
39442024-03-26T06:58:41.696Z PASS [ 0.026s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
39452024-03-26T06:58:41.696Z PASS [ 0.057s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
39462024-03-26T06:58:41.696Z PASS [ 0.081s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
39472024-03-26T06:58:41.697Z PASS [ 0.076s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
39482024-03-26T06:58:41.697Z PASS [ 0.041s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
39492024-03-26T06:58:41.697Z PASS [ 0.031s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
39502024-03-26T06:58:41.697Z PASS [ 0.031s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
39512024-03-26T06:58:41.697Z PASS [ 0.084s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
39522024-03-26T06:58:41.697Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_get_token
39532024-03-26T06:58:41.697Z PASS [ 0.138s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
39542024-03-26T06:58:41.697Z PASS [ 0.164s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
39552024-03-26T06:58:41.697Z PASS [ 0.030s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
39562024-03-26T06:58:41.697Z PASS [ 0.029s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
39572024-03-26T06:58:41.697Z PASS [ 0.029s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
39582024-03-26T06:58:41.697Z PASS [ 0.027s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
39592024-03-26T06:58:41.705Z PASS [ 0.030s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
39602024-03-26T06:58:41.705Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
39612024-03-26T06:58:41.705Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
39622024-03-26T06:58:41.705Z PASS [ 0.039s] nexus-db-queries authn::external::spoof::test::test_make_header_value
39632024-03-26T06:58:41.705Z PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
39642024-03-26T06:58:41.705Z PASS [ 0.038s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
39652024-03-26T06:58:41.705Z PASS [ 0.033s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
39662024-03-26T06:58:41.705Z PASS [ 0.030s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
39672024-03-26T06:58:41.705Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
39682024-03-26T06:58:41.705Z PASS [ 0.034s] nexus-db-queries authn::external::token::test::test_make_header_value
39692024-03-26T06:58:41.706Z PASS [ 0.046s] nexus-db-queries authn::external::test::test_authn_sequence
39702024-03-26T06:58:41.706Z PASS [ 0.035s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
39712024-03-26T06:58:41.706Z PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_token_header_missing
39722024-03-26T06:58:41.706Z PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_token_header_valid
39732024-03-26T06:58:41.706Z PASS [ 0.056s] nexus-db-queries authn::test::test_internal_users
39742024-03-26T06:58:41.706Z PASS [ 0.069s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
39752024-03-26T06:58:41.706Z PASS [ 2.897s] dns-server::commands_test test_dnsadm
39762024-03-26T06:58:41.961Z PASS [ 4.673s] installinator mock_peers::tests::proptest_fetch_artifact
39772024-03-26T06:58:41.994Z PASS [ 4.693s] installinator write::tests::proptest_write_artifact
39782024-03-26T06:58:46.275Z PASS [ 6.565s] nexus-db-queries context::test::test_background_context
39792024-03-26T06:58:46.349Z PASS [ 6.721s] nexus-db-queries authz::context::test::test_unregistered_resource
39802024-03-26T06:58:48.980Z PASS [ 6.606s] nexus-db-queries context::test::test_child_context
39812024-03-26T06:58:49.311Z PASS [ 7.310s] nexus-db-queries context::test::test_test_context
39822024-03-26T06:58:52.297Z PASS [ 12.614s] nexus-db-queries authz::policy_test::test_conferred_roles
39832024-03-26T06:58:53.153Z PASS [ 6.813s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
39842024-03-26T06:58:53.278Z PASS [ 7.010s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
39852024-03-26T06:58:55.345Z PASS [ 6.774s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
39862024-03-26T06:58:56.219Z PASS [ 6.914s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
39872024-03-26T06:58:59.284Z PASS [ 6.993s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
39882024-03-26T06:58:59.625Z PASS [ 6.350s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
39892024-03-26T06:58:59.670Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
39902024-03-26T06:59:00.276Z PASS [ 7.124s] nexus-db-queries db::collection_attach::test::test_attach_once
39912024-03-26T06:59:02.635Z PASS [ 7.283s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
39922024-03-26T06:59:03.434Z PASS [ 7.219s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
39932024-03-26T06:59:06.369Z PASS [ 6.701s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
39942024-03-26T06:59:06.493Z PASS [ 7.216s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
39952024-03-26T06:59:06.950Z PASS [ 6.673s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
39962024-03-26T06:59:06.984Z PASS [ 0.034s] nexus-db-queries db::collection_detach::test::test_verify_query
39972024-03-26T06:59:09.103Z PASS [ 6.477s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
39982024-03-26T06:59:09.652Z PASS [ 6.216s] nexus-db-queries db::collection_detach::test::test_detach_once
39992024-03-26T06:59:09.706Z PASS [ 30.010s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40002024-03-26T06:59:09.860Z PASS [ 33.654s] bootstore::v0-fsm-proptest-learner run
40012024-03-26T06:59:11.805Z PASS [ 5.435s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40022024-03-26T06:59:11.943Z PASS [ 5.450s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40032024-03-26T06:59:12.176Z PASS [ 5.190s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40042024-03-26T06:59:12.763Z PASS [ 36.549s] bootstore::v0-fsm-proptest-rack-coordinator run
40052024-03-26T06:59:12.788Z PASS [ 0.024s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40062024-03-26T06:59:14.411Z PASS [ 5.305s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40072024-03-26T06:59:14.947Z PASS [ 5.243s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40082024-03-26T06:59:14.972Z PASS [ 0.026s] nexus-db-queries db::collection_insert::test::test_verify_query
40092024-03-26T06:59:15.000Z PASS [ 0.028s] nexus-db-queries db::column_walker::test::test_walk_columns
40102024-03-26T06:59:15.030Z PASS [ 5.378s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40112024-03-26T06:59:15.035Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_walk_table
40122024-03-26T06:59:15.084Z PASS [ 0.048s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
40132024-03-26T06:59:15.090Z PASS [ 5.231s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40142024-03-26T06:59:15.115Z PASS [ 0.031s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
40152024-03-26T06:59:15.120Z PASS [ 0.029s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
40162024-03-26T06:59:15.149Z PASS [ 0.033s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
40172024-03-26T06:59:16.817Z PASS [ 5.008s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40182024-03-26T06:59:16.978Z PASS [ 5.035s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40192024-03-26T06:59:17.113Z PASS [ 4.929s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40202024-03-26T06:59:17.364Z PASS [ 4.554s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40212024-03-26T06:59:18.941Z PASS [ 4.530s] nexus-db-queries db::collection_insert::test::test_collection_present
40222024-03-26T06:59:19.779Z PASS [ 4.629s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40232024-03-26T06:59:19.816Z PASS [ 0.037s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40242024-03-26T06:59:20.274Z PASS [ 5.151s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40252024-03-26T06:59:20.534Z PASS [ 5.502s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40262024-03-26T06:59:22.387Z PASS [ 5.573s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40272024-03-26T06:59:22.757Z PASS [ 5.651s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40282024-03-26T06:59:22.900Z PASS [ 5.922s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40292024-03-26T06:59:23.182Z PASS [ 5.836s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40302024-03-26T06:59:24.071Z PASS [ 5.130s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40312024-03-26T06:59:24.841Z PASS [ 5.024s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40322024-03-26T06:59:25.683Z PASS [ 5.410s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40332024-03-26T06:59:26.279Z PASS [ 5.745s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40342024-03-26T06:59:27.791Z PASS [ 5.402s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40352024-03-26T06:59:28.298Z PASS [ 5.389s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40362024-03-26T06:59:28.375Z PASS [ 5.189s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40372024-03-26T06:59:28.382Z PASS [ 5.625s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40382024-03-26T06:59:30.258Z PASS [ 5.415s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40392024-03-26T06:59:30.943Z PASS [ 5.258s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40402024-03-26T06:59:31.296Z PASS [ 7.223s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40412024-03-26T06:59:31.772Z PASS [ 5.490s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40422024-03-26T06:59:33.661Z PASS [ 5.370s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
40432024-03-26T06:59:33.760Z PASS [ 5.387s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
40442024-03-26T06:59:33.788Z PASS [ 5.406s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
40452024-03-26T06:59:34.660Z PASS [ 6.871s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
40462024-03-26T06:59:35.391Z PASS [ 5.132s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
40472024-03-26T06:59:36.350Z PASS [ 5.406s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
40482024-03-26T06:59:36.516Z PASS [ 5.221s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
40492024-03-26T06:59:36.890Z PASS [ 5.117s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
40502024-03-26T06:59:39.056Z PASS [ 5.291s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
40512024-03-26T06:59:39.056Z PASS [ 5.389s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
40522024-03-26T06:59:39.088Z PASS [ 0.030s] nexus-db-queries db::datastore::region::test::test_extent_count
40532024-03-26T06:59:39.194Z PASS [ 5.406s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
40542024-03-26T06:59:40.254Z PASS [ 5.593s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
40552024-03-26T06:59:40.843Z PASS [ 5.452s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
40562024-03-26T06:59:42.026Z PASS [ 5.673s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
40572024-03-26T06:59:42.526Z PASS [ 6.007s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
40582024-03-26T06:59:42.711Z PASS [ 5.821s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
40592024-03-26T06:59:44.652Z PASS [ 5.597s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
40602024-03-26T06:59:45.038Z PASS [ 5.838s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
40612024-03-26T06:59:45.857Z PASS [ 6.769s] nexus-db-queries db::datastore::sled::test::sled_list_batch
40622024-03-26T06:59:46.217Z PASS [ 5.371s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
40632024-03-26T06:59:47.269Z PASS [ 5.244s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
40642024-03-26T06:59:47.720Z PASS [ 5.192s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
40652024-03-26T06:59:47.740Z PASS [ 7.484s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
40662024-03-26T06:59:48.130Z PASS [ 5.415s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
40672024-03-26T06:59:49.795Z PASS [ 5.144s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
40682024-03-26T06:59:50.089Z PASS [ 5.054s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
40692024-03-26T06:59:51.327Z PASS [ 5.111s] nexus-db-queries db::datastore::test::test_project_creation
40702024-03-26T06:59:51.346Z PASS [ 5.486s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
40712024-03-26T06:59:51.647Z PASS [ 4.368s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
40722024-03-26T06:59:53.282Z PASS [ 5.563s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
40732024-03-26T06:59:53.503Z PASS [ 5.374s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
40742024-03-26T06:59:55.347Z PASS [ 5.551s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
40752024-03-26T06:59:56.238Z PASS [ 8.486s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
40762024-03-26T06:59:58.771Z PASS [ 5.484s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
40772024-03-26T06:59:58.959Z PASS [ 8.861s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
40782024-03-26T06:59:59.141Z PASS [ 5.638s] nexus-db-queries db::datastore::test::test_session_methods
40792024-03-26T06:59:59.679Z PASS [ 8.350s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
40802024-03-26T07:00:00.165Z PASS [ 4.818s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
40812024-03-26T07:00:00.244Z PASS [ 8.597s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
40822024-03-26T07:00:00.317Z PASS [ 8.965s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
40832024-03-26T07:00:01.251Z PASS [ 5.022s] nexus-db-queries db::datastore::test::test_ssh_keys
40842024-03-26T07:00:01.281Z PASS [ 0.030s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
40852024-03-26T07:00:01.314Z PASS [ 0.034s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
40862024-03-26T07:00:01.349Z PASS [ 0.033s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
40872024-03-26T07:00:01.377Z PASS [ 0.030s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
40882024-03-26T07:00:03.847Z PASS [ 5.081s] nexus-db-queries db::datastore::test::test_table_scan
40892024-03-26T07:00:04.166Z PASS [ 5.214s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
40902024-03-26T07:00:04.690Z PASS [ 5.548s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
40912024-03-26T07:00:04.850Z PASS [ 4.611s] nexus-db-queries db::explain::test::test_explain_async
40922024-03-26T07:00:05.184Z PASS [ 5.503s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
40932024-03-26T07:00:05.220Z PASS [ 0.036s] nexus-db-queries db::pagination::test::test_paginator
40942024-03-26T07:00:05.288Z PASS [ 4.974s] nexus-db-queries db::explain::test::test_explain_full_table_scan
40952024-03-26T07:00:06.110Z PASS [ 5.933s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
40962024-03-26T07:00:06.417Z PASS [ 5.038s] nexus-db-queries db::lookup::test::test_lookup
40972024-03-26T07:00:09.043Z PASS [ 4.788s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
40982024-03-26T07:00:09.054Z PASS [ 4.857s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
40992024-03-26T07:00:09.687Z PASS [ 4.980s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41002024-03-26T07:00:09.825Z PASS [ 4.969s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41012024-03-26T07:00:09.997Z PASS [ 4.767s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
41022024-03-26T07:00:11.036Z PASS [ 5.744s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41032024-03-26T07:00:11.855Z PASS [ 5.740s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41042024-03-26T07:00:12.007Z PASS [ 5.587s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
41052024-03-26T07:00:13.760Z PASS [ 5.121s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
41062024-03-26T07:00:14.288Z PASS [ 5.261s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
41072024-03-26T07:00:15.075Z PASS [ 5.400s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
41082024-03-26T07:00:15.099Z PASS [ 0.025s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41092024-03-26T07:00:15.443Z PASS [ 5.615s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41102024-03-26T07:00:15.757Z PASS [ 5.757s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41112024-03-26T07:00:16.658Z PASS [ 5.616s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
41122024-03-26T07:00:17.470Z PASS [ 5.628s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41132024-03-26T07:00:17.628Z PASS [ 5.618s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41142024-03-26T07:00:19.206Z PASS [ 5.446s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41152024-03-26T07:00:21.442Z PASS [ 5.931s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41162024-03-26T07:00:21.454Z PASS [ 5.375s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41172024-03-26T07:00:21.455Z PASS [ 5.865s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41182024-03-26T07:00:21.989Z PASS [ 5.337s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41192024-03-26T07:00:22.588Z PASS [ 5.113s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41202024-03-26T07:00:23.260Z PASS [ 5.634s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41212024-03-26T07:00:24.277Z PASS [ 5.068s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41222024-03-26T07:00:24.410Z PASS [ 10.111s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41232024-03-26T07:00:24.437Z PASS [ 0.031s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41242024-03-26T07:00:26.305Z PASS [ 5.274s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41252024-03-26T07:00:26.336Z PASS [ 0.032s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41262024-03-26T07:00:26.371Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41272024-03-26T07:00:26.510Z PASS [ 5.379s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41282024-03-26T07:00:26.951Z PASS [ 0.032s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41292024-03-26T07:00:26.957Z PASS [ 5.374s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41302024-03-26T07:00:26.957Z PASS [ 0.097s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41312024-03-26T07:00:26.957Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41322024-03-26T07:00:26.957Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41332024-03-26T07:00:26.958Z PASS [ 0.033s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41342024-03-26T07:00:26.958Z PASS [ 0.033s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41352024-03-26T07:00:27.646Z PASS [ 5.658s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41362024-03-26T07:00:28.159Z PASS [ 5.572s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41372024-03-26T07:00:29.065Z PASS [ 5.723s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
41382024-03-26T07:00:29.924Z PASS [ 5.647s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
41392024-03-26T07:00:31.216Z PASS [ 4.833s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
41402024-03-26T07:00:31.240Z PASS [ 0.033s] nexus-defaults tests::test_random_vpc_ipv6_prefix
41412024-03-26T07:00:31.309Z PASS [ 4.775s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
41422024-03-26T07:00:31.339Z PASS [ 0.026s] nexus-inventory builder::test::test_empty
41432024-03-26T07:00:31.391Z PASS [ 0.053s] nexus-inventory builder::test::test_problems
41442024-03-26T07:00:31.526Z PASS [ 0.286s] nexus-inventory builder::test::test_basic
41452024-03-26T07:00:31.624Z PASS [ 4.712s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
41462024-03-26T07:00:32.057Z PASS [ 4.410s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
41472024-03-26T07:00:32.168Z PASS [ 0.547s] nexus-inventory collector::test::test_multi_mgs_failure
41482024-03-26T07:00:32.431Z PASS [ 1.040s] nexus-inventory collector::test::test_basic
41492024-03-26T07:00:32.440Z PASS [ 0.915s] nexus-inventory collector::test::test_multi_mgs
41502024-03-26T07:00:32.497Z PASS [ 0.058s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
41512024-03-26T07:00:32.503Z PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
41522024-03-26T07:00:32.532Z PASS [ 0.036s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
41532024-03-26T07:00:32.537Z PASS [ 0.034s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
41542024-03-26T07:00:32.639Z PASS [ 0.582s] nexus-inventory collector::test::test_sled_agent_failure
41552024-03-26T07:00:32.794Z PASS [ 4.635s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
41562024-03-26T07:00:33.034Z PASS [ 0.239s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
41572024-03-26T07:00:33.087Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
41582024-03-26T07:00:33.100Z PASS [ 8.669s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
41592024-03-26T07:00:33.139Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
41602024-03-26T07:00:33.145Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
41612024-03-26T07:00:33.196Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
41622024-03-26T07:00:33.196Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
41632024-03-26T07:00:33.216Z PASS [ 0.017s] nexus-reconfigurator-planning ip_allocator::test::test_basic
41642024-03-26T07:00:33.241Z PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
41652024-03-26T07:00:33.277Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
41662024-03-26T07:00:33.303Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
41672024-03-26T07:00:33.325Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
41682024-03-26T07:00:33.340Z PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
41692024-03-26T07:00:33.374Z PASS [ 0.053s] nexus-types external_api::shared::test::test_policy_parsing
41702024-03-26T07:00:33.491Z PASS [ 0.118s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
41712024-03-26T07:00:33.500Z PASS [ 0.161s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
41722024-03-26T07:00:33.604Z PASS [ 0.105s] omicron-certificates tests::test_cert_extended_key_usage
41732024-03-26T07:00:33.667Z PASS [ 0.149s] omicron-certificates tests::test_common_name_is_validated
41742024-03-26T07:00:33.736Z PASS [ 0.086s] omicron-common address::test::test_dns_subnets
41752024-03-26T07:00:33.741Z PASS [ 0.146s] omicron-certificates tests::test_subject_alternate_names_are_validated
41762024-03-26T07:00:33.756Z PASS [ 0.022s] omicron-common address::test::test_ip_range_checks_non_decreasing
41772024-03-26T07:00:33.780Z PASS [ 0.023s] omicron-common address::test::test_ip_range_iter
41782024-03-26T07:00:33.786Z PASS [ 0.045s] omicron-common address::test::test_ip_range_enum_deserialization
41792024-03-26T07:00:33.801Z PASS [ 0.021s] omicron-common address::test::test_ip_range_length
41802024-03-26T07:00:33.808Z PASS [ 0.021s] omicron-common address::test::test_ip_range_try_from
41812024-03-26T07:00:33.831Z PASS [ 0.023s] omicron-common address::test::test_sled_address
41822024-03-26T07:00:33.836Z PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize
41832024-03-26T07:00:33.854Z PASS [ 0.023s] omicron-common api::external::error::test::test_bail_unless
41842024-03-26T07:00:33.864Z PASS [ 0.024s] omicron-common api::external::error::test::test_context
41852024-03-26T07:00:33.893Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_examples
41862024-03-26T07:00:33.900Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_pagination_schemas
41872024-03-26T07:00:33.946Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_id
41882024-03-26T07:00:33.947Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_scan_by_name
41892024-03-26T07:00:33.964Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
41902024-03-26T07:00:33.986Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
41912024-03-26T07:00:33.994Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
41922024-03-26T07:00:34.013Z PASS [ 0.026s] omicron-common api::external::test::test_bytecount
41932024-03-26T07:00:34.017Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount_display
41942024-03-26T07:00:34.044Z PASS [ 0.027s] omicron-common api::external::test::test_firewall_deserialization
41952024-03-26T07:00:34.061Z PASS [ 0.049s] omicron-common api::external::test::test_digest
41962024-03-26T07:00:34.102Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_rule_target_parse
41972024-03-26T07:00:34.102Z PASS [ 0.052s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
41982024-03-26T07:00:34.125Z PASS [ 0.020s] omicron-common api::external::test::test_ip_port_range_from_str
41992024-03-26T07:00:34.135Z PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str
42002024-03-26T07:00:34.141Z PASS [ 0.019s] omicron-common api::external::test::test_ip_port_range_into_str
42012024-03-26T07:00:34.154Z PASS [ 0.018s] omicron-common api::external::test::test_ipnet_first_last_address
42022024-03-26T07:00:34.158Z PASS [ 0.018s] omicron-common api::external::test::test_ipnet_serde
42032024-03-26T07:00:34.173Z PASS [ 0.019s] omicron-common api::external::test::test_ipv4_net_operations
42042024-03-26T07:00:34.179Z PASS [ 0.019s] omicron-common api::external::test::test_ipv6_net_operations
42052024-03-26T07:00:34.188Z PASS [ 5.205s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
42062024-03-26T07:00:34.201Z PASS [ 0.024s] omicron-common api::external::test::test_mac_system_iterator
42072024-03-26T07:00:34.201Z PASS [ 0.018s] omicron-common api::external::test::test_mac_to_int_conversions
42082024-03-26T07:00:34.209Z PASS [ 0.021s] omicron-common api::external::test::test_macaddr
42092024-03-26T07:00:34.216Z PASS [ 0.020s] omicron-common api::external::test::test_name_parse
42102024-03-26T07:00:34.221Z PASS [ 0.020s] omicron-common api::external::test::test_name_parse_from_param
42112024-03-26T07:00:34.229Z PASS [ 0.017s] omicron-common api::external::test::test_resource_name_parse
42122024-03-26T07:00:34.235Z PASS [ 0.019s] omicron-common api::external::test::test_role_name_parse
42132024-03-26T07:00:34.244Z PASS [ 0.022s] omicron-common api::external::test::test_route_destination_parse
42142024-03-26T07:00:34.249Z PASS [ 0.023s] omicron-common api::external::test::test_route_target_parse
42152024-03-26T07:00:34.255Z PASS [ 0.019s] omicron-common api::external::test::test_semver_serialize
42162024-03-26T07:00:34.260Z PASS [ 0.017s] omicron-common api::external::test::test_semver_validation
42172024-03-26T07:00:34.269Z PASS [ 0.015s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42182024-03-26T07:00:34.315Z PASS [ 0.052s] omicron-common ledger::test::test_commit_handles_write_failures
42192024-03-26T07:00:34.315Z PASS [ 0.041s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42202024-03-26T07:00:34.315Z PASS [ 0.046s] omicron-common ledger::test::test_create_default_ledger
42212024-03-26T07:00:34.330Z PASS [ 0.017s] omicron-common update::tests::serde_artifact_kind
42222024-03-26T07:00:34.341Z PASS [ 0.029s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42232024-03-26T07:00:34.491Z PASS [ 0.175s] omicron-dev::test_omicron_dev test_cert_create
42242024-03-26T07:00:34.557Z PASS [ 0.063s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42252024-03-26T07:00:34.610Z PASS [ 0.056s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42262024-03-26T07:00:34.652Z PASS [ 4.729s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
42272024-03-26T07:00:34.667Z PASS [ 0.056s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42282024-03-26T07:00:34.723Z PASS [ 0.070s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42292024-03-26T07:00:34.825Z PASS [ 0.095s] omicron-gateway management_switch::location_map::tests::test_config_validation
42302024-03-26T07:00:34.898Z PASS [ 0.079s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42312024-03-26T07:00:36.172Z PASS [ 0.863s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42322024-03-26T07:00:36.181Z PASS [ 0.382s] omicron-gateway::test_all integration_tests::component_list::component_list
42332024-03-26T07:00:36.626Z PASS [ 0.481s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42342024-03-26T07:00:36.940Z PASS [ 0.313s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
42352024-03-26T07:00:37.178Z PASS [ 0.238s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
42362024-03-26T07:00:39.145Z PASS [ 4.805s] omicron-dev::test_omicron_dev test_db_killed
42372024-03-26T07:00:48.527Z PASS [ 13.856s] omicron-dev::test_omicron_dev test_run_all
42382024-03-26T07:00:50.047Z PASS [ 17.863s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
42392024-03-26T07:00:50.291Z PASS [ 17.747s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
42402024-03-26T07:00:50.729Z PASS [ 18.086s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
42412024-03-26T07:00:51.212Z PASS [ 16.870s] omicron-dev::test_omicron_dev test_db_run
42422024-03-26T07:00:54.258Z PASS [ 15.117s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
42432024-03-26T07:00:54.973Z PASS [ 17.791s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
42442024-03-26T07:00:55.668Z PASS [ 23.124s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
42452024-03-26T07:01:03.754Z PASS [ 13.462s] omicron-nexus app::background::common::test::test_saga_request_flow
42462024-03-26T07:01:04.062Z PASS [ 15.532s] omicron-nexus app::background::common::test::test_activation_in_progress
42472024-03-26T07:01:04.096Z PASS [ 14.054s] omicron-nexus app::background::common::test::test_driver_basic
42482024-03-26T07:01:04.187Z PASS [ 0.096s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
42492024-03-26T07:01:04.325Z PASS [ 13.594s] omicron-nexus app::background::dns_config::test::test_basic
42502024-03-26T07:01:04.404Z PASS [ 0.080s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
42512024-03-26T07:01:04.439Z PASS [ 0.035s] omicron-nexus app::external_endpoints::test::test_no_endpoint
42522024-03-26T07:01:04.491Z PASS [ 0.050s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
42532024-03-26T07:01:04.616Z PASS [ 0.555s] omicron-nexus app::external_endpoints::test::test_authority
42542024-03-26T07:01:04.714Z PASS [ 13.495s] omicron-nexus app::background::dns_propagation::test::test_basic
42552024-03-26T07:01:05.223Z PASS [ 1.036s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
42562024-03-26T07:01:07.840Z PASS [ 13.580s] omicron-nexus app::background::external_endpoints::test::test_basic
42572024-03-26T07:01:08.335Z PASS [ 13.360s] omicron-nexus app::background::init::test::test_dns_propagation_basic
42582024-03-26T07:01:15.668Z PASS [ 20.002s] omicron-nexus app::background::inventory_collection::test::test_basic
42592024-03-26T07:01:20.248Z PASS [ 16.490s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
42602024-03-26T07:01:23.627Z PASS [ 18.400s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
42612024-03-26T07:01:24.956Z PASS [ 20.242s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
42622024-03-26T07:01:25.390Z PASS [ 20.895s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
42632024-03-26T07:01:26.417Z PASS [ 21.796s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
42642024-03-26T07:01:26.589Z PASS [ 18.746s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
42652024-03-26T07:01:26.692Z PASS [ 18.353s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
42662024-03-26T07:01:48.248Z PASS [ 23.289s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
42672024-03-26T07:01:48.734Z PASS [ 25.101s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
42682024-03-26T07:01:48.830Z PASS [ 23.435s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
42692024-03-26T07:01:49.893Z PASS [ 23.471s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
42702024-03-26T07:01:51.039Z PASS [ 24.339s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
42712024-03-26T07:01:51.180Z PASS [ 24.581s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
42722024-03-26T07:02:10.317Z PASS [ 21.576s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
42732024-03-26T07:02:10.577Z PASS [ 22.319s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
42742024-03-26T07:02:13.944Z PASS [ 22.760s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
42752024-03-26T07:02:14.251Z PASS [ 23.212s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
42762024-03-26T07:02:14.409Z PASS [ 25.571s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
42772024-03-26T07:02:15.216Z PASS [ 24.909s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
42782024-03-26T07:02:15.684Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42792024-03-26T07:02:20.263Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42802024-03-26T07:02:31.959Z PASS [ 21.384s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
42812024-03-26T07:02:34.513Z PASS [ 20.103s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
42822024-03-26T07:02:34.905Z PASS [ 20.651s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
42832024-03-26T07:02:35.092Z PASS [ 20.281s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
42842024-03-26T07:02:38.257Z PASS [ 23.904s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
42852024-03-26T07:02:38.270Z PASS [ 0.049s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
42862024-03-26T07:02:49.203Z PASS [ 14.687s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
42872024-03-26T07:02:49.833Z PASS [ 39.510s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
42882024-03-26T07:02:50.678Z PASS [ 18.715s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
42892024-03-26T07:02:58.291Z PASS [ 20.388s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
42902024-03-26T07:03:04.525Z PASS [ 13.835s] omicron-nexus app::sagas::test_saga::test_saga_stuck
42912024-03-26T07:03:18.576Z PASS [ 21.477s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
42922024-03-26T07:03:18.637Z PASS [ 24.896s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
42932024-03-26T07:03:18.637Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
42942024-03-26T07:03:18.637Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
42952024-03-26T07:03:18.637Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
42962024-03-26T07:03:18.637Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
42972024-03-26T07:03:18.637Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
42982024-03-26T07:03:18.637Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
42992024-03-26T07:03:18.637Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_relative_uri
43002024-03-26T07:03:18.637Z PASS [ 0.090s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43012024-03-26T07:03:18.637Z PASS [ 4.690s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43022024-03-26T07:03:18.637Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43032024-03-26T07:03:18.637Z PASS [ 17.845s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43042024-03-26T07:03:19.860Z PASS [ 15.336s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43052024-03-26T07:03:20.277Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43062024-03-26T07:03:21.105Z PASS [ 0.830s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43072024-03-26T07:03:21.437Z PASS [ 0.739s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43082024-03-26T07:03:21.536Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43092024-03-26T07:03:29.472Z PASS [ 14.084s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43102024-03-26T07:03:29.808Z PASS [ 13.665s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43112024-03-26T07:03:34.917Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43122024-03-26T07:03:35.105Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43132024-03-26T07:03:35.494Z PASS [ 13.959s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43142024-03-26T07:03:41.306Z PASS [ 66.202s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43152024-03-26T07:03:44.348Z PASS [ 14.880s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43162024-03-26T07:03:45.361Z PASS [ 15.141s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43172024-03-26T07:03:50.671Z PASS [ 15.172s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43182024-03-26T07:03:55.757Z PASS [ 14.448s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43192024-03-26T07:03:58.408Z PASS [ 13.455s] omicron-nexus::test_all integration_tests::basic::test_ping
43202024-03-26T07:03:58.528Z PASS [ 14.180s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43212024-03-26T07:04:08.467Z PASS [ 17.794s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43222024-03-26T07:04:10.808Z PASS [ 55.657s] omicron-nexus populate::test::test_populators
43232024-03-26T07:04:12.285Z PASS [ 13.874s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43242024-03-26T07:04:12.294Z PASS [ 13.763s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43252024-03-26T07:04:15.652Z PASS [ 19.891s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43262024-03-26T07:04:15.706Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43272024-03-26T07:04:20.286Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43282024-03-26T07:04:22.651Z PASS [ 14.181s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43292024-03-26T07:04:25.431Z PASS [ 14.622s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43302024-03-26T07:04:26.912Z PASS [ 14.624s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43312024-03-26T07:04:27.723Z PASS [ 15.425s] omicron-nexus::test_all integration_tests::certificates::test_crud
43322024-03-26T07:04:27.842Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43332024-03-26T07:04:28.903Z PASS [ 1.584s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
43342024-03-26T07:04:28.906Z PASS [ 3.095s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
43352024-03-26T07:04:28.906Z PASS [ 0.356s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
43362024-03-26T07:04:28.979Z PASS [ 1.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
43372024-03-26T07:04:30.043Z PASS [ 14.386s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
43382024-03-26T07:04:34.937Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43392024-03-26T07:04:41.463Z PASS [ 18.801s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
43402024-03-26T07:04:43.447Z PASS [ 14.917s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
43412024-03-26T07:04:43.465Z PASS [ 14.486s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
43422024-03-26T07:04:43.640Z PASS [ 14.785s] omicron-nexus::test_all integration_tests::console_api::test_assets
43432024-03-26T07:04:48.228Z PASS [ 16.928s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
43442024-03-26T07:04:58.434Z PASS [ 14.977s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
43452024-03-26T07:04:58.483Z PASS [ 15.007s] omicron-nexus::test_all integration_tests::console_api::test_session_me
43462024-03-26T07:04:58.699Z PASS [ 15.043s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
43472024-03-26T07:05:00.266Z PASS [ 18.807s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
43482024-03-26T07:05:04.102Z PASS [ 17.126s] omicron-nexus::test_all integration_tests::console_api::test_sessions
43492024-03-26T07:05:13.562Z PASS [ 15.085s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
43502024-03-26T07:05:13.584Z PASS [ 15.153s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
43512024-03-26T07:05:15.719Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43522024-03-26T07:05:18.914Z PASS [ 163.975s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43532024-03-26T07:05:20.297Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43542024-03-26T07:05:21.781Z PASS [ 23.088s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
43552024-03-26T07:05:25.446Z PASS [ 21.341s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
43562024-03-26T07:05:29.993Z PASS [ 29.721s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
43572024-03-26T07:05:33.963Z PASS [ 20.397s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
43582024-03-26T07:05:34.166Z PASS [ 20.580s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
43592024-03-26T07:05:42.295Z PASS [ 19.330s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
43602024-03-26T07:05:48.556Z PASS [ 26.772s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
43612024-03-26T07:05:51.997Z PASS [ 18.031s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
43622024-03-26T07:05:53.189Z PASS [ 19.009s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
43632024-03-26T07:05:53.272Z PASS [ 15.023s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
43642024-03-26T07:05:53.912Z PASS [ 28.458s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
43652024-03-26T07:06:01.772Z PASS [ 31.773s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
43662024-03-26T07:06:03.286Z PASS [ 14.725s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
43672024-03-26T07:06:07.708Z PASS [ 14.526s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
43682024-03-26T07:06:09.803Z PASS [ 17.802s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
43692024-03-26T07:06:13.323Z PASS [ 20.042s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
43702024-03-26T07:06:15.731Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43712024-03-26T07:06:19.590Z PASS [ 17.811s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
43722024-03-26T07:06:20.310Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43732024-03-26T07:06:21.275Z PASS [ 27.360s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
43742024-03-26T07:06:27.553Z PASS [ 19.783s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
43752024-03-26T07:06:28.169Z PASS [ 19.902s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
43762024-03-26T07:06:31.314Z PASS [ 21.506s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
43772024-03-26T07:06:33.217Z PASS [ 19.888s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
43782024-03-26T07:06:37.807Z PASS [ 18.209s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
43792024-03-26T07:06:43.724Z PASS [ 22.441s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
43802024-03-26T07:06:48.476Z PASS [ 25.400s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
43812024-03-26T07:06:48.484Z PASS [ 15.270s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
43822024-03-26T07:06:59.886Z PASS [ 22.081s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
43832024-03-26T07:06:59.933Z PASS [ 32.314s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
43842024-03-26T07:07:00.434Z PASS [ 16.708s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
43852024-03-26T07:07:01.316Z PASS [ 29.996s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
43862024-03-26T07:07:03.441Z PASS [ 14.953s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
43872024-03-26T07:07:04.136Z PASS [ 0.425s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
43882024-03-26T07:07:04.343Z PASS [ 0.476s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
43892024-03-26T07:07:04.747Z PASS [ 0.405s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
43902024-03-26T07:07:05.156Z PASS [ 0.410s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
43912024-03-26T07:07:10.556Z PASS [ 22.069s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
43922024-03-26T07:07:14.694Z PASS [ 14.807s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
43932024-03-26T07:07:14.946Z PASS [ 15.010s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
43942024-03-26T07:07:15.669Z PASS [ 15.235s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
43952024-03-26T07:07:15.743Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43962024-03-26T07:07:15.991Z PASS [ 14.672s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
43972024-03-26T07:07:20.324Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43982024-03-26T07:07:22.043Z PASS [ 16.879s] omicron-nexus::test_all integration_tests::images::test_image_create
43992024-03-26T07:07:29.464Z PASS [ 18.911s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44002024-03-26T07:07:34.084Z PASS [ 19.130s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44012024-03-26T07:07:34.315Z PASS [ 18.315s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44022024-03-26T07:07:34.465Z PASS [ 18.791s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44032024-03-26T07:07:35.470Z PASS [ 20.773s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44042024-03-26T07:07:39.321Z PASS [ 17.281s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44052024-03-26T07:07:41.236Z PASS [ 6.771s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44062024-03-26T07:07:41.471Z PASS [ 7.390s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44072024-03-26T07:07:41.984Z PASS [ 7.674s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44082024-03-26T07:07:43.930Z PASS [ 8.456s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44092024-03-26T07:07:45.511Z PASS [ 16.038s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44102024-03-26T07:08:10.672Z PASS [ 14.619s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44112024-03-26T07:08:10.998Z PASS [ 22.562s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44122024-03-26T07:08:10.998Z PASS [ 22.043s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44132024-03-26T07:08:11.213Z PASS [ 22.336s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44142024-03-26T07:08:11.278Z PASS [ 28.844s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44152024-03-26T07:08:11.449Z PASS [ 30.207s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44162024-03-26T07:08:14.932Z PASS [ 14.799s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44172024-03-26T07:08:15.756Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44182024-03-26T07:08:18.838Z PASS [ 15.316s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44192024-03-26T07:08:20.337Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44202024-03-26T07:08:29.745Z PASS [ 14.810s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44212024-03-26T07:08:29.868Z PASS [ 27.974s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44222024-03-26T07:08:30.304Z PASS [ 18.853s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44232024-03-26T07:08:30.810Z PASS [ 435.059s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44242024-03-26T07:08:33.123Z PASS [ 26.826s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44252024-03-26T07:08:36.825Z PASS [ 436.493s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44262024-03-26T07:08:40.545Z PASS [ 21.699s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44272024-03-26T07:08:54.062Z PASS [ 23.248s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44282024-03-26T07:08:55.085Z PASS [ 24.776s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44292024-03-26T07:08:55.121Z PASS [ 25.372s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44302024-03-26T07:08:56.575Z PASS [ 26.702s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44312024-03-26T07:08:57.011Z PASS [ 46.167s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44322024-03-26T07:08:57.920Z PASS [ 24.815s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44332024-03-26T07:09:05.504Z PASS [ 28.672s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
44342024-03-26T07:09:14.338Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
44352024-03-26T07:09:14.821Z PASS [ 34.273s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
44362024-03-26T07:09:14.861Z PASS [ 20.795s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
44372024-03-26T07:09:19.442Z PASS [ 24.318s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
44382024-03-26T07:09:19.841Z PASS [ 21.917s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
44392024-03-26T07:09:19.880Z PASS [ 22.860s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
44402024-03-26T07:09:24.411Z PASS [ 27.831s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
44412024-03-26T07:09:28.947Z PASS [ 23.433s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
44422024-03-26T07:09:34.728Z PASS [ 15.282s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
44432024-03-26T07:09:35.619Z PASS [ 15.731s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
44442024-03-26T07:09:37.897Z PASS [ 23.072s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
44452024-03-26T07:09:39.275Z PASS [ 24.409s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
44462024-03-26T07:09:41.365Z PASS [ 21.520s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
44472024-03-26T07:09:42.978Z PASS [ 18.563s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
44482024-03-26T07:09:45.317Z PASS [ 30.973s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
44492024-03-26T07:09:46.308Z PASS [ 17.363s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
44502024-03-26T07:09:48.047Z PASS [ 13.316s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
44512024-03-26T07:09:55.027Z PASS [ 13.655s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
44522024-03-26T07:09:56.653Z PASS [ 18.754s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
44532024-03-26T07:09:57.232Z PASS [ 14.251s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
44542024-03-26T07:09:59.150Z PASS [ 19.870s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
44552024-03-26T07:10:05.561Z PASS [ 14.542s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
44562024-03-26T07:10:05.922Z PASS [ 24.382s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
44572024-03-26T07:10:05.922Z PASS [ 14.269s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
44582024-03-26T07:10:05.922Z PASS [ 13.242s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
44592024-03-26T07:10:11.237Z PASS [ 16.208s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
44602024-03-26T07:10:11.404Z PASS [ 14.170s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
44612024-03-26T07:10:11.571Z PASS [ 14.915s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
44622024-03-26T07:10:13.462Z PASS [ 13.595s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
44632024-03-26T07:10:13.684Z PASS [ 13.685s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
44642024-03-26T07:10:13.765Z PASS [ 14.610s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
44652024-03-26T07:10:14.640Z PASS [ 14.048s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
44662024-03-26T07:10:16.387Z PASS [ 15.093s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
44672024-03-26T07:10:25.537Z PASS [ 13.959s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
44682024-03-26T07:10:26.245Z PASS [ 15.006s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
44692024-03-26T07:10:27.548Z PASS [ 16.139s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
44702024-03-26T07:10:28.384Z PASS [ 13.752s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
44712024-03-26T07:10:33.017Z PASS [ 19.553s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
44722024-03-26T07:10:36.119Z PASS [ 19.726s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
44732024-03-26T07:10:45.149Z PASS [ 17.598s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
44742024-03-26T07:10:45.633Z PASS [ 17.246s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
44752024-03-26T07:10:47.448Z PASS [ 21.907s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
44762024-03-26T07:10:50.503Z PASS [ 17.482s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
44772024-03-26T07:10:54.176Z PASS [ 40.485s] omicron-nexus::test_all integration_tests::metrics::test_metrics
44782024-03-26T07:10:58.519Z PASS [ 32.262s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
44792024-03-26T07:11:10.133Z PASS [ 17.333s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
44802024-03-26T07:11:10.199Z PASS [ 50.739s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
44812024-03-26T07:11:10.199Z PASS [ 31.307s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
44822024-03-26T07:11:17.341Z PASS [ 23.158s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
44832024-03-26T07:11:17.632Z PASS [ 27.122s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
44842024-03-26T07:11:17.755Z PASS [ 32.599s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
44852024-03-26T07:11:19.459Z PASS [ 32.008s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
44862024-03-26T07:11:21.328Z PASS [ 18.355s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
44872024-03-26T07:11:22.075Z PASS [ 23.554s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
44882024-03-26T07:11:32.809Z PASS [ 15.052s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
44892024-03-26T07:11:34.289Z PASS [ 16.656s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
44902024-03-26T07:11:37.637Z PASS [ 15.564s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
44912024-03-26T07:11:38.490Z PASS [ 19.027s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
44922024-03-26T07:11:38.968Z PASS [ 34.450s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
44932024-03-26T07:11:39.512Z PASS [ 18.173s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
44942024-03-26T07:11:43.300Z PASS [ 35.458s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
44952024-03-26T07:11:50.943Z PASS [ 18.131s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
44962024-03-26T07:11:53.859Z PASS [ 14.347s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
44972024-03-26T07:11:53.923Z PASS [ 15.430s] omicron-nexus::test_all integration_tests::projects::test_projects
44982024-03-26T07:11:53.930Z PASS [ 16.290s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
44992024-03-26T07:11:55.909Z PASS [ 21.616s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45002024-03-26T07:11:56.147Z PASS [ 13.251s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45012024-03-26T07:11:58.479Z PASS [ 41.131s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45022024-03-26T07:12:05.407Z PASS [ 14.462s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45032024-03-26T07:12:07.651Z PASS [ 13.783s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45042024-03-26T07:12:07.948Z PASS [ 14.024s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45052024-03-26T07:12:08.243Z PASS [ 0.295s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45062024-03-26T07:12:08.711Z PASS [ 14.779s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45072024-03-26T07:12:08.776Z PASS [ 3.363s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45082024-03-26T07:12:09.361Z PASS [ 13.451s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45092024-03-26T07:12:09.439Z PASS [ 0.071s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45102024-03-26T07:12:09.494Z PASS [ 0.062s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45112024-03-26T07:12:09.557Z PASS [ 0.063s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45122024-03-26T07:12:09.624Z PASS [ 0.061s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45132024-03-26T07:12:09.678Z PASS [ 0.061s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45142024-03-26T07:12:10.265Z PASS [ 14.116s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45152024-03-26T07:12:10.957Z PASS [ 31.974s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45162024-03-26T07:12:11.005Z PASS [ 3.350s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45172024-03-26T07:12:11.528Z PASS [ 3.282s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45182024-03-26T07:12:11.713Z PASS [ 13.232s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45192024-03-26T07:12:12.043Z PASS [ 3.321s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45202024-03-26T07:12:12.119Z PASS [ 0.084s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45212024-03-26T07:12:24.409Z PASS [ 14.725s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45222024-03-26T07:12:24.928Z PASS [ 16.146s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45232024-03-26T07:12:25.014Z PASS [ 0.081s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45242024-03-26T07:12:25.069Z PASS [ 0.067s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45252024-03-26T07:12:25.386Z PASS [ 14.390s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45262024-03-26T07:12:25.468Z PASS [ 14.506s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45272024-03-26T07:12:25.505Z PASS [ 15.232s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45282024-03-26T07:12:25.695Z PASS [ 14.168s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45292024-03-26T07:12:25.867Z PASS [ 14.149s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45302024-03-26T07:12:26.619Z PASS [ 14.504s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45312024-03-26T07:12:36.582Z PASS [ 11.511s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
45322024-03-26T07:12:36.606Z PASS [ 12.190s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
45332024-03-26T07:12:36.860Z PASS [ 11.409s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
45342024-03-26T07:12:36.892Z PASS [ 11.514s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
45352024-03-26T07:12:36.982Z PASS [ 11.483s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
45362024-03-26T07:12:44.353Z PASS [ 7.772s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
45372024-03-26T07:12:44.788Z PASS [ 7.805s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
45382024-03-26T07:12:51.686Z PASS [ 7.328s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
45392024-03-26T07:12:52.601Z PASS [ 7.789s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
45402024-03-26T07:12:59.442Z PASS [ 7.758s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
45412024-03-26T07:13:00.234Z PASS [ 7.653s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
45422024-03-26T07:13:04.579Z PASS [ 4.344s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
45432024-03-26T07:13:25.914Z PASS [ 21.326s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
45442024-03-26T07:13:29.919Z PASS [ 30.472s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
45452024-03-26T07:13:47.278Z PASS [ 18.074s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
45462024-03-26T07:13:47.331Z PASS [ 17.396s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
45472024-03-26T07:13:58.522Z PASS [ 11.191s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
45482024-03-26T07:13:58.739Z PASS [ 11.409s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
45492024-03-26T07:13:59.074Z PASS [ 11.737s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
45502024-03-26T07:13:59.344Z PASS [ 12.005s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
45512024-03-26T07:14:06.430Z PASS [ 22.419s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
45522024-03-26T07:14:10.791Z PASS [ 12.275s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
45532024-03-26T07:14:10.927Z PASS [ 12.183s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
45542024-03-26T07:14:11.161Z PASS [ 12.093s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
45552024-03-26T07:14:11.195Z PASS [ 11.852s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
45562024-03-26T07:14:20.698Z PASS [ 14.262s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
45572024-03-26T07:14:20.788Z PASS [ 14.365s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
45582024-03-26T07:14:20.901Z PASS [ 14.461s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
45592024-03-26T07:14:21.751Z PASS [ 15.337s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
45602024-03-26T07:14:25.227Z PASS [ 14.433s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
45612024-03-26T07:14:25.385Z PASS [ 14.179s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
45622024-03-26T07:14:25.419Z PASS [ 14.490s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
45632024-03-26T07:14:29.832Z PASS [ 18.661s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
45642024-03-26T07:14:35.163Z PASS [ 14.372s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
45652024-03-26T07:14:35.473Z PASS [ 14.577s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
45662024-03-26T07:14:36.165Z PASS [ 14.409s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
45672024-03-26T07:14:36.550Z PASS [ 15.855s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
45682024-03-26T07:14:39.450Z PASS [ 14.068s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
45692024-03-26T07:14:39.634Z PASS [ 14.404s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
45702024-03-26T07:14:41.549Z PASS [ 16.126s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
45712024-03-26T07:14:47.382Z PASS [ 17.553s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
45722024-03-26T07:14:49.942Z PASS [ 13.774s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
45732024-03-26T07:14:50.141Z PASS [ 14.968s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
45742024-03-26T07:14:52.326Z PASS [ 16.849s] omicron-nexus::test_all integration_tests::silos::test_silos
45752024-03-26T07:14:57.293Z PASS [ 15.490s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
45762024-03-26T07:14:57.293Z PASS [ 18.444s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
45772024-03-26T07:14:57.293Z PASS [ 14.590s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
45782024-03-26T07:14:57.293Z PASS [ 17.097s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
45792024-03-26T07:15:03.899Z PASS [ 13.762s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
45802024-03-26T07:15:07.137Z PASS [ 14.809s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
45812024-03-26T07:15:09.420Z PASS [ 22.034s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
45822024-03-26T07:15:09.968Z PASS [ 14.970s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
45832024-03-26T07:15:10.181Z PASS [ 15.238s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
45842024-03-26T07:15:11.337Z PASS [ 1.369s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
45852024-03-26T07:15:11.499Z PASS [ 4.359s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
45862024-03-26T07:15:12.153Z PASS [ 22.209s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
45872024-03-26T07:15:13.825Z PASS [ 4.402s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
45882024-03-26T07:15:14.547Z PASS [ 4.346s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
45892024-03-26T07:15:14.995Z PASS [ 0.460s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
45902024-03-26T07:15:15.680Z PASS [ 4.339s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
45912024-03-26T07:15:16.343Z PASS [ 19.601s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
45922024-03-26T07:15:17.605Z PASS [ 21.458s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
45932024-03-26T07:15:20.401Z PASS [ 16.498s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
45942024-03-26T07:15:25.429Z PASS [ 13.925s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
45952024-03-26T07:15:29.550Z PASS [ 14.558s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
45962024-03-26T07:15:30.142Z PASS [ 13.800s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
45972024-03-26T07:15:31.517Z PASS [ 13.907s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
45982024-03-26T07:15:32.995Z PASS [ 17.314s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
45992024-03-26T07:15:35.274Z PASS [ 23.115s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46002024-03-26T07:15:43.144Z PASS [ 22.734s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46012024-03-26T07:15:45.702Z PASS [ 20.272s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46022024-03-26T07:15:52.896Z PASS [ 22.744s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46032024-03-26T07:15:53.179Z PASS [ 23.623s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46042024-03-26T07:15:54.111Z PASS [ 22.593s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46052024-03-26T07:15:55.372Z PASS [ 22.367s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46062024-03-26T07:15:57.237Z PASS [ 21.958s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46072024-03-26T07:16:05.081Z PASS [ 21.935s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46082024-03-26T07:16:08.091Z PASS [ 22.386s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46092024-03-26T07:16:08.506Z PASS [ 54.662s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46102024-03-26T07:16:12.036Z PASS [ 17.921s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46112024-03-26T07:16:12.514Z PASS [ 19.331s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46122024-03-26T07:16:16.056Z PASS [ 23.162s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46132024-03-26T07:16:21.613Z PASS [ 26.240s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46142024-03-26T07:16:23.103Z PASS [ 25.862s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46152024-03-26T07:16:32.962Z PASS [ 20.445s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46162024-03-26T07:16:35.745Z PASS [ 30.662s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46172024-03-26T07:16:36.377Z PASS [ 13.265s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46182024-03-26T07:16:37.747Z PASS [ 29.649s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46192024-03-26T07:16:37.975Z PASS [ 29.474s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46202024-03-26T07:16:38.674Z PASS [ 22.612s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46212024-03-26T07:16:41.386Z PASS [ 29.345s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46222024-03-26T07:16:42.025Z PASS [ 20.407s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46232024-03-26T07:16:46.066Z PASS [ 13.102s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46242024-03-26T07:16:49.586Z PASS [ 13.432s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46252024-03-26T07:16:50.457Z PASS [ 14.084s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46262024-03-26T07:16:50.960Z PASS [ 13.211s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46272024-03-26T07:16:51.178Z PASS [ 13.201s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46282024-03-26T07:16:51.667Z PASS [ 12.991s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46292024-03-26T07:16:54.422Z PASS [ 13.033s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46302024-03-26T07:16:54.832Z PASS [ 12.806s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46312024-03-26T07:17:00.341Z PASS [ 14.272s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46322024-03-26T07:17:03.115Z PASS [ 13.932s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46332024-03-26T07:17:04.068Z PASS [ 13.606s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46342024-03-26T07:17:04.277Z PASS [ 13.313s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46352024-03-26T07:17:04.610Z PASS [ 13.427s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46362024-03-26T07:17:04.853Z PASS [ 13.184s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46372024-03-26T07:17:07.371Z PASS [ 12.944s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
46382024-03-26T07:17:07.571Z PASS [ 12.736s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
46392024-03-26T07:17:13.463Z PASS [ 13.116s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
46402024-03-26T07:17:17.256Z PASS [ 14.137s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
46412024-03-26T07:17:17.826Z PASS [ 13.748s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
46422024-03-26T07:17:17.832Z PASS [ 13.547s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
46432024-03-26T07:17:17.957Z PASS [ 13.347s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
46442024-03-26T07:17:18.456Z PASS [ 13.596s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
46452024-03-26T07:17:20.538Z PASS [ 13.165s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
46462024-03-26T07:17:20.578Z PASS [ 13.006s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
46472024-03-26T07:17:27.352Z PASS [ 13.889s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
46482024-03-26T07:17:31.674Z PASS [ 14.414s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
46492024-03-26T07:17:34.069Z PASS [ 16.246s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
46502024-03-26T07:17:34.178Z PASS [ 13.591s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
46512024-03-26T07:17:34.584Z PASS [ 16.753s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
46522024-03-26T07:17:35.146Z PASS [ 16.688s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
46532024-03-26T07:17:35.230Z PASS [ 0.086s] omicron-package dot::test::test_bad_dependency
46542024-03-26T07:17:35.260Z PASS [ 0.030s] omicron-package dot::test::test_dot_output
46552024-03-26T07:17:36.566Z PASS [ 16.027s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
46562024-03-26T07:17:36.584Z PASS [ 0.018s] omicron-passwords test::test_password_constraints
46572024-03-26T07:17:37.749Z PASS [ 3.165s] omicron-omdb::test_all_output test_omdb_usage_errors
46582024-03-26T07:17:37.987Z PASS [ 20.024s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
46592024-03-26T07:17:38.028Z PASS [ 0.042s] omicron-passwords test::test_stable
46602024-03-26T07:17:38.052Z PASS [ 0.023s] omicron-passwords test::test_weak_hashes
46612024-03-26T07:17:38.081Z PASS [ 0.023s] omicron-rpaths internal::tests::test_configure_from_path
46622024-03-26T07:17:38.126Z PASS [ 0.051s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
46632024-03-26T07:17:38.150Z PASS [ 0.022s] omicron-rpaths internal::tests::test_emit_rpath
46642024-03-26T07:17:38.461Z PASS [ 0.313s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
46652024-03-26T07:17:38.771Z PASS [ 2.185s] omicron-passwords test::test_reproducible
46662024-03-26T07:17:38.867Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
46672024-03-26T07:17:39.022Z PASS [ 0.143s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
46682024-03-26T07:17:39.068Z PASS [ 0.606s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
46692024-03-26T07:17:39.099Z PASS [ 0.086s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
46702024-03-26T07:17:39.573Z PASS [ 0.085s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
46712024-03-26T07:17:39.573Z PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
46722024-03-26T07:17:39.573Z PASS [ 0.080s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
46732024-03-26T07:17:39.573Z PASS [ 0.031s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
46742024-03-26T07:17:39.573Z PASS [ 0.033s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
46752024-03-26T07:17:39.573Z PASS [ 0.057s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
46762024-03-26T07:17:39.573Z PASS [ 0.040s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
46772024-03-26T07:17:39.573Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
46782024-03-26T07:17:39.574Z PASS [ 0.031s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
46792024-03-26T07:17:39.574Z PASS [ 12.196s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
46802024-03-26T07:17:39.574Z PASS [ 0.030s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
46812024-03-26T07:17:39.579Z PASS [ 0.030s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
46822024-03-26T07:17:39.604Z PASS [ 0.029s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
46832024-03-26T07:17:39.613Z PASS [ 0.545s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
46842024-03-26T07:17:39.624Z PASS [ 0.044s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
46852024-03-26T07:17:39.635Z PASS [ 0.032s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
46862024-03-26T07:17:39.653Z PASS [ 0.042s] omicron-sled-agent config::test::test_smf_configs
46872024-03-26T07:17:39.673Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
46882024-03-26T07:17:39.687Z PASS [ 0.052s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
46892024-03-26T07:17:39.693Z PASS [ 0.030s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
46902024-03-26T07:17:39.701Z PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
46912024-03-26T07:17:39.714Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
46922024-03-26T07:17:39.721Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
46932024-03-26T07:17:40.419Z PASS [ 0.718s] omicron-sled-agent instance::tests::test_instance_create_events_normal
46942024-03-26T07:17:40.805Z PASS [ 5.534s] omicron-passwords test::test_compatible
46952024-03-26T07:17:40.874Z PASS [ 0.455s] omicron-sled-agent instance::tests::test_instance_manager_creation
46962024-03-26T07:17:40.906Z PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops
46972024-03-26T07:17:40.933Z PASS [ 0.029s] omicron-sled-agent profile::tests::empty_profile
46982024-03-26T07:17:40.964Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_disabled_instance
46992024-03-26T07:17:40.991Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_instance
47002024-03-26T07:17:41.021Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
47012024-03-26T07:17:41.053Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_property
47022024-03-26T07:17:41.085Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property_group
47032024-03-26T07:17:41.116Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
47042024-03-26T07:17:41.146Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service_property_group
47052024-03-26T07:17:41.197Z PASS [ 0.042s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47062024-03-26T07:17:41.221Z PASS [ 0.032s] omicron-sled-agent rack_setup::config::test::test_subnets
47072024-03-26T07:17:41.248Z PASS [ 0.026s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47082024-03-26T07:17:41.274Z PASS [ 0.027s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47092024-03-26T07:17:41.311Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47102024-03-26T07:17:41.350Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
47112024-03-26T07:17:41.386Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47122024-03-26T07:17:41.426Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47132024-03-26T07:17:41.487Z PASS [ 0.060s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47142024-03-26T07:17:41.525Z PASS [ 1.799s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47152024-03-26T07:17:41.525Z PASS [ 1.792s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47162024-03-26T07:17:41.528Z PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema
47172024-03-26T07:17:41.550Z PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47182024-03-26T07:17:41.664Z PASS [ 0.150s] omicron-sled-agent services::test::test_bad_generations
47192024-03-26T07:17:41.671Z PASS [ 0.144s] omicron-sled-agent services::test::test_ensure_service
47202024-03-26T07:17:41.692Z PASS [ 0.142s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47212024-03-26T07:17:41.826Z PASS [ 0.154s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47222024-03-26T07:17:41.826Z PASS [ 0.126s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47232024-03-26T07:17:41.830Z PASS [ 0.159s] omicron-sled-agent services::test::test_old_ledger_migration
47242024-03-26T07:17:41.859Z PASS [ 0.028s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47252024-03-26T07:17:41.900Z PASS [ 0.037s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47262024-03-26T07:17:41.970Z PASS [ 0.146s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
47272024-03-26T07:17:42.004Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47282024-03-26T07:17:42.017Z PASS [ 0.120s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47292024-03-26T07:17:42.039Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47302024-03-26T07:17:42.048Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47312024-03-26T07:17:42.072Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47322024-03-26T07:17:42.092Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47332024-03-26T07:17:42.105Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47342024-03-26T07:17:42.136Z PASS [ 0.030s] omicron-sled-agent updates::test::test_query_no_components
47352024-03-26T07:17:42.174Z PASS [ 0.035s] omicron-sled-agent updates::test::test_query_sled_agent_version
47362024-03-26T07:17:42.208Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_zone_version
47372024-03-26T07:17:42.301Z PASS [ 0.483s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
47382024-03-26T07:17:42.328Z PASS [ 0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47392024-03-26T07:17:42.352Z PASS [ 0.146s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47402024-03-26T07:17:43.170Z PASS [ 0.818s] omicron-sled-agent zone_bundle::illumos_tests::test_context
47412024-03-26T07:17:43.207Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
47422024-03-26T07:17:43.693Z PASS [ 1.364s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
47432024-03-26T07:17:44.145Z PASS [ 12.471s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
47442024-03-26T07:17:44.529Z PASS [ 0.835s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
47452024-03-26T07:17:44.580Z PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
47462024-03-26T07:17:44.586Z PASS [ 2.504s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
47472024-03-26T07:17:44.605Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
47482024-03-26T07:17:44.625Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_disk_usage
47492024-03-26T07:17:44.633Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
47502024-03-26T07:17:44.649Z PASS [ 0.024s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
47512024-03-26T07:17:44.658Z PASS [ 0.024s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
47522024-03-26T07:17:45.173Z PASS [ 0.515s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
47532024-03-26T07:17:45.408Z PASS [ 1.257s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
47542024-03-26T07:17:45.473Z PASS [ 2.265s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
47552024-03-26T07:17:45.490Z PASS [ 0.840s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
47562024-03-26T07:17:45.507Z PASS [ 0.333s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
47572024-03-26T07:17:45.544Z PASS [ 0.055s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
47582024-03-26T07:17:45.572Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
47592024-03-26T07:17:45.591Z PASS [ 0.119s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
47602024-03-26T07:17:45.598Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
47612024-03-26T07:17:45.628Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
47622024-03-26T07:17:45.674Z PASS [ 0.083s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
47632024-03-26T07:17:45.867Z PASS [ 0.236s] omicron-test-utils dev::db::test::test_bad_cmd
47642024-03-26T07:17:45.877Z PASS [ 0.470s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
47652024-03-26T07:17:46.072Z PASS [ 0.397s] omicron-test-utils dev::db::test::test_cmd_fails
47662024-03-26T07:17:46.104Z PASS [ 0.233s] omicron-test-utils dev::db::test::test_database_start_hang
47672024-03-26T07:17:46.120Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_make_pg_config_fail
47682024-03-26T07:17:46.127Z PASS [ 0.022s] omicron-test-utils dev::db::test::test_make_pg_config_ok
47692024-03-26T07:17:46.145Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_abnormal
47702024-03-26T07:17:46.159Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_normal
47712024-03-26T07:17:46.545Z PASS [ 1.038s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
47722024-03-26T07:17:47.148Z LEAK [ 0.999s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
47732024-03-26T07:17:47.175Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir
47742024-03-26T07:17:47.234Z PASS [ 0.056s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
47752024-03-26T07:17:47.270Z PASS [ 0.038s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
47762024-03-26T07:17:47.302Z PASS [ 0.032s] oximeter histogram::tests::test_bin_range
47772024-03-26T07:17:47.325Z PASS [ 0.023s] oximeter histogram::tests::test_bin_range_from
47782024-03-26T07:17:47.365Z PASS [ 0.026s] oximeter histogram::tests::test_bin_range_to
47792024-03-26T07:17:47.381Z PASS [ 0.027s] oximeter histogram::tests::test_empty_bins_not_supported
47802024-03-26T07:17:47.403Z PASS [ 0.025s] oximeter histogram::tests::test_ensure_finite
47812024-03-26T07:17:47.437Z PASS [ 0.034s] oximeter histogram::tests::test_histogram
47822024-03-26T07:17:47.465Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_bins
47832024-03-26T07:17:47.487Z PASS [ 0.022s] oximeter histogram::tests::test_histogram_extreme_samples
47842024-03-26T07:17:47.511Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_float_bins
47852024-03-26T07:17:47.541Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_to_arrays
47862024-03-26T07:17:47.564Z PASS [ 0.023s] oximeter histogram::tests::test_histogram_unbounded_samples
47872024-03-26T07:17:47.593Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_unsorted_bins
47882024-03-26T07:17:47.618Z PASS [ 0.026s] oximeter histogram::tests::test_histogram_with_bins
47892024-03-26T07:17:47.643Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
47902024-03-26T07:17:47.677Z PASS [ 0.024s] oximeter histogram::tests::test_histogram_with_overlapping_bins
47912024-03-26T07:17:47.720Z PASS [ 0.052s] oximeter histogram::tests::test_log_linear_bins_all_representable
47922024-03-26T07:17:47.752Z PASS [ 0.026s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
47932024-03-26T07:17:47.770Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
47942024-03-26T07:17:47.806Z PASS [ 0.026s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
47952024-03-26T07:17:47.827Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
47962024-03-26T07:17:47.845Z PASS [ 0.024s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
47972024-03-26T07:17:47.869Z PASS [ 0.024s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
47982024-03-26T07:17:47.899Z PASS [ 0.024s] oximeter histogram::tests::test_span_decades
47992024-03-26T07:17:47.918Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_f64
48002024-03-26T07:17:47.942Z PASS [ 0.024s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48012024-03-26T07:17:47.966Z PASS [ 0.023s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48022024-03-26T07:17:47.991Z PASS [ 0.026s] oximeter schema::tests::test_field_schema_ordering
48032024-03-26T07:17:48.067Z PASS [ 0.075s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48042024-03-26T07:17:48.093Z PASS [ 0.026s] oximeter schema::tests::test_timeseries_name
48052024-03-26T07:17:48.124Z PASS [ 0.031s] oximeter schema::tests::test_timeseries_name_from_str
48062024-03-26T07:17:48.157Z PASS [ 0.027s] oximeter schema::tests::test_timeseries_schema_from_parts
48072024-03-26T07:17:48.181Z PASS [ 0.029s] oximeter schema::tests::test_timeseries_schema_from_sample
48082024-03-26T07:17:48.223Z PASS [ 0.024s] oximeter test_util::tests::test_gen_test_samples
48092024-03-26T07:17:48.233Z PASS [ 0.020s] oximeter traits::tests::test_metric_trait
48102024-03-26T07:17:48.651Z PASS [ 0.021s] oximeter traits::tests::test_producer_trait
48112024-03-26T07:17:48.656Z PASS [ 0.021s] oximeter traits::tests::test_target_trait
48122024-03-26T07:17:48.656Z PASS [ 0.021s] oximeter types::tests::test_cumulative_f64
48132024-03-26T07:17:48.656Z PASS [ 0.020s] oximeter types::tests::test_cumulative_i64
48142024-03-26T07:17:48.656Z PASS [ 0.022s] oximeter types::tests::test_datum
48152024-03-26T07:17:48.656Z PASS [ 0.022s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48162024-03-26T07:17:48.656Z PASS [ 0.022s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48172024-03-26T07:17:48.656Z PASS [ 0.021s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48182024-03-26T07:17:48.656Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48192024-03-26T07:17:48.656Z PASS [ 0.023s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48202024-03-26T07:17:48.656Z PASS [ 0.022s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48212024-03-26T07:17:48.656Z PASS [ 0.022s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48222024-03-26T07:17:48.656Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48232024-03-26T07:17:48.656Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48242024-03-26T07:17:48.656Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48252024-03-26T07:17:48.656Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48262024-03-26T07:17:48.656Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48272024-03-26T07:17:48.676Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48282024-03-26T07:17:48.695Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48292024-03-26T07:17:48.724Z PASS [ 0.027s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48302024-03-26T07:17:48.755Z PASS [ 14.671s] omicron-omdb::test_all_output test_omdb_env_settings
48312024-03-26T07:17:48.759Z PASS [ 0.027s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48322024-03-26T07:17:48.759Z PASS [ 11.002s] omicron-passwords test::test_smoke
48332024-03-26T07:17:48.776Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48342024-03-26T07:17:48.813Z PASS [ 0.036s] oximeter types::tests::test_measurement
48352024-03-26T07:17:48.813Z PASS [ 0.030s] oximeter types::tests::test_sample_struct
48362024-03-26T07:17:48.824Z PASS [ 0.060s] oximeter types::tests::test_verify_field_names
48372024-03-26T07:17:49.097Z PASS [ 0.267s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
48382024-03-26T07:17:49.097Z PASS [ 0.302s] oximeter-collector agent::tests::test_self_stat_error_counter
48392024-03-26T07:17:49.104Z PASS [ 0.322s] oximeter-collector agent::tests::test_self_stat_collection_count
48402024-03-26T07:17:49.117Z PASS [ 0.023s] oximeter-collector self_stats::tests::test_failure_reason_serialization
48412024-03-26T07:17:49.192Z PASS [ 0.095s] oximeter-collector self_stats::tests::test_no_schema_changes
48422024-03-26T07:17:49.506Z PASS [ 0.403s] oximeter-collector::test_commands test_oximeter_no_args
48432024-03-26T07:17:49.777Z PASS [ 0.665s] oximeter-collector::test_commands test_oximeter_openapi
48442024-03-26T07:17:50.106Z PASS [ 15.931s] omicron-omdb::test_all_output test_omdb_success_cases
48452024-03-26T07:17:50.406Z PASS [ 0.897s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
48462024-03-26T07:17:50.681Z PASS [ 4.816s] omicron-test-utils dev::db::test::test_database_concurrent
48472024-03-26T07:17:50.704Z PASS [ 0.926s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
48482024-03-26T07:17:50.716Z PASS [ 0.032s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
48492024-03-26T07:17:50.825Z PASS [ 4.273s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
48502024-03-26T07:17:51.088Z PASS [ 0.981s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
48512024-03-26T07:17:51.111Z PASS [ 0.024s] oximeter-db client::tests::test_unravel_index
48522024-03-26T07:17:51.146Z PASS [ 0.032s] oximeter-db client::tests::test_verify_schema_upgrades
48532024-03-26T07:17:51.168Z PASS [ 0.025s] oximeter-db model::tests::test_db_bool
48542024-03-26T07:17:51.300Z PASS [ 0.896s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
48552024-03-26T07:17:51.731Z PASS [ 0.023s] oximeter-db model::tests::test_db_datum_type_conversion
48562024-03-26T07:17:51.735Z PASS [ 0.034s] oximeter-db model::tests::test_db_field_list_conversion
48572024-03-26T07:17:51.735Z PASS [ 0.023s] oximeter-db model::tests::test_db_field_type_conversion
48582024-03-26T07:17:51.735Z PASS [ 0.034s] oximeter-db model::tests::test_db_histogram
48592024-03-26T07:17:51.735Z PASS [ 0.026s] oximeter-db model::tests::test_histogram_to_arrays
48602024-03-26T07:17:51.781Z PASS [ 1.077s] oximeter-db client::tests::test_select_all_field_types
48612024-03-26T07:17:51.813Z PASS [ 0.031s] oximeter-db model::tests::test_parse_bytes_measurement
48622024-03-26T07:17:51.845Z PASS [ 0.028s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
48632024-03-26T07:17:51.883Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
48642024-03-26T07:17:51.930Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
48652024-03-26T07:17:51.941Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
48662024-03-26T07:17:51.997Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_from_source
48672024-03-26T07:17:52.010Z PASS [ 0.563s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
48682024-03-26T07:17:52.010Z PASS [ 0.835s] oximeter-db model::tests::test_db_bool_bad
48692024-03-26T07:17:52.026Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row
48702024-03-26T07:17:52.032Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_missing_measurement_row
48712024-03-26T07:17:52.037Z PASS [ 0.027s] oximeter-db query::tests::test_field_cmp
48722024-03-26T07:17:52.054Z PASS [ 0.024s] oximeter-db query::tests::test_field_selector_as_query
48732024-03-26T07:17:52.057Z PASS [ 0.024s] oximeter-db query::tests::test_field_value_as_db_str
48742024-03-26T07:17:52.069Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_field_selectors
48752024-03-26T07:17:52.093Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_from_parts
48762024-03-26T07:17:52.093Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_filter_raw
48772024-03-26T07:17:52.103Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_full
48782024-03-26T07:17:52.112Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_limit_offset
48792024-03-26T07:17:52.121Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_no_fields
48802024-03-26T07:17:52.127Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_selectors
48812024-03-26T07:17:52.142Z PASS [ 0.029s] oximeter-db query::tests::test_string_field_selector
48822024-03-26T07:17:52.153Z PASS [ 2.956s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
48832024-03-26T07:17:52.153Z PASS [ 0.029s] oximeter-db query::tests::test_time_range
48842024-03-26T07:17:52.159Z PASS [ 0.033s] oximeter-db sql::tests::test_allow_limit_offset
48852024-03-26T07:17:52.179Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_subqueries
48862024-03-26T07:17:52.184Z PASS [ 0.025s] oximeter-db sql::tests::test_cannot_name_database
48872024-03-26T07:17:52.189Z PASS [ 0.028s] oximeter-db sql::tests::test_ctes_are_not_supported
48882024-03-26T07:17:52.203Z PASS [ 0.028s] oximeter-db sql::tests::test_function_allow_list
48892024-03-26T07:17:52.215Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
48902024-03-26T07:17:52.245Z PASS [ 0.035s] oximeter-db sql::tests::test_query_must_be_select_statement
48912024-03-26T07:17:52.245Z PASS [ 0.055s] oximeter-db sql::tests::test_join_must_be_inner
48922024-03-26T07:17:52.251Z PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
48932024-03-26T07:17:52.280Z PASS [ 0.033s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
48942024-03-26T07:17:52.307Z PASS [ 0.038s] oximeter-db sql::tests::test_with_comma_join_fails
48952024-03-26T07:17:52.307Z PASS [ 0.050s] oximeter-db sql::tests::test_require_table_is_timeseries_name
48962024-03-26T07:17:52.320Z PASS [ 0.035s] oximeter-db tests::test_timeseries_key_field_stability
48972024-03-26T07:17:52.348Z PASS [ 0.042s] oximeter-db tests::test_timeseries_key_sample_stability
48982024-03-26T07:17:52.352Z PASS [ 0.051s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
48992024-03-26T07:17:52.410Z PASS [ 0.080s] oximeter-instruments http::tests::test_normalize_uri_path
49002024-03-26T07:17:52.444Z PASS [ 0.131s] oximeter-instruments http::tests::test_latency_tracker
49012024-03-26T07:17:52.560Z PASS [ 0.105s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
49022024-03-26T07:17:52.560Z PASS [ 0.201s] oximeter-instruments kstat::link::tests::test_kstat_sampler
49032024-03-26T07:17:52.560Z PASS [ 0.140s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
49042024-03-26T07:17:52.604Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
49052024-03-26T07:17:52.611Z PASS [ 0.057s] oximeter-instruments kstat::link::tests::test_physical_datalink
49062024-03-26T07:17:53.853Z PASS [ 1.813s] oximeter-db client::tests::test_sql_query_output
49072024-03-26T07:17:53.879Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
49082024-03-26T07:17:53.879Z PASS [ 0.058s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
49092024-03-26T07:17:53.879Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
49102024-03-26T07:17:53.879Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
49112024-03-26T07:17:53.879Z PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
49122024-03-26T07:17:53.879Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
49132024-03-26T07:17:53.880Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
49142024-03-26T07:17:53.880Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
49152024-03-26T07:17:53.880Z PASS [ 0.026s] oximeter-macro-impl tests::test_metric_datum_field
49162024-03-26T07:17:53.880Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_enum
49172024-03-26T07:17:53.880Z PASS [ 0.027s] oximeter-macro-impl tests::test_metric_without_datum_field
49182024-03-26T07:17:53.880Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
49192024-03-26T07:17:53.880Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_empty_struct
49202024-03-26T07:17:53.880Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_enum
49212024-03-26T07:17:53.881Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_unit_struct
49222024-03-26T07:17:53.881Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_with_datum_field
49232024-03-26T07:17:53.881Z PASS [ 0.019s] oxlog tests::test_is_oxide_smf_log_file
49242024-03-26T07:17:53.881Z PASS [ 0.025s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
49252024-03-26T07:17:53.881Z PASS [ 0.047s] sled-hardware disk::test::test_disk_paths
49262024-03-26T07:17:53.881Z PASS [ 0.049s] sled-hardware disk::test::test_partition_device_paths
49272024-03-26T07:17:53.881Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
49282024-03-26T07:17:53.881Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
49292024-03-26T07:17:53.881Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
49302024-03-26T07:17:53.882Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
49312024-03-26T07:17:53.882Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
49322024-03-26T07:17:53.882Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
49332024-03-26T07:17:53.882Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
49342024-03-26T07:17:53.882Z PASS [ 0.042s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
49352024-03-26T07:17:53.882Z PASS [ 0.112s] sled-storage dataset::test::serialize_dataset_name
49362024-03-26T07:17:53.882Z PASS [ 0.147s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
49372024-03-26T07:17:53.883Z PASS [ 0.587s] reconfigurator-cli::test_basic test_basic
49382024-03-26T07:17:54.149Z PASS [ 1.199s] sled-storage manager::tests::delete_disk_triggers_notification
49392024-03-26T07:17:54.222Z PASS [ 1.198s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
49402024-03-26T07:17:54.292Z PASS [ 0.947s] sled-storage manager::tests::queued_disks_get_added_as_resources
49412024-03-26T07:17:55.013Z PASS [ 0.875s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
49422024-03-26T07:17:55.091Z PASS [ 0.802s] sled-storage manager::tests::wait_for_bootdisk
49432024-03-26T07:17:55.153Z PASS [ 0.927s] sled-storage manager::tests::upsert_filesystem
49442024-03-26T07:17:55.791Z PASS [ 9.629s] omicron-test-utils dev::db::test::test_setup_database_default_dir
49452024-03-26T07:17:55.826Z PASS [ 0.036s] tufaceous-lib archive::tests::test_validate_path
49462024-03-26T07:17:55.837Z PASS [ 0.746s] tufaceous::integration-tests command_tests::test_init_and_add
49472024-03-26T07:17:55.870Z PASS [ 0.720s] tufaceous::manifest-tests check_manifest::fake.toml
49482024-03-26T07:17:55.886Z PASS [ 0.049s] tufaceous-lib key::tests::test_from_str
49492024-03-26T07:17:55.896Z PASS [ 0.071s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
49502024-03-26T07:17:56.084Z PASS [ 0.214s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
49512024-03-26T07:17:56.127Z PASS [ 1.118s] tufaceous::integration-tests command_tests::test_assemble_fake
49522024-03-26T07:17:56.201Z PASS [ 0.117s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
49532024-03-26T07:17:56.319Z PASS [ 0.117s] update-engine display::group_display::tests::test_stats
49542024-03-26T07:17:56.339Z PASS [ 0.020s] update-engine display::line_display_shared::tests::test_format_progress_counter
49552024-03-26T07:17:56.372Z PASS [ 0.026s] update-engine engine::tests::error_exits_early
49562024-03-26T07:17:56.395Z PASS [ 0.030s] update-engine events::tests::progress_event_parse_unknown
49572024-03-26T07:17:56.423Z PASS [ 0.023s] update-engine events::tests::step_event_parse_unknown
49582024-03-26T07:17:56.471Z PASS [ 0.317s] update-engine buffer::tests::test_buffer
49592024-03-26T07:17:56.491Z PASS [ 0.042s] wicket state::inventory::tests::component_id_display
49602024-03-26T07:17:56.561Z PASS [ 0.142s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
49612024-03-26T07:17:56.706Z PASS [ 0.143s] wicketd installinator_progress::tests::test_states
49622024-03-26T07:17:56.885Z PASS [ 0.999s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
49632024-03-26T07:17:56.935Z PASS [ 0.440s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
49642024-03-26T07:17:57.531Z PASS [ 0.820s] wicketd::mod integration_tests::commands::test_wicketd_openapi
49652024-03-26T07:17:57.915Z PASS [ 1.029s] wicketd::mod integration_tests::inventory::test_inventory
49662024-03-26T07:17:58.752Z PASS [ 1.234s] wicketd::mod integration_tests::updates::test_update_races
49672024-03-26T07:17:59.475Z PASS [ 3.585s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
49682024-03-26T07:17:59.740Z PASS [ 6.675s] sled-storage manager::tests::ensure_using_exactly_these_disks
49692024-03-26T07:18:00.173Z PASS [ 2.263s] wicketd::mod integration_tests::updates::test_updates
49702024-03-26T07:18:00.499Z PASS [ 3.573s] wicketd::mod integration_tests::updates::test_installinator_fetch
49712024-03-26T07:18:00.981Z PASS [ 10.269s] oximeter-db client::tests::test_single_node
49722024-03-26T07:18:07.440Z PASS [ 15.288s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
49732024-03-26T07:18:12.926Z PASS [ 32.131s] omicron-sled-agent nexus::test::nexus_self_notification_test
49742024-03-26T07:19:07.451Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
49752024-03-26T07:20:07.465Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
49762024-03-26T07:21:07.485Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
49772024-03-26T07:22:05.444Z PASS [ 237.964s] oximeter-db client::tests::test_replicated
49782024-03-26T07:22:05.448Z------------
49792024-03-26T07:22:05.448Z Summary [1431.310s] 1098 tests run: 1098 passed (5 slow, 1 leaky), 3 skipped
49802024-03-26T07:22:05.479Z
49812024-03-26T07:22:05.479Zreal 24:15.568083352
49822024-03-26T07:22:05.479Zuser 1:47:43.395032965
49832024-03-26T07:22:05.479Zsys 24:11.821419802
49842024-03-26T07:22:05.479Ztrap 1:23.607280867
49852024-03-26T07:22:05.480Ztflt 23.465343059
49862024-03-26T07:22:05.483Zdflt 1:08.766675437
49872024-03-26T07:22:05.483Zkflt 0.608785461
49882024-03-26T07:22:05.483Zlock 643:03:37.096041282
49892024-03-26T07:22:05.483Zslp 25:39:20.431333431
49902024-03-26T07:22:05.483Zlat 1:18:34.692792186
49912024-03-26T07:22:05.483Zstop 30:12.416512046
49922024-03-26T07:22:05.483Z
49932024-03-26T07:22:05.483Z ##### #### #### ##### ###### #### #####
49942024-03-26T07:22:05.483Z # # # # # # # # # #
49952024-03-26T07:22:05.483Z # # # # # # ##### #### #
49962024-03-26T07:22:05.483Z # # # # # # # # #
49972024-03-26T07:22:05.483Z # # # # # # # # # # #
49982024-03-26T07:22:05.483Z ##### #### #### # ###### #### #
49992024-03-26T07:22:05.484Z
50002024-03-26T07:22:06.838Z Fresh unicode-ident v1.0.12
50012024-03-26T07:22:06.838Z Fresh cfg-if v1.0.0
50022024-03-26T07:22:06.841Z Fresh version_check v0.9.4
50032024-03-26T07:22:06.841Z Fresh autocfg v1.1.0
50042024-03-26T07:22:06.841Z Fresh memchr v2.7.1
50052024-03-26T07:22:06.841Z Fresh proc-macro2 v1.0.78
50062024-03-26T07:22:06.841Z Fresh byteorder v1.5.0
50072024-03-26T07:22:06.841Z Fresh log v0.4.21
50082024-03-26T07:22:06.841Z Fresh once_cell v1.19.0
50092024-03-26T07:22:06.841Z Fresh itoa v1.0.9
50102024-03-26T07:22:06.841Z Fresh quote v1.0.35
50112024-03-26T07:22:06.841Z Fresh libc v0.2.153
50122024-03-26T07:22:06.844Z Fresh scopeguard v1.2.0
50132024-03-26T07:22:06.844Z Fresh smallvec v1.13.1
50142024-03-26T07:22:06.844Z Fresh syn v2.0.52
50152024-03-26T07:22:06.845Z Fresh getrandom v0.2.12
50162024-03-26T07:22:06.845Z Fresh syn v1.0.109
50172024-03-26T07:22:06.845Z Fresh serde_derive v1.0.197
50182024-03-26T07:22:06.845Z Fresh lock_api v0.4.10
50192024-03-26T07:22:06.845Z Fresh thiserror-impl v1.0.57
50202024-03-26T07:22:06.849Z Fresh zerocopy-derive v0.7.32
50212024-03-26T07:22:06.849Z Fresh parking_lot_core v0.9.8
50222024-03-26T07:22:06.849Z Fresh ryu v1.0.15
50232024-03-26T07:22:06.849Z Fresh serde v1.0.197
50242024-03-26T07:22:06.849Z Fresh thiserror v1.0.57
50252024-03-26T07:22:06.849Z Fresh zerocopy v0.7.32
50262024-03-26T07:22:06.849Z Fresh parking_lot v0.12.1
50272024-03-26T07:22:06.849Z Fresh libm v0.2.7
50282024-03-26T07:22:06.849Z Fresh cc v1.0.83
50292024-03-26T07:22:06.849Z Fresh bytes v1.5.0
50302024-03-26T07:22:06.849Z Fresh num-traits v0.2.18
50312024-03-26T07:22:06.849Z Fresh pin-project-lite v0.2.13
50322024-03-26T07:22:06.849Z Fresh bitflags v2.4.2
50332024-03-26T07:22:06.849Z Fresh signal-hook-registry v1.4.1
50342024-03-26T07:22:06.849Z Fresh mio v0.8.11
50352024-03-26T07:22:06.849Z Fresh serde_json v1.0.114
50362024-03-26T07:22:06.849Z Fresh ahash v0.8.8
50372024-03-26T07:22:06.849Z Fresh allocator-api2 v0.2.16
50382024-03-26T07:22:06.849Z Fresh num_cpus v1.16.0
50392024-03-26T07:22:06.850Z Fresh futures-core v0.3.30
50402024-03-26T07:22:06.850Z Fresh spin v0.5.2
50412024-03-26T07:22:06.850Z Fresh rand_core v0.6.4
50422024-03-26T07:22:06.850Z Fresh fnv v1.0.7
50432024-03-26T07:22:06.856Z Fresh hashbrown v0.14.3
50442024-03-26T07:22:06.856Z Fresh tokio-macros v2.2.0
50452024-03-26T07:22:06.856Z Fresh socket2 v0.5.5
50462024-03-26T07:22:06.856Z Fresh heck v0.4.1
50472024-03-26T07:22:06.856Z Fresh zeroize_derive v1.4.2
50482024-03-26T07:22:06.856Z Fresh equivalent v1.0.1
50492024-03-26T07:22:06.856Z Fresh futures-sink v0.3.30
50502024-03-26T07:22:06.857Z Fresh tokio v1.36.0
50512024-03-26T07:22:06.857Z Fresh zeroize v1.7.0
50522024-03-26T07:22:06.857Z Fresh indexmap v2.2.5
50532024-03-26T07:22:06.857Z Fresh pin-utils v0.1.0
50542024-03-26T07:22:06.857Z Fresh futures-channel v0.3.30
50552024-03-26T07:22:06.857Z Fresh futures-macro v0.3.30
50562024-03-26T07:22:06.857Z Fresh futures-task v0.3.30
50572024-03-26T07:22:06.857Z Fresh slab v0.4.9
50582024-03-26T07:22:06.857Z Fresh futures-io v0.3.30
50592024-03-26T07:22:06.857Z Fresh iana-time-zone v0.1.57
50602024-03-26T07:22:06.857Z Fresh regex-syntax v0.8.2
50612024-03-26T07:22:06.857Z Fresh aho-corasick v1.1.2
50622024-03-26T07:22:06.857Z Fresh uuid v1.7.0
50632024-03-26T07:22:06.857Z Fresh futures-util v0.3.30
50642024-03-26T07:22:06.857Z Fresh chrono v0.4.34
50652024-03-26T07:22:06.857Z Fresh regex-automata v0.4.5
50662024-03-26T07:22:06.857Z Fresh subtle v2.5.0
50672024-03-26T07:22:06.857Z Fresh lazy_static v1.4.0
50682024-03-26T07:22:06.857Z Fresh typenum v1.16.0
50692024-03-26T07:22:06.857Z Fresh regex v1.10.3
50702024-03-26T07:22:06.865Z Fresh errno v0.3.8
50712024-03-26T07:22:06.865Z Fresh serde_derive_internals v0.26.0
50722024-03-26T07:22:06.865Z Fresh tinyvec_macros v0.1.1
50732024-03-26T07:22:06.865Z Fresh dyn-clone v1.0.17
50742024-03-26T07:22:06.865Z Fresh generic-array v0.14.7
50752024-03-26T07:22:06.865Z Fresh rustix v0.38.31
50762024-03-26T07:22:06.865Z Fresh tinyvec v1.6.0
50772024-03-26T07:22:06.865Z Fresh schemars_derive v0.8.16
50782024-03-26T07:22:06.865Z Fresh uuid v0.8.2
50792024-03-26T07:22:06.865Z Fresh pkg-config v0.3.27
50802024-03-26T07:22:06.865Z Fresh tracing-attributes v0.1.27
50812024-03-26T07:22:06.865Z Fresh schemars v0.8.16
50822024-03-26T07:22:06.866Z Fresh unicode-normalization v0.1.22
50832024-03-26T07:22:06.866Z Fresh crypto-common v0.1.6
50842024-03-26T07:22:06.866Z Fresh tracing-core v0.1.32
50852024-03-26T07:22:06.866Z Fresh const-oid v0.9.6
50862024-03-26T07:22:06.866Z Fresh unicode-bidi v0.3.15
50872024-03-26T07:22:06.866Z Fresh ppv-lite86 v0.2.17
50882024-03-26T07:22:06.866Z Fresh percent-encoding v2.3.1
50892024-03-26T07:22:06.866Z Fresh tracing v0.1.40
50902024-03-26T07:22:06.866Z Fresh unicode-width v0.1.11
50912024-03-26T07:22:06.866Z Fresh rand_chacha v0.3.1
50922024-03-26T07:22:06.866Z Fresh spin v0.9.8
50932024-03-26T07:22:06.866Z Fresh base64 v0.21.7
50942024-03-26T07:22:06.866Z Fresh form_urlencoded v1.2.1
50952024-03-26T07:22:06.866Z Fresh block-buffer v0.10.4
50962024-03-26T07:22:06.866Z Fresh rand v0.8.5
50972024-03-26T07:22:06.866Z Fresh powerfmt v0.2.0
50982024-03-26T07:22:06.866Z Fresh time-core v0.1.2
50992024-03-26T07:22:06.866Z Fresh num-conv v0.1.0
51002024-03-26T07:22:06.866Z Fresh digest v0.10.7
51012024-03-26T07:22:06.866Z Fresh http v0.2.12
51022024-03-26T07:22:06.866Z Fresh deranged v0.3.11
51032024-03-26T07:22:06.867Z Fresh time-macros v0.2.17
51042024-03-26T07:22:06.867Z Fresh httparse v1.8.0
51052024-03-26T07:22:06.867Z Fresh ucd-trie v0.1.6
51062024-03-26T07:22:06.867Z Fresh num_threads v0.1.6
51072024-03-26T07:22:06.867Z Fresh either v1.10.0
51082024-03-26T07:22:06.867Z Fresh pest v2.7.6
51092024-03-26T07:22:06.867Z Fresh time v0.3.34
51102024-03-26T07:22:06.867Z Fresh idna v0.5.0
51112024-03-26T07:22:06.867Z Fresh toml_datetime v0.6.5
51122024-03-26T07:22:06.867Z Fresh serde_spanned v0.6.5
51132024-03-26T07:22:06.867Z Fresh adler v1.0.2
51142024-03-26T07:22:06.867Z Fresh untrusted v0.9.0
51152024-03-26T07:22:06.867Z Fresh url v2.5.0
51162024-03-26T07:22:06.867Z Fresh slog v2.7.0
51172024-03-26T07:22:06.867Z Fresh miniz_oxide v0.7.1
51182024-03-26T07:22:06.867Z Fresh vcpkg v0.2.15
51192024-03-26T07:22:06.867Z Fresh ring v0.17.8
51202024-03-26T07:22:06.867Z Fresh try-lock v0.2.4
51212024-03-26T07:22:06.867Z Fresh cpufeatures v0.2.12
51222024-03-26T07:22:06.867Z Fresh want v0.3.1
51232024-03-26T07:22:06.867Z Fresh tower-service v0.3.2
51242024-03-26T07:22:06.871Z Fresh tokio-util v0.7.10
51252024-03-26T07:22:06.871Z Fresh winnow v0.5.15
51262024-03-26T07:22:06.871Z Fresh async-trait v0.1.77
51272024-03-26T07:22:06.871Z Fresh toml_edit v0.19.15
51282024-03-26T07:22:06.871Z Fresh gimli v0.28.0
51292024-03-26T07:22:06.871Z Fresh crossbeam-utils v0.8.19
51302024-03-26T07:22:06.871Z Fresh rustversion v1.0.14
51312024-03-26T07:22:06.871Z Fresh httpdate v1.0.3
51322024-03-26T07:22:06.871Z Fresh utf8parse v0.2.1
51332024-03-26T07:22:06.872Z Fresh addr2line v0.21.0
51342024-03-26T07:22:06.872Z Fresh h2 v0.3.24
51352024-03-26T07:22:06.872Z Fresh pest_meta v2.7.6
51362024-03-26T07:22:06.872Z Fresh http-body v0.4.5
51372024-03-26T07:22:06.872Z Fresh futures-executor v0.3.30
51382024-03-26T07:22:06.872Z Fresh object v0.32.1
51392024-03-26T07:22:06.872Z Fresh foreign-types-shared v0.1.1
51402024-03-26T07:22:06.872Z Fresh rustc-demangle v0.1.23
51412024-03-26T07:22:06.872Z Fresh openssl-probe v0.1.5
51422024-03-26T07:22:06.872Z Fresh pest_generator v2.7.6
51432024-03-26T07:22:06.872Z Fresh hyper v0.14.28
51442024-03-26T07:22:06.872Z Fresh backtrace v0.3.69
51452024-03-26T07:22:06.872Z Fresh foreign-types v0.3.2
51462024-03-26T07:22:06.872Z Fresh semver v1.0.22
51472024-03-26T07:22:06.872Z Fresh openssl-sys v0.9.96
51482024-03-26T07:22:06.872Z Fresh openssl-macros v0.1.1
51492024-03-26T07:22:06.872Z Fresh untrusted v0.7.1
51502024-03-26T07:22:06.872Z Fresh anstyle v1.0.6
51512024-03-26T07:22:06.872Z Fresh mime v0.3.17
51522024-03-26T07:22:06.872Z Fresh pest_derive v2.7.6
51532024-03-26T07:22:06.872Z Fresh ring v0.16.20
51542024-03-26T07:22:06.873Z Fresh openssl v0.10.60
51552024-03-26T07:22:06.873Z Fresh anyhow v1.0.79
51562024-03-26T07:22:06.873Z Fresh futures v0.3.30
51572024-03-26T07:22:06.876Z Fresh ipnet v2.9.0
51582024-03-26T07:22:06.876Z Fresh bitflags v1.3.2
51592024-03-26T07:22:06.877Z Fresh sct v0.7.0
51602024-03-26T07:22:06.877Z Fresh rustls-webpki v0.101.7
51612024-03-26T07:22:06.877Z Fresh anstyle-parse v0.2.1
51622024-03-26T07:22:06.877Z Fresh serde_urlencoded v0.7.1
51632024-03-26T07:22:06.877Z Fresh idna v0.3.0
51642024-03-26T07:22:06.877Z Fresh native-tls v0.2.11
51652024-03-26T07:22:06.877Z Fresh rustls v0.21.9
51662024-03-26T07:22:06.877Z Fresh thread-id v4.2.0
51672024-03-26T07:22:06.877Z Fresh encoding_rs v0.8.33
51682024-03-26T07:22:06.877Z Fresh colorchoice v1.0.0
51692024-03-26T07:22:06.877Z Fresh psl-types v2.0.11
51702024-03-26T07:22:06.877Z Fresh anstyle-query v1.0.0
51712024-03-26T07:22:06.877Z Fresh cookie v0.17.0
51722024-03-26T07:22:06.877Z Fresh anstream v0.6.11
51732024-03-26T07:22:06.877Z Fresh publicsuffix v2.2.3
51742024-03-26T07:22:06.877Z Fresh tokio-rustls v0.24.1
51752024-03-26T07:22:06.877Z Fresh tokio-native-tls v0.3.1
51762024-03-26T07:22:06.877Z Fresh terminal_size v0.3.0
51772024-03-26T07:22:06.877Z Fresh strsim v0.11.0
51782024-03-26T07:22:06.877Z Fresh clap_lex v0.7.0
51792024-03-26T07:22:06.877Z Fresh unicode-xid v0.2.4
51802024-03-26T07:22:06.878Z Fresh cookie_store v0.20.0
51812024-03-26T07:22:06.878Z Fresh hyper-rustls v0.24.2
51822024-03-26T07:22:06.878Z Fresh clap_builder v4.5.1
51832024-03-26T07:22:06.878Z Fresh hyper-tls v0.5.0
51842024-03-26T07:22:06.878Z Fresh rustls-pemfile v1.0.3
51852024-03-26T07:22:06.878Z Fresh openapiv3 v2.0.0
51862024-03-26T07:22:06.878Z Fresh clap_derive v4.5.0
51872024-03-26T07:22:06.878Z Fresh unicode-segmentation v1.10.1
51882024-03-26T07:22:06.878Z Fresh webpki-roots v0.25.2
51892024-03-26T07:22:06.878Z Fresh sync_wrapper v0.1.2
51902024-03-26T07:22:06.878Z Fresh base64ct v1.6.0
51912024-03-26T07:22:06.878Z Fresh clap v4.5.1
51922024-03-26T07:22:06.878Z Fresh rustc_version v0.4.0
51932024-03-26T07:22:06.883Z Fresh scroll_derive v0.12.0
51942024-03-26T07:22:06.883Z Fresh reqwest v0.11.24
51952024-03-26T07:22:06.883Z Fresh scroll v0.12.0
51962024-03-26T07:22:06.883Z Fresh crossbeam-epoch v0.9.18
51972024-03-26T07:22:06.883Z Fresh plain v0.2.3
51982024-03-26T07:22:06.883Z Fresh data-encoding v2.4.0
51992024-03-26T07:22:06.883Z Fresh pem-rfc7468 v0.7.0
52002024-03-26T07:22:06.883Z Fresh der_derive v0.7.2
52012024-03-26T07:22:06.883Z Fresh crc32fast v1.3.2
52022024-03-26T07:22:06.883Z Fresh goblin v0.8.0
52032024-03-26T07:22:06.883Z Fresh flagset v0.4.3
52042024-03-26T07:22:06.883Z Fresh pretty-hex v0.4.1
52052024-03-26T07:22:06.884Z Fresh dtrace-parser v0.2.0
52062024-03-26T07:22:06.884Z Fresh num-integer v0.1.46
52072024-03-26T07:22:06.884Z Fresh siphasher v0.3.11
52082024-03-26T07:22:06.884Z Fresh dof v0.3.0
52092024-03-26T07:22:06.884Z Fresh der v0.7.8
52102024-03-26T07:22:06.884Z Fresh synstructure v0.12.6
52112024-03-26T07:22:06.884Z Fresh itertools v0.10.5
52122024-03-26T07:22:06.884Z Fresh stable_deref_trait v1.2.0
52132024-03-26T07:22:06.884Z Fresh bit-vec v0.6.3
52142024-03-26T07:22:06.884Z Fresh hex v0.4.3
52152024-03-26T07:22:06.884Z Fresh spki v0.7.2
52162024-03-26T07:22:06.884Z Fresh usdt-impl v0.5.0
52172024-03-26T07:22:06.884Z Fresh zerocopy-derive v0.2.0
52182024-03-26T07:22:06.884Z Fresh minimal-lexical v0.2.1
52192024-03-26T07:22:06.884Z Fresh toml v0.7.8
52202024-03-26T07:22:06.884Z Fresh zerocopy-derive v0.6.4
52212024-03-26T07:22:07.292Z Fresh managed v0.8.0
52222024-03-26T07:22:07.292Z Fresh nom v7.1.3
52232024-03-26T07:22:07.292Z Fresh zerocopy v0.3.0
52242024-03-26T07:22:07.292Z Fresh pkcs8 v0.10.2
52252024-03-26T07:22:07.293Z Fresh fixedbitset v0.4.2
52262024-03-26T07:22:07.293Z Fresh zerocopy v0.6.4
52272024-03-26T07:22:07.293Z Fresh bit-set v0.5.3
52282024-03-26T07:22:07.293Z Fresh petgraph v0.6.4
52292024-03-26T07:22:07.293Z Fresh dof v0.1.5
52302024-03-26T07:22:07.293Z Fresh phf_shared v0.10.0
52312024-03-26T07:22:07.293Z Fresh flate2 v1.0.28
52322024-03-26T07:22:07.293Z Fresh dtrace-parser v0.1.14
52332024-03-26T07:22:07.293Z Fresh sha2 v0.10.8
52342024-03-26T07:22:07.293Z Fresh ipnetwork v0.20.0
52352024-03-26T07:22:07.293Z Fresh precomputed-hash v0.1.1
52362024-03-26T07:22:07.293Z Fresh new_debug_unreachable v1.0.4
52372024-03-26T07:22:07.293Z Fresh static_assertions v1.1.0
52382024-03-26T07:22:07.293Z Fresh usdt-impl v0.3.5
52392024-03-26T07:22:07.293Z Fresh signal-hook v0.3.17
52402024-03-26T07:22:07.293Z Fresh num-iter v0.1.44
52412024-03-26T07:22:07.293Z Fresh hmac v0.12.1
52422024-03-26T07:22:07.293Z Fresh string_cache v0.8.7
52432024-03-26T07:22:07.293Z Fresh serde_tokenstream v0.1.7
52442024-03-26T07:22:07.293Z Fresh winnow v0.6.1
52452024-03-26T07:22:07.293Z Fresh matches v0.1.10
52462024-03-26T07:22:07.294Z Fresh regex-automata v0.1.10
52472024-03-26T07:22:07.294Z Fresh lalrpop-util v0.19.12
52482024-03-26T07:22:07.294Z Fresh toml_edit v0.22.6
52492024-03-26T07:22:07.294Z Fresh usdt-macro v0.3.5
52502024-03-26T07:22:07.294Z Fresh usdt-attr-macro v0.3.5
52512024-03-26T07:22:07.294Z Fresh idna v0.2.3
52522024-03-26T07:22:07.294Z Fresh bstr v0.2.17
52532024-03-26T07:22:07.294Z Fresh bzip2-sys v0.1.11+1.0.8
52542024-03-26T07:22:07.294Z Fresh signal-hook-mio v0.2.3
52552024-03-26T07:22:07.294Z Fresh block-padding v0.3.3
52562024-03-26T07:22:07.294Z Fresh enum-as-inner v0.5.1
52572024-03-26T07:22:07.294Z Fresh scheduled-thread-pool v0.2.7
52582024-03-26T07:22:07.294Z Fresh diesel_table_macro_syntax v0.1.0
52592024-03-26T07:22:07.294Z Fresh hash32 v0.2.1
52602024-03-26T07:22:07.294Z Fresh predicates-core v1.0.6
52612024-03-26T07:22:07.294Z Fresh diesel_derives v2.1.2
52622024-03-26T07:22:07.294Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
52632024-03-26T07:22:07.294Z Fresh inout v0.1.3
52642024-03-26T07:22:07.294Z Fresh crossterm v0.27.0
52652024-03-26T07:22:07.295Z Fresh trust-dns-proto v0.22.0
52662024-03-26T07:22:07.295Z Fresh r2d2 v0.8.10
52672024-03-26T07:22:07.295Z Fresh heapless v0.7.16
52682024-03-26T07:22:07.295Z Fresh bzip2 v0.4.4
52692024-03-26T07:22:07.295Z Fresh usdt v0.3.5
52702024-03-26T07:22:07.295Z Fresh strum_macros v0.25.2
52712024-03-26T07:22:07.295Z Fresh md-5 v0.10.5
52722024-03-26T07:22:07.301Z Fresh console v0.15.8
52732024-03-26T07:22:07.301Z Fresh stringprep v0.1.3
52742024-03-26T07:22:07.301Z Fresh bstr v1.9.0
52752024-03-26T07:22:07.301Z Fresh ff v0.13.0
52762024-03-26T07:22:07.301Z Fresh float-cmp v0.9.0
52772024-03-26T07:22:07.301Z Fresh hubpack_derive v0.1.1
52782024-03-26T07:22:07.301Z Fresh normalize-line-endings v0.3.0
52792024-03-26T07:22:07.301Z Fresh fallible-iterator v0.2.0
52802024-03-26T07:22:07.301Z Fresh difflib v0.4.0
52812024-03-26T07:22:07.301Z Fresh base16ct v0.2.0
52822024-03-26T07:22:07.301Z Fresh hubpack v0.1.2
52832024-03-26T07:22:07.301Z Fresh predicates v3.1.0
52842024-03-26T07:22:07.301Z Fresh group v0.13.0
52852024-03-26T07:22:07.301Z Fresh postgres-protocol v0.6.6
52862024-03-26T07:22:07.301Z Fresh diesel v2.1.4
52872024-03-26T07:22:07.302Z Fresh smoltcp v0.9.1
52882024-03-26T07:22:07.302Z Fresh zip v0.6.6
52892024-03-26T07:22:07.302Z Fresh sec1 v0.7.3
52902024-03-26T07:22:07.302Z Fresh num-bigint v0.4.4
52912024-03-26T07:22:07.302Z Fresh cipher v0.4.4
52922024-03-26T07:22:07.302Z Fresh similar v2.4.0
52932024-03-26T07:22:07.302Z Fresh hkdf v0.12.4
52942024-03-26T07:22:07.302Z Fresh phf_shared v0.11.2
52952024-03-26T07:22:07.302Z Fresh crypto-bigint v0.5.2
52962024-03-26T07:22:07.302Z Fresh serde_repr v0.1.16
52972024-03-26T07:22:07.302Z Fresh yasna v0.5.2
52982024-03-26T07:22:07.302Z Fresh elliptic-curve v0.13.8
52992024-03-26T07:22:07.302Z Fresh phf v0.11.2
53002024-03-26T07:22:07.302Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53012024-03-26T07:22:07.302Z Fresh postgres-types v0.2.6
53022024-03-26T07:22:07.302Z Fresh whoami v1.5.0
53032024-03-26T07:22:07.302Z Fresh tokio-stream v0.1.14
53042024-03-26T07:22:07.302Z Fresh serde_tokenstream v0.2.0
53052024-03-26T07:22:07.302Z Fresh tokio-postgres v0.7.10
53062024-03-26T07:22:07.302Z Fresh regress v0.9.0
53072024-03-26T07:22:07.302Z Fresh getopts v0.2.21
53082024-03-26T07:22:07.302Z Fresh unsafe-libyaml v0.2.10
53092024-03-26T07:22:07.303Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
53102024-03-26T07:22:07.303Z Fresh ident_case v1.0.1
53112024-03-26T07:22:07.303Z Fresh strsim v0.10.0
53122024-03-26T07:22:07.303Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
53132024-03-26T07:22:07.303Z Fresh serde_yaml v0.9.25
53142024-03-26T07:22:07.303Z Fresh dirs-sys-next v0.1.2
53152024-03-26T07:22:07.303Z Fresh atty v0.2.14
53162024-03-26T07:22:07.303Z Fresh fastrand v2.0.1
53172024-03-26T07:22:07.303Z Fresh proc-macro-crate v1.3.1
53182024-03-26T07:22:07.303Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
53192024-03-26T07:22:07.303Z Fresh camino v1.1.6
53202024-03-26T07:22:07.303Z Fresh tempfile v3.10.0
53212024-03-26T07:22:07.303Z Fresh dirs-next v2.0.0
53222024-03-26T07:22:07.303Z Fresh strum_macros v0.26.1
53232024-03-26T07:22:07.303Z Fresh darling_core v0.20.3
53242024-03-26T07:22:07.303Z Fresh sha1 v0.10.6
53252024-03-26T07:22:07.303Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
53262024-03-26T07:22:07.303Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
53272024-03-26T07:22:07.303Z Fresh term v0.7.0
53282024-03-26T07:22:07.303Z Fresh strum v0.26.1
53292024-03-26T07:22:07.303Z Fresh http v1.0.0
53302024-03-26T07:22:07.304Z Fresh match_cfg v0.1.0
53312024-03-26T07:22:07.304Z Fresh darling_macro v0.20.3
53322024-03-26T07:22:07.304Z Fresh crossbeam-channel v0.5.8
53332024-03-26T07:22:07.304Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
53342024-03-26T07:22:07.304Z Fresh hostname v0.3.1
53352024-03-26T07:22:07.304Z Fresh darling v0.20.3
53362024-03-26T07:22:07.304Z Fresh thread_local v1.1.7
53372024-03-26T07:22:07.304Z Fresh instant v0.1.12
53382024-03-26T07:22:07.304Z Fresh rustls-pki-types v1.3.0
53392024-03-26T07:22:07.304Z Fresh quick-error v1.2.3
53402024-03-26T07:22:07.304Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
53412024-03-26T07:22:07.304Z Fresh take_mut v0.2.2
53422024-03-26T07:22:07.304Z Fresh toml v0.8.10
53432024-03-26T07:22:07.304Z Fresh half v2.3.1
53442024-03-26T07:22:07.304Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
53452024-03-26T07:22:07.304Z Fresh slog-async v2.8.0
53462024-03-26T07:22:07.304Z Fresh ciborium-io v0.2.2
53472024-03-26T07:22:07.304Z Fresh rustls-webpki v0.102.1
53482024-03-26T07:22:07.304Z Fresh slog-json v2.6.1
53492024-03-26T07:22:07.304Z Fresh paste v1.0.14
53502024-03-26T07:22:07.305Z Fresh ciborium-ll v0.2.2
53512024-03-26T07:22:07.305Z Fresh parking_lot_core v0.8.6
53522024-03-26T07:22:07.305Z Fresh fxhash v0.2.1
53532024-03-26T07:22:07.305Z Fresh rustls v0.22.2
53542024-03-26T07:22:07.305Z Fresh slog-bunyan v2.5.0
53552024-03-26T07:22:07.305Z Fresh rustls-pemfile v2.1.1
53562024-03-26T07:22:07.305Z Fresh slog-term v2.9.0
53572024-03-26T07:22:07.305Z Fresh ciborium v0.2.2
53582024-03-26T07:22:07.305Z Fresh parking_lot v0.11.2
53592024-03-26T07:22:07.305Z Fresh debug-ignore v1.0.5
53602024-03-26T07:22:07.305Z Fresh tokio-rustls v0.25.0
53612024-03-26T07:22:07.305Z Fresh serde_with_macros v3.6.1
53622024-03-26T07:22:07.305Z Fresh mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
53632024-03-26T07:22:07.305Z Fresh async-stream-impl v0.3.5
53642024-03-26T07:22:07.305Z Fresh sled v0.34.7
53652024-03-26T07:22:07.305Z Fresh wait-timeout v0.2.0
53662024-03-26T07:22:07.305Z Fresh atomic-waker v1.1.1
53672024-03-26T07:22:07.305Z Fresh serde_with v3.6.1
53682024-03-26T07:22:07.305Z Fresh async-stream v0.3.5
53692024-03-26T07:22:07.305Z Fresh num_enum_derive v0.7.2
53702024-03-26T07:22:07.305Z Fresh waitgroup v0.1.2
53712024-03-26T07:22:07.306Z Fresh multer v3.0.0
53722024-03-26T07:22:07.310Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
53732024-03-26T07:22:07.310Z Fresh serde_path_to_error v0.1.16
53742024-03-26T07:22:07.310Z Fresh structmeta-derive v0.3.0
53752024-03-26T07:22:07.311Z Fresh rusty-fork v0.3.0
53762024-03-26T07:22:07.311Z Fresh num_enum v0.7.2
53772024-03-26T07:22:07.311Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
53782024-03-26T07:22:07.311Z Fresh structmeta v0.3.0
53792024-03-26T07:22:07.311Z Fresh rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
53802024-03-26T07:22:07.311Z Fresh newtype-uuid v1.0.1
53812024-03-26T07:22:07.311Z Fresh rand_xorshift v0.3.0
53822024-03-26T07:22:07.311Z Fresh structmeta-derive v0.2.0
53832024-03-26T07:22:07.311Z Fresh unarray v0.1.4
53842024-03-26T07:22:07.311Z Fresh backoff v0.4.0
53852024-03-26T07:22:07.311Z Fresh structmeta v0.2.0
53862024-03-26T07:22:07.311Z Fresh bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
53872024-03-26T07:22:07.311Z Fresh parse-display-derive v0.9.0
53882024-03-26T07:22:07.311Z Fresh proptest v1.4.0
53892024-03-26T07:22:07.311Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53902024-03-26T07:22:07.311Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
53912024-03-26T07:22:07.312Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53922024-03-26T07:22:07.312Z Fresh test-strategy v0.3.1
53932024-03-26T07:22:07.312Z Fresh parse-display v0.9.0
53942024-03-26T07:22:07.312Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53952024-03-26T07:22:07.312Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
53962024-03-26T07:22:07.312Z Fresh macaddr v1.0.1
53972024-03-26T07:22:07.312Z Fresh camino-tempfile v1.1.1
53982024-03-26T07:22:07.312Z Fresh num_enum_derive v0.5.11
53992024-03-26T07:22:07.313Z Fresh foreign-types-macros v0.2.3
54002024-03-26T07:22:07.313Z Fresh foreign-types-shared v0.3.1
54012024-03-26T07:22:07.313Z Fresh proc-macro-error-attr v1.0.4
54022024-03-26T07:22:07.313Z Fresh num_enum v0.5.11
54032024-03-26T07:22:07.313Z Fresh foreign-types v0.5.0
54042024-03-26T07:22:07.313Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
54052024-03-26T07:22:07.313Z Fresh cstr-argument v0.1.2
54062024-03-26T07:22:07.313Z Fresh proc-macro-error v1.0.4
54072024-03-26T07:22:07.313Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54082024-03-26T07:22:07.314Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54092024-03-26T07:22:07.314Z Fresh pretty-hex v0.2.1
54102024-03-26T07:22:07.314Z Fresh tabwriter v1.4.0
54112024-03-26T07:22:07.314Z Fresh colored v2.1.0
54122024-03-26T07:22:07.314Z Fresh socket2 v0.4.9
54132024-03-26T07:22:07.315Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
54142024-03-26T07:22:07.315Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54152024-03-26T07:22:07.315Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54162024-03-26T07:22:07.315Z Fresh smf v0.2.2
54172024-03-26T07:22:07.315Z Fresh humantime v2.1.0
54182024-03-26T07:22:07.315Z Fresh hash32 v0.3.1
54192024-03-26T07:22:07.316Z Fresh cobs v0.2.3
54202024-03-26T07:22:07.316Z Fresh embedded-io v0.4.0
54212024-03-26T07:22:07.316Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54222024-03-26T07:22:07.316Z Fresh termtree v0.4.1
54232024-03-26T07:22:07.316Z Fresh heapless v0.8.0
54242024-03-26T07:22:07.316Z Fresh postcard v1.0.8
54252024-03-26T07:22:07.316Z Fresh predicates-tree v1.0.9
54262024-03-26T07:22:07.316Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54272024-03-26T07:22:07.317Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54282024-03-26T07:22:07.317Z Fresh smoltcp v0.11.0
54292024-03-26T07:22:07.317Z Fresh crucible-workspace-hack v0.1.0
54302024-03-26T07:22:07.317Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
54312024-03-26T07:22:07.317Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54322024-03-26T07:22:07.317Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
54332024-03-26T07:22:07.317Z Fresh num-derive v0.4.0
54342024-03-26T07:22:07.317Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54352024-03-26T07:22:07.318Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
54362024-03-26T07:22:07.318Z Fresh mockall_derive v0.12.0
54372024-03-26T07:22:07.318Z Fresh termcolor v1.2.0
54382024-03-26T07:22:07.318Z Fresh downcast v0.11.0
54392024-03-26T07:22:07.318Z Fresh fragile v2.0.0
54402024-03-26T07:22:07.318Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54412024-03-26T07:22:07.318Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
54422024-03-26T07:22:07.318Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54432024-03-26T07:22:07.318Z Fresh mockall v0.12.0
54442024-03-26T07:22:07.319Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
54452024-03-26T07:22:07.319Z Fresh usdt-attr-macro v0.5.0
54462024-03-26T07:22:07.319Z Fresh usdt-macro v0.5.0
54472024-03-26T07:22:07.319Z Fresh memmap v0.7.0
54482024-03-26T07:22:07.319Z Fresh same-file v1.0.6
54492024-03-26T07:22:07.319Z Fresh base64 v0.22.0
54502024-03-26T07:22:07.320Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54512024-03-26T07:22:07.320Z Fresh usdt v0.5.0
54522024-03-26T07:22:07.320Z Fresh walkdir v2.4.0
54532024-03-26T07:22:07.320Z Fresh xattr v1.0.1
54542024-03-26T07:22:07.320Z Fresh filetime v0.2.23
54552024-03-26T07:22:07.320Z Fresh utf-8 v0.7.6
54562024-03-26T07:22:07.320Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
54572024-03-26T07:22:07.321Z Fresh tar v0.4.40
54582024-03-26T07:22:07.321Z Fresh heck v0.3.3
54592024-03-26T07:22:07.321Z Fresh arc-swap v1.6.0
54602024-03-26T07:22:07.321Z Fresh tungstenite v0.20.1
54612024-03-26T07:22:07.321Z Fresh password-hash v0.5.0
54622024-03-26T07:22:07.321Z Fresh blake2 v0.10.6
54632024-03-26T07:22:07.321Z Fresh is-terminal v0.4.9
54642024-03-26T07:22:07.321Z Fresh slog-scope v4.4.0
54652024-03-26T07:22:07.322Z Fresh tokio-tungstenite v0.20.1
54662024-03-26T07:22:07.322Z Fresh argon2 v0.5.3
54672024-03-26T07:22:07.322Z Fresh derive-where v1.2.7
54682024-03-26T07:22:07.322Z Fresh pem v3.0.2
54692024-03-26T07:22:07.322Z Fresh swrite v0.1.0
54702024-03-26T07:22:07.322Z Fresh slog-stdlog v4.1.1
54712024-03-26T07:22:07.322Z Fresh headers-core v0.2.0
54722024-03-26T07:22:07.747Z Fresh semver v0.1.20
54732024-03-26T07:22:07.748Z Fresh env_logger v0.9.3
54742024-03-26T07:22:07.748Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54752024-03-26T07:22:07.748Z Fresh bitstruct_derive v0.1.0
54762024-03-26T07:22:07.748Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54772024-03-26T07:22:07.748Z Fresh slog-envlogger v2.2.0
54782024-03-26T07:22:07.748Z Fresh headers v0.3.9
54792024-03-26T07:22:07.748Z Fresh rustc_version v0.1.7
54802024-03-26T07:22:07.748Z Fresh ascii v1.1.0
54812024-03-26T07:22:07.748Z Fresh bitstruct v0.1.1
54822024-03-26T07:22:07.748Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54832024-03-26T07:22:07.748Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54842024-03-26T07:22:07.748Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54852024-03-26T07:22:07.748Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
54862024-03-26T07:22:07.748Z Fresh itertools v0.12.1
54872024-03-26T07:22:07.748Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54882024-03-26T07:22:07.748Z Fresh serde_arrays v0.1.0
54892024-03-26T07:22:07.748Z Fresh erased-serde v0.3.31
54902024-03-26T07:22:07.748Z Fresh linked-hash-map v0.5.6
54912024-03-26T07:22:07.748Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54922024-03-26T07:22:07.748Z Fresh lru-cache v0.1.2
54932024-03-26T07:22:07.749Z Fresh zone_cfg_derive v0.1.2
54942024-03-26T07:22:07.749Z Fresh tungstenite v0.21.0
54952024-03-26T07:22:07.749Z Fresh newtype_derive v0.1.6
54962024-03-26T07:22:07.749Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54972024-03-26T07:22:07.749Z Fresh tap v1.0.1
54982024-03-26T07:22:07.749Z Fresh glob v0.3.1
54992024-03-26T07:22:07.749Z Fresh base64 v0.13.1
55002024-03-26T07:22:07.749Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55012024-03-26T07:22:07.749Z Fresh steno v0.4.0
55022024-03-26T07:22:07.749Z Fresh cancel-safe-futures v0.1.5
55032024-03-26T07:22:07.749Z Fresh wyz v0.5.1
55042024-03-26T07:22:07.749Z Fresh radium v0.7.0
55052024-03-26T07:22:07.749Z Fresh ron v0.7.1
55062024-03-26T07:22:07.749Z Fresh tokio-tungstenite v0.21.0
55072024-03-26T07:22:07.749Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
55082024-03-26T07:22:07.749Z Fresh zone v0.1.8
55092024-03-26T07:22:07.749Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55102024-03-26T07:22:07.749Z Fresh crossbeam-deque v0.8.3
55112024-03-26T07:22:07.749Z Fresh portpicker v0.1.1
55122024-03-26T07:22:07.749Z Fresh crc-catalog v2.2.0
55132024-03-26T07:22:07.749Z Fresh funty v2.0.0
55142024-03-26T07:22:07.750Z Fresh maybe-uninit v2.0.0
55152024-03-26T07:22:07.750Z Fresh rayon-core v1.12.1
55162024-03-26T07:22:07.750Z Fresh crc v3.0.1
55172024-03-26T07:22:07.750Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
55182024-03-26T07:22:07.750Z Fresh bitvec v1.0.1
55192024-03-26T07:22:07.750Z Fresh rcgen v0.12.1
55202024-03-26T07:22:07.750Z Fresh atomicwrites v0.4.3
55212024-03-26T07:22:07.750Z Fresh libsw v3.3.1
55222024-03-26T07:22:07.750Z Fresh packed_struct_codegen v0.10.1
55232024-03-26T07:22:07.750Z Fresh subprocess v0.2.9
55242024-03-26T07:22:07.750Z Fresh owo-colors v4.0.0
55252024-03-26T07:22:07.750Z Fresh linear-map v1.2.0
55262024-03-26T07:22:07.750Z Fresh nodrop v0.1.14
55272024-03-26T07:22:07.750Z Fresh num-bigint-dig v0.8.4
55282024-03-26T07:22:07.750Z Fresh rayon v1.9.0
55292024-03-26T07:22:07.750Z Fresh array-init v0.0.4
55302024-03-26T07:22:07.750Z Fresh packed_struct v0.10.1
55312024-03-26T07:22:07.750Z Fresh smallvec v0.6.14
55322024-03-26T07:22:07.750Z Fresh pkcs1 v0.7.5
55332024-03-26T07:22:07.750Z Fresh signature v2.1.0
55342024-03-26T07:22:07.750Z Fresh hashbrown v0.12.3
55352024-03-26T07:22:07.751Z Fresh bitfield v0.14.0
55362024-03-26T07:22:07.751Z Fresh rsa v0.9.2
55372024-03-26T07:22:07.751Z Fresh serde-hex v0.1.0
55382024-03-26T07:22:07.751Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
55392024-03-26T07:22:07.751Z Fresh env_logger v0.10.0
55402024-03-26T07:22:07.751Z Fresh x509-cert v0.2.4
55412024-03-26T07:22:07.751Z Fresh ron v0.8.1
55422024-03-26T07:22:07.751Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
55432024-03-26T07:22:07.751Z Fresh indexmap v1.9.3
55442024-03-26T07:22:07.751Z Fresh hashbrown v0.13.2
55452024-03-26T07:22:07.751Z Fresh crc-any v2.4.3
55462024-03-26T07:22:07.751Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
55472024-03-26T07:22:07.751Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
55482024-03-26T07:22:07.751Z Fresh object v0.30.4
55492024-03-26T07:22:07.751Z Fresh path-slash v0.1.5
55502024-03-26T07:22:07.751Z Fresh display-error-chain v0.2.0
55512024-03-26T07:22:07.751Z Fresh num-complex v0.4.4
55522024-03-26T07:22:07.751Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
55532024-03-26T07:22:07.751Z Fresh num-rational v0.4.1
55542024-03-26T07:22:07.751Z Fresh slog-dtrace v0.3.0
55552024-03-26T07:22:07.751Z Fresh resolv-conf v0.7.0
55562024-03-26T07:22:07.752Z Fresh convert_case v0.4.0
55572024-03-26T07:22:07.752Z Fresh pin-project-internal v1.1.3
55582024-03-26T07:22:07.752Z Fresh home v0.5.5
55592024-03-26T07:22:07.752Z Fresh num v0.4.1
55602024-03-26T07:22:07.752Z Fresh trust-dns-resolver v0.22.0
55612024-03-26T07:22:07.752Z Fresh derive_more v0.99.17
55622024-03-26T07:22:07.752Z Fresh arrayref v0.3.7
55632024-03-26T07:22:07.752Z Fresh arrayvec v0.7.4
55642024-03-26T07:22:07.752Z Fresh pin-project v1.1.3
55652024-03-26T07:22:07.752Z Fresh newline-converter v0.3.0
55662024-03-26T07:22:07.752Z Fresh constant_time_eq v0.3.0
55672024-03-26T07:22:07.752Z Fresh expectorate v1.1.0
55682024-03-26T07:22:07.752Z Fresh textwrap v0.11.0
55692024-03-26T07:22:07.752Z Fresh toml v0.5.11
55702024-03-26T07:22:07.752Z Fresh nibble_vec v0.1.0
55712024-03-26T07:22:07.752Z Fresh ansi_term v0.12.1
55722024-03-26T07:22:07.757Z Fresh vec_map v0.8.2
55732024-03-26T07:22:07.757Z Fresh strsim v0.8.0
55742024-03-26T07:22:07.757Z Fresh endian-type v0.1.2
55752024-03-26T07:22:07.757Z Fresh radix_trie v0.2.1
55762024-03-26T07:22:07.757Z Fresh clap v2.34.0
55772024-03-26T07:22:07.757Z Fresh buf-list v1.0.3
55782024-03-26T07:22:07.757Z Fresh structopt-derive v0.4.18
55792024-03-26T07:22:07.758Z Fresh memmap2 v0.7.1
55802024-03-26T07:22:07.758Z Fresh structopt v0.3.26
55812024-03-26T07:22:07.758Z Fresh doc-comment v0.3.3
55822024-03-26T07:22:07.758Z Fresh blake3 v1.5.0
55832024-03-26T07:22:07.758Z Fresh libefi-sys v0.1.0
55842024-03-26T07:22:07.758Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
55852024-03-26T07:22:07.758Z Fresh semver-parser v0.10.2
55862024-03-26T07:22:07.758Z Fresh gethostname v0.4.3
55872024-03-26T07:22:07.758Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
55882024-03-26T07:22:07.758Z Fresh keccak v0.1.4
55892024-03-26T07:22:07.758Z Fresh topological-sort v0.2.2
55902024-03-26T07:22:07.758Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
55912024-03-26T07:22:07.758Z Fresh omicron-zone-package v0.11.0
55922024-03-26T07:22:07.758Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
55932024-03-26T07:22:07.758Z Fresh sha3 v0.10.8
55942024-03-26T07:22:07.758Z Fresh semver v0.11.0
55952024-03-26T07:22:07.758Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
55962024-03-26T07:22:07.758Z Fresh secrecy v0.8.0
55972024-03-26T07:22:07.758Z Fresh diff v0.1.13
55982024-03-26T07:22:07.758Z Fresh crunchy v0.2.2
55992024-03-26T07:22:07.758Z Fresh toolchain_find v0.2.0
56002024-03-26T07:22:07.759Z Fresh prettyplease v0.2.16
56012024-03-26T07:22:07.759Z Fresh darling_core v0.14.4
56022024-03-26T07:22:07.759Z Fresh snafu-derive v0.7.5
56032024-03-26T07:22:07.759Z Fresh signature v1.6.4
56042024-03-26T07:22:07.759Z Fresh tiny-keccak v2.0.2
56052024-03-26T07:22:07.759Z Fresh rustfmt-wrapper v0.2.0
56062024-03-26T07:22:07.759Z Fresh snafu v0.7.5
56072024-03-26T07:22:07.759Z Fresh ed25519 v1.5.3
56082024-03-26T07:22:07.759Z Fresh memoffset v0.7.1
56092024-03-26T07:22:07.759Z Fresh darling_macro v0.14.4
56102024-03-26T07:22:07.759Z Fresh ascii-canvas v3.0.0
56112024-03-26T07:22:07.759Z Fresh globset v0.4.13
56122024-03-26T07:22:07.759Z Fresh olpc-cjson v0.1.3
56132024-03-26T07:22:07.759Z Fresh serde_plain v1.0.2
56142024-03-26T07:22:07.759Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56152024-03-26T07:22:07.759Z Fresh ref-cast-impl v1.0.20
56162024-03-26T07:22:07.759Z Fresh async-recursion v1.0.5
56172024-03-26T07:22:07.759Z Fresh vte_generate_state_changes v0.1.1
56182024-03-26T07:22:07.759Z Fresh ena v0.14.2
56192024-03-26T07:22:07.759Z Fresh libloading v0.7.4
56202024-03-26T07:22:07.759Z Fresh typed-path v0.7.0
56212024-03-26T07:22:07.759Z Fresh regex-syntax v0.6.29
56222024-03-26T07:22:07.760Z Fresh lalrpop v0.19.12
56232024-03-26T07:22:07.760Z Fresh clang-sys v1.6.1
56242024-03-26T07:22:07.760Z Fresh tough v0.16.0
56252024-03-26T07:22:07.760Z Fresh vte v0.11.1
56262024-03-26T07:22:07.760Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56272024-03-26T07:22:07.760Z Fresh ref-cast v1.0.20
56282024-03-26T07:22:07.760Z Fresh salty v0.2.0
56292024-03-26T07:22:07.760Z Fresh platforms v3.0.2
56302024-03-26T07:22:07.760Z
56312024-03-26T07:22:07.760Zrunning 7 tests
56322024-03-26T07:22:07.760Z Fresh fs-err v2.11.0
56332024-03-26T07:22:07.760Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
56342024-03-26T07:22:07.760Z Fresh darling v0.14.4
56352024-03-26T07:22:07.760Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56362024-03-26T07:22:07.760Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
56372024-03-26T07:22:07.760Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
56382024-03-26T07:22:07.760Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
56392024-03-26T07:22:07.760Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
56402024-03-26T07:22:07.760Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
56412024-03-26T07:22:07.761Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
56422024-03-26T07:22:07.761Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
56432024-03-26T07:22:07.761Z
56442024-03-26T07:22:07.761Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
56452024-03-26T07:22:07.761Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
56462024-03-26T07:22:07.761Z
56472024-03-26T07:22:07.761Z Fresh cexpr v0.6.0
56482024-03-26T07:22:07.761Z Fresh which v4.4.0
56492024-03-26T07:22:07.761Z Fresh serde-big-array v0.5.1
56502024-03-26T07:22:07.761Z Fresh serde-big-array v0.4.1
56512024-03-26T07:22:07.761Z Fresh lazycell v1.3.0
56522024-03-26T07:22:07.761Z Fresh peeking_take_while v0.1.2
56532024-03-26T07:22:07.761Z Fresh shlex v1.3.0
56542024-03-26T07:22:07.761Z Fresh rustc-hash v1.1.0
56552024-03-26T07:22:07.761Z Fresh parse-size v1.0.0
56562024-03-26T07:22:07.761Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56572024-03-26T07:22:07.761Z Fresh bindgen v0.69.2
56582024-03-26T07:22:07.761Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
56592024-03-26T07:22:07.761Z Fresh derive_builder_core v0.12.0
56602024-03-26T07:22:07.761Z Fresh unicase v2.7.0
56612024-03-26T07:22:07.761Z Fresh strip-ansi-escapes v0.2.0
56622024-03-26T07:22:07.761Z Fresh signal-hook-tokio v0.3.1
56632024-03-26T07:22:07.762Z Fresh fd-lock v3.0.13
56642024-03-26T07:22:07.762Z Fresh nu-ansi-term v0.50.0
56652024-03-26T07:22:07.762Z Fresh strum v0.25.0
56662024-03-26T07:22:07.762Z Fresh corncobs v0.1.3
56672024-03-26T07:22:07.762Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56682024-03-26T07:22:07.762Z Fresh reedline v0.30.0
56692024-03-26T07:22:07.762Z Fresh derive_builder_macro v0.12.0
56702024-03-26T07:22:07.762Z Fresh trust-dns-client v0.22.0
56712024-03-26T07:22:07.762Z Fresh strum_macros v0.24.3
56722024-03-26T07:22:07.767Z Fresh universal-hash v0.5.1
56732024-03-26T07:22:07.767Z Fresh thiserror-impl-no-std v2.0.2
56742024-03-26T07:22:07.767Z Fresh curve25519-dalek-derive v0.1.0
56752024-03-26T07:22:07.767Z Fresh opaque-debug v0.3.0
56762024-03-26T07:22:07.767Z Fresh indoc v1.0.9
56772024-03-26T07:22:07.767Z Fresh bytecount v0.6.3
56782024-03-26T07:22:07.767Z Fresh maplit v1.0.2
56792024-03-26T07:22:07.767Z Fresh poly1305 v0.8.0
56802024-03-26T07:22:07.767Z Fresh papergrid v0.11.0
56812024-03-26T07:22:07.767Z Fresh polar-core v0.27.0
56822024-03-26T07:22:07.767Z Fresh thiserror-no-std v2.0.2
56832024-03-26T07:22:07.767Z Fresh trust-dns-server v0.22.1
56842024-03-26T07:22:07.767Z Fresh curve25519-dalek v4.1.1
56852024-03-26T07:22:07.767Z Fresh derive_builder v0.12.0
56862024-03-26T07:22:07.767Z Fresh libxml v0.3.3
56872024-03-26T07:22:07.767Z Fresh tabled_derive v0.7.0
56882024-03-26T07:22:07.767Z Fresh chacha20 v0.9.1
56892024-03-26T07:22:07.768Z Fresh bb8 v0.8.3
56902024-03-26T07:22:07.768Z Fresh aead v0.5.2
56912024-03-26T07:22:07.768Z Fresh fd-lock v4.0.2
56922024-03-26T07:22:07.768Z Fresh nix v0.27.1
56932024-03-26T07:22:07.768Z Fresh kstat-rs v0.2.3
56942024-03-26T07:22:07.768Z Fresh quick-xml v0.30.0
56952024-03-26T07:22:07.768Z Fresh oso-derive v0.27.0
56962024-03-26T07:22:07.768Z Fresh nanorand v0.7.0
56972024-03-26T07:22:07.768Z Fresh sqlparser_derive v0.2.2
56982024-03-26T07:22:07.768Z Fresh impl-trait-for-tuples v0.2.2
56992024-03-26T07:22:07.768Z Fresh unicode_categories v0.1.1
57002024-03-26T07:22:07.768Z Fresh chacha20poly1305 v0.10.1
57012024-03-26T07:22:07.768Z Fresh oso v0.27.0
57022024-03-26T07:22:07.768Z Fresh sqlparser v0.43.1
57032024-03-26T07:22:07.768Z Fresh flume v0.11.0
57042024-03-26T07:22:07.768Z Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
57052024-03-26T07:22:07.768Z Fresh sqlformat v0.2.3
57062024-03-26T07:22:07.768Z Fresh rustyline v13.0.0
57072024-03-26T07:22:07.768Z Fresh tabled v0.15.0
57082024-03-26T07:22:07.768Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
57092024-03-26T07:22:07.768Z Fresh mime_guess v2.0.4
57102024-03-26T07:22:07.769Z Fresh vsss-rs v3.3.4
57112024-03-26T07:22:07.769Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
57122024-03-26T07:22:07.769Z Fresh portable-atomic v1.4.3
57132024-03-26T07:22:07.769Z Fresh cookie v0.18.0
57142024-03-26T07:22:07.769Z Fresh bcs v0.1.6
57152024-03-26T07:22:07.769Z Fresh number_prefix v0.4.0
57162024-03-26T07:22:07.769Z Fresh highway v1.1.0
57172024-03-26T07:22:07.769Z Fresh indicatif v0.17.8
57182024-03-26T07:22:07.769Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
57192024-03-26T07:22:07.769Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
57202024-03-26T07:22:07.769Z Fresh castaway v0.2.2
57212024-03-26T07:22:07.769Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
57222024-03-26T07:22:07.769Z Fresh http-range v0.1.5
57232024-03-26T07:22:07.769Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
57242024-03-26T07:22:07.769Z Fresh compact_str v0.7.1
57252024-03-26T07:22:07.769Z Fresh hyper-staticfile v0.9.5
57262024-03-26T07:22:07.769Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
57272024-03-26T07:22:07.769Z Fresh lru v0.12.1
57282024-03-26T07:22:07.769Z Fresh stability v0.1.1
57292024-03-26T07:22:07.769Z Fresh assert_matches v1.5.0
57302024-03-26T07:22:07.770Z Fresh is_ci v1.2.0
57312024-03-26T07:22:07.770Z Fresh indoc v2.0.3
57322024-03-26T07:22:07.770Z Fresh cassowary v0.3.0
57332024-03-26T07:22:07.770Z Fresh rand_seeder v0.2.3
57342024-03-26T07:22:07.770Z Fresh rtoolbox v0.0.1
57352024-03-26T07:22:07.770Z Fresh supports-color v3.0.0
57362024-03-26T07:22:07.770Z Fresh ratatui v0.26.1
57372024-03-26T07:22:07.770Z Fresh unicode-linebreak v0.1.5
57382024-03-26T07:22:07.770Z Fresh smawk v0.3.1
57392024-03-26T07:22:07.770Z Fresh rpassword v7.3.1
57402024-03-26T07:22:07.770Z Fresh tui-tree-widget v0.17.0
57412024-03-26T07:22:07.770Z Fresh textwrap v0.16.1
57422024-03-26T07:22:07.770Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
57432024-03-26T07:22:07.770Z Fresh http-body v1.0.0
57442024-03-26T07:22:07.770Z Fresh tower-layer v0.3.2
57452024-03-26T07:22:07.770Z Fresh plotters-backend v0.3.5
57462024-03-26T07:22:07.770Z Fresh shell-words v1.1.0
57472024-03-26T07:22:07.770Z Fresh tower v0.4.13
57482024-03-26T07:22:07.770Z Fresh target-lexicon v0.12.13
57492024-03-26T07:22:07.770Z Fresh hyper v1.1.0
57502024-03-26T07:22:07.771Z Fresh plotters-svg v0.3.5
57512024-03-26T07:22:07.771Z Fresh yansi v0.5.1
57522024-03-26T07:22:07.771Z Fresh cast v0.3.0
57532024-03-26T07:22:07.771Z Fresh plotters v0.3.5
57542024-03-26T07:22:07.771Z Fresh pretty_assertions v1.4.0
57552024-03-26T07:22:07.771Z Fresh guppy-workspace-hack v0.1.0
57562024-03-26T07:22:07.771Z Fresh criterion-plot v0.5.0
57572024-03-26T07:22:07.771Z Fresh cfg-expr v0.15.6
57582024-03-26T07:22:07.771Z Fresh hyper-util v0.1.2
57592024-03-26T07:22:07.771Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
57602024-03-26T07:22:07.771Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
57612024-03-26T07:22:07.771Z Fresh rustls-native-certs v0.7.0
57622024-03-26T07:22:07.771Z Fresh fatfs v0.3.6
57632024-03-26T07:22:07.771Z Fresh tinytemplate v1.2.1
57642024-03-26T07:22:07.771Z Fresh threadpool v1.8.1
57652024-03-26T07:22:07.771Z Fresh cargo-platform v0.1.3
57662024-03-26T07:22:07.771Z Fresh constant_time_eq v0.2.6
57672024-03-26T07:22:07.771Z Fresh anes v0.1.6
57682024-03-26T07:22:07.771Z Fresh oorandom v11.1.3
57692024-03-26T07:22:07.771Z Fresh relative-path v1.9.0
57702024-03-26T07:22:07.771Z Fresh cargo_metadata v0.18.1
57712024-03-26T07:22:07.771Z Fresh libtest-mimic v0.6.1
57722024-03-26T07:22:07.778Z Fresh blake2b_simd v1.0.1
57732024-03-26T07:22:07.778Z Fresh hyper-rustls v0.26.0
57742024-03-26T07:22:07.778Z Fresh rstest_macros v0.18.2
57752024-03-26T07:22:07.778Z Fresh criterion v0.5.1
57762024-03-26T07:22:07.778Z Fresh target-spec v3.1.0
57772024-03-26T07:22:07.778Z Fresh assert_cmd v2.0.14
57782024-03-26T07:22:07.779Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
57792024-03-26T07:22:07.779Z Fresh httptest v0.15.5
57802024-03-26T07:22:07.779Z Fresh pathdiff v0.2.1
57812024-03-26T07:22:07.779Z Fresh basic-toml v0.1.8
57822024-03-26T07:22:07.779Z Fresh rand v0.4.6
57832024-03-26T07:22:07.779Z Fresh futures-timer v3.0.2
57842024-03-26T07:22:07.779Z Fresh nested v0.1.1
57852024-03-26T07:22:07.779Z Fresh remove_dir_all v0.5.3
57862024-03-26T07:22:07.779Z Fresh datatest-stable v0.2.3
57872024-03-26T07:22:07.779Z Fresh rstest v0.18.2
57882024-03-26T07:22:07.779Z Fresh trybuild v1.0.89
57892024-03-26T07:22:07.779Z Fresh guppy v0.17.5
57902024-03-26T07:22:07.779Z Fresh tempdir v0.3.7
57912024-03-26T07:22:07.779Z Fresh rust-argon2 v1.0.1
57922024-03-26T07:22:07.779Z Fresh partial-io v0.5.4
57932024-03-26T07:22:07.779Z Fresh similar-asserts v1.5.0
57942024-03-26T07:22:07.779Z Fresh approx v0.5.1
57952024-03-26T07:22:07.779Z Fresh hex-literal v0.4.1
57962024-03-26T07:22:07.779Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
57972024-03-26T07:22:07.779Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57982024-03-26T07:22:07.779Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
57992024-03-26T07:22:07.780Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
58002024-03-26T07:22:07.780Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58012024-03-26T07:22:07.780Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
58022024-03-26T07:22:07.780Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58032024-03-26T07:22:07.780Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58042024-03-26T07:22:07.780Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
58052024-03-26T07:22:07.780Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
58062024-03-26T07:22:07.780Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58072024-03-26T07:22:07.780Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58082024-03-26T07:22:07.780Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
58092024-03-26T07:22:07.780Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58102024-03-26T07:22:07.780Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
58112024-03-26T07:22:07.780Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
58122024-03-26T07:22:07.780Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58132024-03-26T07:22:07.780Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
58142024-03-26T07:22:07.780Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
58152024-03-26T07:22:07.780Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58162024-03-26T07:22:07.780Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
58172024-03-26T07:22:07.780Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58182024-03-26T07:22:07.780Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58192024-03-26T07:22:07.780Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
58202024-03-26T07:22:07.781Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58212024-03-26T07:22:07.781Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58222024-03-26T07:22:07.781Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58232024-03-26T07:22:07.781Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
58242024-03-26T07:22:07.781Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58252024-03-26T07:22:07.781Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58262024-03-26T07:22:07.781Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58272024-03-26T07:22:07.781Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58282024-03-26T07:22:07.781Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
58292024-03-26T07:22:07.781Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
58302024-03-26T07:22:07.781Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
58312024-03-26T07:22:07.781Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58322024-03-26T07:22:07.781Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
58332024-03-26T07:22:07.781Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
58342024-03-26T07:22:07.781Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
58352024-03-26T07:22:07.781Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
58362024-03-26T07:22:07.781Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
58372024-03-26T07:22:07.781Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
58382024-03-26T07:22:07.781Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58392024-03-26T07:22:07.781Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
58402024-03-26T07:22:07.782Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
58412024-03-26T07:22:07.782Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
58422024-03-26T07:22:07.782Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
58432024-03-26T07:22:07.782Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
58442024-03-26T07:22:07.782Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58452024-03-26T07:22:07.782Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
58462024-03-26T07:22:07.782Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58472024-03-26T07:22:07.782Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58482024-03-26T07:22:07.782Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
58492024-03-26T07:22:07.782Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
58502024-03-26T07:22:07.782Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
58512024-03-26T07:22:07.782Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58522024-03-26T07:22:07.782Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
58532024-03-26T07:22:07.782Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
58542024-03-26T07:22:07.782Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
58552024-03-26T07:22:07.782Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58562024-03-26T07:22:07.782Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
58572024-03-26T07:22:07.782Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
58582024-03-26T07:22:07.782Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
58592024-03-26T07:22:07.782Z Finished test [unoptimized + debuginfo] target(s) in 1.42s
58602024-03-26T07:22:07.782Z Doc-tests authz-macros
58612024-03-26T07:22:07.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-905f527344237807.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58622024-03-26T07:22:07.783Z Doc-tests bootstore
58632024-03-26T07:22:07.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
58642024-03-26T07:22:08.219Z
58652024-03-26T07:22:08.219Zrunning 0 tests
58662024-03-26T07:22:08.219Z
58672024-03-26T07:22:08.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58682024-03-26T07:22:08.219Z
58692024-03-26T07:22:08.244Z Doc-tests bootstrap-agent-client
58702024-03-26T07:22:08.247Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
58712024-03-26T07:22:08.950Z
58722024-03-26T07:22:08.950Zrunning 0 tests
58732024-03-26T07:22:08.950Z
58742024-03-26T07:22:08.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58752024-03-26T07:22:08.950Z
58762024-03-26T07:22:08.974Z Doc-tests db-macros
58772024-03-26T07:22:08.978Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58782024-03-26T07:22:09.223Z
58792024-03-26T07:22:09.223Zrunning 4 tests
58802024-03-26T07:22:09.239Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
58812024-03-26T07:22:09.240Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
58822024-03-26T07:22:09.240Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
58832024-03-26T07:22:09.240Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
58842024-03-26T07:22:09.240Z
58852024-03-26T07:22:09.240Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
58862024-03-26T07:22:09.240Z
58872024-03-26T07:22:09.244Z Doc-tests dns-server
58882024-03-26T07:22:09.245Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
58892024-03-26T07:22:09.635Z
58902024-03-26T07:22:09.635Zrunning 0 tests
58912024-03-26T07:22:09.635Z
58922024-03-26T07:22:09.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58932024-03-26T07:22:09.635Z
58942024-03-26T07:22:09.654Z Doc-tests dns-service-client
58952024-03-26T07:22:09.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -C embed-bitcode=no -D warnings --error-format human`
58962024-03-26T07:22:09.898Z
58972024-03-26T07:22:09.898Zrunning 0 tests
58982024-03-26T07:22:09.898Z
58992024-03-26T07:22:09.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59002024-03-26T07:22:09.898Z
59012024-03-26T07:22:09.909Z Doc-tests dpd-client
59022024-03-26T07:22:09.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59032024-03-26T07:22:11.127Z
59042024-03-26T07:22:11.127Zrunning 0 tests
59052024-03-26T07:22:11.127Z
59062024-03-26T07:22:11.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59072024-03-26T07:22:11.127Z
59082024-03-26T07:22:11.163Z Doc-tests gateway-client
59092024-03-26T07:22:11.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59102024-03-26T07:22:12.059Z
59112024-03-26T07:22:12.059Zrunning 0 tests
59122024-03-26T07:22:12.059Z
59132024-03-26T07:22:12.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59142024-03-26T07:22:12.059Z
59152024-03-26T07:22:12.084Z Doc-tests gateway-test-utils
59162024-03-26T07:22:12.084Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59172024-03-26T07:22:12.610Z
59182024-03-26T07:22:12.610Zrunning 0 tests
59192024-03-26T07:22:12.610Z
59202024-03-26T07:22:12.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59212024-03-26T07:22:12.610Z
59222024-03-26T07:22:12.631Z Doc-tests illumos-utils
59232024-03-26T07:22:12.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-df57e12a1daeb9f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8da7b89415410000.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
59242024-03-26T07:22:14.334Z
59252024-03-26T07:22:14.334Zrunning 0 tests
59262024-03-26T07:22:14.335Z
59272024-03-26T07:22:14.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59282024-03-26T07:22:14.335Z
59292024-03-26T07:22:14.381Z Doc-tests installinator
59302024-03-26T07:22:14.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59312024-03-26T07:22:15.113Z
59322024-03-26T07:22:15.113Zrunning 0 tests
59332024-03-26T07:22:15.113Z
59342024-03-26T07:22:15.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59352024-03-26T07:22:15.114Z
59362024-03-26T07:22:15.135Z Doc-tests installinator-artifact-client
59372024-03-26T07:22:15.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59382024-03-26T07:22:16.026Z
59392024-03-26T07:22:16.026Zrunning 0 tests
59402024-03-26T07:22:16.026Z
59412024-03-26T07:22:16.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59422024-03-26T07:22:16.026Z
59432024-03-26T07:22:16.057Z Doc-tests installinator-artifactd
59442024-03-26T07:22:16.057Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59452024-03-26T07:22:16.328Z
59462024-03-26T07:22:16.328Zrunning 0 tests
59472024-03-26T07:22:16.328Z
59482024-03-26T07:22:16.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59492024-03-26T07:22:16.328Z
59502024-03-26T07:22:16.347Z Doc-tests installinator-common
59512024-03-26T07:22:16.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib -C embed-bitcode=no -D warnings --error-format human`
59522024-03-26T07:22:16.751Z
59532024-03-26T07:22:16.751Zrunning 0 tests
59542024-03-26T07:22:16.751Z
59552024-03-26T07:22:16.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59562024-03-26T07:22:16.751Z
59572024-03-26T07:22:16.772Z Doc-tests internal-dns
59582024-03-26T07:22:16.775Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59592024-03-26T07:22:17.049Z
59602024-03-26T07:22:17.049Zrunning 0 tests
59612024-03-26T07:22:17.049Z
59622024-03-26T07:22:17.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59632024-03-26T07:22:17.050Z
59642024-03-26T07:22:17.066Z Doc-tests ipcc
59652024-03-26T07:22:17.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
59662024-03-26T07:22:17.293Z
59672024-03-26T07:22:17.293Zrunning 0 tests
59682024-03-26T07:22:17.293Z
59692024-03-26T07:22:17.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59702024-03-26T07:22:17.293Z
59712024-03-26T07:22:17.312Z Doc-tests key-manager
59722024-03-26T07:22:17.312Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
59732024-03-26T07:22:17.532Z
59742024-03-26T07:22:17.532Zrunning 0 tests
59752024-03-26T07:22:17.532Z
59762024-03-26T07:22:17.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59772024-03-26T07:22:17.532Z
59782024-03-26T07:22:17.550Z Doc-tests nexus-client
59792024-03-26T07:22:17.553Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59802024-03-26T07:22:20.312Z
59812024-03-26T07:22:20.312Zrunning 0 tests
59822024-03-26T07:22:20.312Z
59832024-03-26T07:22:20.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842024-03-26T07:22:20.313Z
59852024-03-26T07:22:20.363Z Doc-tests nexus-config
59862024-03-26T07:22:20.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
59872024-03-26T07:22:20.783Z
59882024-03-26T07:22:20.783Zrunning 0 tests
59892024-03-26T07:22:20.783Z
59902024-03-26T07:22:20.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59912024-03-26T07:22:20.783Z
59922024-03-26T07:22:20.803Z Doc-tests nexus-db-model
59932024-03-26T07:22:20.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
59942024-03-26T07:22:31.592Z
59952024-03-26T07:22:31.592Zrunning 2 tests
59962024-03-26T07:22:33.800Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
59972024-03-26T07:22:33.804Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
59982024-03-26T07:22:33.804Z
59992024-03-26T07:22:33.805Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.21s
60002024-03-26T07:22:33.805Z
60012024-03-26T07:22:33.968Z Doc-tests nexus-db-queries
60022024-03-26T07:22:33.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-905f527344237807.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4eba308dd131aacd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60032024-03-26T07:22:36.332Z
60042024-03-26T07:22:36.333Zrunning 2 tests
60052024-03-26T07:22:36.336Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
60062024-03-26T07:22:45.887Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
60072024-03-26T07:22:45.888Z
60082024-03-26T07:22:45.888Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.55s
60092024-03-26T07:22:45.888Z
60102024-03-26T07:22:45.951Z Doc-tests nexus-defaults
60112024-03-26T07:22:45.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -C embed-bitcode=no -D warnings --error-format human`
60122024-03-26T07:22:46.158Z
60132024-03-26T07:22:46.158Zrunning 0 tests
60142024-03-26T07:22:46.158Z
60152024-03-26T07:22:46.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60162024-03-26T07:22:46.159Z
60172024-03-26T07:22:46.175Z Doc-tests nexus-inventory
60182024-03-26T07:22:46.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60192024-03-26T07:22:46.469Z
60202024-03-26T07:22:46.470Zrunning 0 tests
60212024-03-26T07:22:46.470Z
60222024-03-26T07:22:46.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60232024-03-26T07:22:46.470Z
60242024-03-26T07:22:46.488Z Doc-tests nexus-macros-common
60252024-03-26T07:22:46.492Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-fb35db07148c90d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -C embed-bitcode=no -D warnings --error-format human`
60262024-03-26T07:22:46.559Z
60272024-03-26T07:22:46.559Zrunning 0 tests
60282024-03-26T07:22:46.559Z
60292024-03-26T07:22:46.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302024-03-26T07:22:46.559Z
60312024-03-26T07:22:46.567Z Doc-tests nexus-networking
60322024-03-26T07:22:46.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60332024-03-26T07:22:46.980Z
60342024-03-26T07:22:46.980Zrunning 0 tests
60352024-03-26T07:22:46.980Z
60362024-03-26T07:22:46.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60372024-03-26T07:22:46.980Z
60382024-03-26T07:22:47.002Z Doc-tests nexus-reconfigurator-execution
60392024-03-26T07:22:47.009Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60402024-03-26T07:22:47.391Z
60412024-03-26T07:22:47.391Zrunning 0 tests
60422024-03-26T07:22:47.391Z
60432024-03-26T07:22:47.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60442024-03-26T07:22:47.392Z
60452024-03-26T07:22:47.414Z Doc-tests nexus-reconfigurator-planning
60462024-03-26T07:22:47.422Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60472024-03-26T07:22:47.735Z
60482024-03-26T07:22:47.735Zrunning 0 tests
60492024-03-26T07:22:47.735Z
60502024-03-26T07:22:47.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60512024-03-26T07:22:47.735Z
60522024-03-26T07:22:47.762Z Doc-tests nexus-reconfigurator-preparation
60532024-03-26T07:22:47.763Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib -C embed-bitcode=no -D warnings --error-format human`
60542024-03-26T07:22:48.019Z
60552024-03-26T07:22:48.019Zrunning 0 tests
60562024-03-26T07:22:48.019Z
60572024-03-26T07:22:48.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60582024-03-26T07:22:48.020Z
60592024-03-26T07:22:48.039Z Doc-tests nexus-types
60602024-03-26T07:22:48.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60612024-03-26T07:22:50.392Z
60622024-03-26T07:22:50.392Zrunning 0 tests
60632024-03-26T07:22:50.392Z
60642024-03-26T07:22:50.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60652024-03-26T07:22:50.392Z
60662024-03-26T07:22:50.446Z Doc-tests omicron-certificates
60672024-03-26T07:22:50.446Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
60682024-03-26T07:22:50.691Z
60692024-03-26T07:22:50.691Zrunning 0 tests
60702024-03-26T07:22:50.691Z
60712024-03-26T07:22:50.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722024-03-26T07:22:50.691Z
60732024-03-26T07:22:50.709Z Doc-tests omicron-common
60742024-03-26T07:22:50.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-bac983d2b158a0a8.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
60752024-03-26T07:22:52.353Z
60762024-03-26T07:22:52.353Zrunning 2 tests
60772024-03-26T07:22:52.356Ztest common/src/lib.rs - FileKv (line 57) ... ignored
60782024-03-26T07:22:59.053Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
60792024-03-26T07:22:59.053Z
60802024-03-26T07:22:59.053Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.17s
60812024-03-26T07:22:59.053Z
60822024-03-26T07:22:59.053Z Doc-tests omicron-ddm-admin-client
60832024-03-26T07:22:59.053Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-94200cba335910e5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -C embed-bitcode=no -D warnings --error-format human`
60842024-03-26T07:22:59.054Z
60852024-03-26T07:22:59.054Zrunning 0 tests
60862024-03-26T07:22:59.054Z
60872024-03-26T07:22:59.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882024-03-26T07:22:59.054Z
60892024-03-26T07:22:59.054Z Doc-tests omicron-gateway
60902024-03-26T07:22:59.054Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d743d315487d63.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a62549c406eebbcc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60912024-03-26T07:22:59.054Z
60922024-03-26T07:22:59.054Zrunning 0 tests
60932024-03-26T07:22:59.054Z
60942024-03-26T07:22:59.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60952024-03-26T07:22:59.054Z
60962024-03-26T07:22:59.054Z Doc-tests omicron-nexus
60972024-03-26T07:22:59.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9de40f0fb0fed3c3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-82868067e7e417de.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b008b2c77b7c7afd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-28175708ae7459a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8e6b137b2619ec2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-45a05a5a76802a5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c6ef3722b4151180.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7870e02e8c87b4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-00b14650f25c188f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-52546e985326e27c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b453605edf3a20f1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-880a2915479d8dc1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60982024-03-26T07:23:01.868Z
60992024-03-26T07:23:01.869Zrunning 5 tests
61002024-03-26T07:23:01.873Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
61012024-03-26T07:23:05.661Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 781) ... ok
61022024-03-26T07:23:05.665Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 751) ... ok
61032024-03-26T07:23:05.665Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 709) ... ok
61042024-03-26T07:23:05.668Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 687) ... ok
61052024-03-26T07:23:05.668Z
61062024-03-26T07:23:05.668Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.80s
61072024-03-26T07:23:05.668Z
61082024-03-26T07:23:05.733Z Doc-tests omicron-package
61092024-03-26T07:23:05.736Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-105d5f98480460ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no -D warnings --error-format human`
61102024-03-26T07:23:05.942Z
61112024-03-26T07:23:05.942Zrunning 0 tests
61122024-03-26T07:23:05.942Z
61132024-03-26T07:23:05.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61142024-03-26T07:23:05.943Z
61152024-03-26T07:23:05.954Z Doc-tests omicron-passwords
61162024-03-26T07:23:05.961Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-1268fee8ddea379c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-886297da9af2df99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
61172024-03-26T07:23:06.058Z
61182024-03-26T07:23:06.058Zrunning 0 tests
61192024-03-26T07:23:06.058Z
61202024-03-26T07:23:06.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61212024-03-26T07:23:06.058Z
61222024-03-26T07:23:06.065Z Doc-tests omicron-rpaths
61232024-03-26T07:23:06.071Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-7200315fc9f61cc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib -C embed-bitcode=no -D warnings --error-format human`
61242024-03-26T07:23:06.123Z
61252024-03-26T07:23:06.123Zrunning 0 tests
61262024-03-26T07:23:06.123Z
61272024-03-26T07:23:06.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282024-03-26T07:23:06.123Z
61292024-03-26T07:23:06.131Z Doc-tests omicron-sled-agent
61302024-03-26T07:23:06.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f94dea635a91a82e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c4fa0f94d62c05b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e2a8f7cd3c636487.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9cdcd5522f962de1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dfd3b7a0fc6ac282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-87877f5ff23601b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no -D warnings --error-format human`
61312024-03-26T07:23:08.706Z
61322024-03-26T07:23:08.706Zrunning 0 tests
61332024-03-26T07:23:08.707Z
61342024-03-26T07:23:08.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352024-03-26T07:23:08.707Z
61362024-03-26T07:23:08.766Z Doc-tests omicron-test-utils
61372024-03-26T07:23:08.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593aed0259623e8b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-33d23b3a549d7a43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
61382024-03-26T07:23:09.068Z
61392024-03-26T07:23:09.068Zrunning 0 tests
61402024-03-26T07:23:09.068Z
61412024-03-26T07:23:09.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422024-03-26T07:23:09.068Z
61432024-03-26T07:23:09.089Z Doc-tests omicron-uuid-kinds
61442024-03-26T07:23:09.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
61452024-03-26T07:23:09.165Z
61462024-03-26T07:23:09.165Zrunning 0 tests
61472024-03-26T07:23:09.165Z
61482024-03-26T07:23:09.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492024-03-26T07:23:09.165Z
61502024-03-26T07:23:09.171Z Doc-tests oxide-client
61512024-03-26T07:23:09.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e41c784d137e3539.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61522024-03-26T07:23:13.676Z
61532024-03-26T07:23:13.676Zrunning 180 tests
61542024-03-26T07:23:13.680Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
61552024-03-26T07:23:13.680Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
61562024-03-26T07:23:13.684Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
61572024-03-26T07:23:13.684Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
61582024-03-26T07:23:13.684Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
61592024-03-26T07:23:13.684Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
61602024-03-26T07:23:13.684Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
61612024-03-26T07:23:13.688Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
61622024-03-26T07:23:13.689Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
61632024-03-26T07:23:13.689Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
61642024-03-26T07:23:13.689Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
61652024-03-26T07:23:13.689Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
61662024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
61672024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
61682024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
61692024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
61702024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
61712024-03-26T07:23:13.698Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
61722024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
61732024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
61742024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
61752024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
61762024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
61772024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
61782024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
61792024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
61802024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
61812024-03-26T07:23:13.703Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
61822024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
61832024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
61842024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
61852024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
61862024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
61872024-03-26T07:23:13.707Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
61882024-03-26T07:23:13.712Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
61892024-03-26T07:23:13.712Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
61902024-03-26T07:23:13.712Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
61912024-03-26T07:23:13.712Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
61922024-03-26T07:23:13.712Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
61932024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
61942024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
61952024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
61962024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
61972024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
61982024-03-26T07:23:13.716Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
61992024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
62002024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
62012024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
62022024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
62032024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
62042024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
62052024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
62062024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
62072024-03-26T07:23:13.727Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
62082024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
62092024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
62102024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
62112024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
62122024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
62132024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
62142024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
62152024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
62162024-03-26T07:23:13.731Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
62172024-03-26T07:23:13.732Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
62182024-03-26T07:23:13.735Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
62192024-03-26T07:23:13.735Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
62202024-03-26T07:23:13.735Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
62212024-03-26T07:23:13.735Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
62222024-03-26T07:23:13.735Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
62232024-03-26T07:23:13.738Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
62242024-03-26T07:23:13.738Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
62252024-03-26T07:23:13.738Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
62262024-03-26T07:23:13.738Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
62272024-03-26T07:23:13.743Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
62282024-03-26T07:23:13.743Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
62292024-03-26T07:23:13.743Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
62302024-03-26T07:23:13.743Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
62312024-03-26T07:23:13.743Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
62322024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
62332024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
62342024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
62352024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
62362024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
62372024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
62382024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
62392024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
62402024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
62412024-03-26T07:23:13.753Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
62422024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
62432024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
62442024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
62452024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
62462024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
62472024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
62482024-03-26T07:23:13.756Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
62492024-03-26T07:23:13.757Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
62502024-03-26T07:23:13.757Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
62512024-03-26T07:23:13.760Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
62522024-03-26T07:23:13.760Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
62532024-03-26T07:23:13.760Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
62542024-03-26T07:23:13.760Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
62552024-03-26T07:23:13.760Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
62562024-03-26T07:23:13.763Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
62572024-03-26T07:23:13.763Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
62582024-03-26T07:23:13.763Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
62592024-03-26T07:23:13.763Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
62602024-03-26T07:23:13.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
62612024-03-26T07:23:13.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
62622024-03-26T07:23:13.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
62632024-03-26T07:23:13.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
62642024-03-26T07:23:13.767Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
62652024-03-26T07:23:13.770Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
62662024-03-26T07:23:13.770Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
62672024-03-26T07:23:13.770Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
62682024-03-26T07:23:13.770Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
62692024-03-26T07:23:13.770Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
62702024-03-26T07:23:13.777Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
62712024-03-26T07:23:13.777Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
62722024-03-26T07:23:13.777Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
62732024-03-26T07:23:13.777Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
62742024-03-26T07:23:13.778Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
62752024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
62762024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
62772024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
62782024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
62792024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
62802024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
62812024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
62822024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
62832024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
62842024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
62852024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
62862024-03-26T07:23:13.794Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
62872024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
62882024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
62892024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
62902024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
62912024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
62922024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
62932024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
62942024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
62952024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
62962024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
62972024-03-26T07:23:13.798Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
62982024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
62992024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
63002024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
63012024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
63022024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
63032024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
63042024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
63052024-03-26T07:23:13.799Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
63062024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
63072024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
63082024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
63092024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
63102024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
63112024-03-26T07:23:13.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
63122024-03-26T07:23:13.806Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
63132024-03-26T07:23:13.806Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
63142024-03-26T07:23:13.806Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
63152024-03-26T07:23:13.806Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
63162024-03-26T07:23:13.809Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
63172024-03-26T07:23:13.809Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
63182024-03-26T07:23:13.809Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
63192024-03-26T07:23:13.809Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
63202024-03-26T07:23:13.809Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
63212024-03-26T07:23:13.812Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
63222024-03-26T07:23:13.812Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
63232024-03-26T07:23:13.812Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
63242024-03-26T07:23:13.812Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
63252024-03-26T07:23:13.815Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
63262024-03-26T07:23:13.815Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
63272024-03-26T07:23:13.815Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
63282024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
63292024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
63302024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
63312024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
63322024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
63332024-03-26T07:23:13.816Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
63342024-03-26T07:23:13.816Z
63352024-03-26T07:23:13.816Ztest result: ok. 0 passed; 0 failed; 180 ignored; 0 measured; 0 filtered out; finished in 0.14s
63362024-03-26T07:23:13.816Z
63372024-03-26T07:23:13.922Z Doc-tests oximeter
63382024-03-26T07:23:13.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-272dc1845ca07f01.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63392024-03-26T07:23:14.463Z
63402024-03-26T07:23:14.463Zrunning 8 tests
63412024-03-26T07:23:15.095Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
63422024-03-26T07:23:15.165Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
63432024-03-26T07:23:15.878Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
63442024-03-26T07:23:20.691Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
63452024-03-26T07:23:21.140Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
63462024-03-26T07:23:21.234Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
63472024-03-26T07:23:21.768Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
63482024-03-26T07:23:22.021Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
63492024-03-26T07:23:22.021Z
63502024-03-26T07:23:22.021Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s
63512024-03-26T07:23:22.022Z
63522024-03-26T07:23:22.049Z Doc-tests oximeter-client
63532024-03-26T07:23:22.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63542024-03-26T07:23:22.341Z
63552024-03-26T07:23:22.341Zrunning 0 tests
63562024-03-26T07:23:22.341Z
63572024-03-26T07:23:22.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63582024-03-26T07:23:22.341Z
63592024-03-26T07:23:22.359Z Doc-tests oximeter-collector
63602024-03-26T07:23:22.363Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-6d718803917862f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a5ad3e7431d36a93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7c1a8cd17465c474.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63612024-03-26T07:23:22.760Z
63622024-03-26T07:23:22.760Zrunning 0 tests
63632024-03-26T07:23:22.760Z
63642024-03-26T07:23:22.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63652024-03-26T07:23:22.760Z
63662024-03-26T07:23:22.783Z Doc-tests oximeter-db
63672024-03-26T07:23:22.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-05d8fda04475541a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63682024-03-26T07:23:23.631Z
63692024-03-26T07:23:23.631Zrunning 0 tests
63702024-03-26T07:23:23.631Z
63712024-03-26T07:23:23.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63722024-03-26T07:23:23.631Z
63732024-03-26T07:23:23.662Z Doc-tests oximeter-instruments
63742024-03-26T07:23:23.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-beafeb18113f5421.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
63752024-03-26T07:23:23.972Z
63762024-03-26T07:23:23.972Zrunning 0 tests
63772024-03-26T07:23:23.972Z
63782024-03-26T07:23:23.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63792024-03-26T07:23:23.972Z
63802024-03-26T07:23:23.990Z Doc-tests oximeter-macro-impl
63812024-03-26T07:23:23.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-272dc1845ca07f01.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
63822024-03-26T07:23:24.062Z
63832024-03-26T07:23:24.062Zrunning 0 tests
63842024-03-26T07:23:24.063Z
63852024-03-26T07:23:24.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63862024-03-26T07:23:24.063Z
63872024-03-26T07:23:24.070Z Doc-tests oximeter-producer
63882024-03-26T07:23:24.080Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ef4a39404d03f6d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0c244be3f730560.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-46cc7e122b23ab8e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63892024-03-26T07:23:24.342Z
63902024-03-26T07:23:24.343Zrunning 0 tests
63912024-03-26T07:23:24.343Z
63922024-03-26T07:23:24.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63932024-03-26T07:23:24.343Z
63942024-03-26T07:23:24.362Z Doc-tests oxlog
63952024-03-26T07:23:24.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8da7b89415410000.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63962024-03-26T07:23:24.429Z
63972024-03-26T07:23:24.429Zrunning 0 tests
63982024-03-26T07:23:24.429Z
63992024-03-26T07:23:24.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64002024-03-26T07:23:24.430Z
64012024-03-26T07:23:24.437Z Doc-tests sled-agent-client
64022024-03-26T07:23:24.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5f48f96053d485b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
64032024-03-26T07:23:26.957Z
64042024-03-26T07:23:26.957Zrunning 0 tests
64052024-03-26T07:23:26.957Z
64062024-03-26T07:23:26.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64072024-03-26T07:23:26.958Z
64082024-03-26T07:23:27.008Z Doc-tests sled-hardware
64092024-03-26T07:23:27.012Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
64102024-03-26T07:23:27.328Z
64112024-03-26T07:23:27.328Zrunning 0 tests
64122024-03-26T07:23:27.328Z
64132024-03-26T07:23:27.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64142024-03-26T07:23:27.328Z
64152024-03-26T07:23:27.348Z Doc-tests sled-hardware-types
64162024-03-26T07:23:27.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib -C embed-bitcode=no -D warnings --error-format human`
64172024-03-26T07:23:27.600Z
64182024-03-26T07:23:27.601Zrunning 0 tests
64192024-03-26T07:23:27.601Z
64202024-03-26T07:23:27.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64212024-03-26T07:23:27.601Z
64222024-03-26T07:23:27.622Z Doc-tests sled-storage
64232024-03-26T07:23:27.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0a0a18771839696c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e953d77d63b011de.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7c8516dcb32450af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
64242024-03-26T07:23:27.970Z
64252024-03-26T07:23:27.970Zrunning 0 tests
64262024-03-26T07:23:27.970Z
64272024-03-26T07:23:27.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64282024-03-26T07:23:27.970Z
64292024-03-26T07:23:27.991Z Doc-tests sp-sim
64302024-03-26T07:23:27.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f29c94b4d79729e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8952f6e658a7ffd0.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -C embed-bitcode=no -D warnings --error-format human`
64312024-03-26T07:23:28.458Z
64322024-03-26T07:23:28.458Zrunning 0 tests
64332024-03-26T07:23:28.458Z
64342024-03-26T07:23:28.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64352024-03-26T07:23:28.458Z
64362024-03-26T07:23:28.482Z Doc-tests tufaceous
64372024-03-26T07:23:28.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4f696e8189e3b194.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-3d2af1a3faf05b8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib -C embed-bitcode=no -D warnings --error-format human`
64382024-03-26T07:23:28.755Z
64392024-03-26T07:23:28.755Zrunning 0 tests
64402024-03-26T07:23:28.755Z
64412024-03-26T07:23:28.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64422024-03-26T07:23:28.756Z
64432024-03-26T07:23:28.771Z Doc-tests tufaceous-lib
64442024-03-26T07:23:28.775Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -C embed-bitcode=no -D warnings --error-format human`
64452024-03-26T07:23:29.180Z
64462024-03-26T07:23:29.180Zrunning 0 tests
64472024-03-26T07:23:29.180Z
64482024-03-26T07:23:29.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64492024-03-26T07:23:29.181Z
64502024-03-26T07:23:29.202Z Doc-tests update-common
64512024-03-26T07:23:29.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib -C embed-bitcode=no -D warnings --error-format human`
64522024-03-26T07:23:29.489Z
64532024-03-26T07:23:29.489Zrunning 0 tests
64542024-03-26T07:23:29.489Z
64552024-03-26T07:23:29.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64562024-03-26T07:23:29.490Z
64572024-03-26T07:23:29.508Z Doc-tests update-engine
64582024-03-26T07:23:29.509Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
64592024-03-26T07:23:29.994Z
64602024-03-26T07:23:29.994Zrunning 3 tests
64612024-03-26T07:23:30.008Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
64622024-03-26T07:23:30.008Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
64632024-03-26T07:23:30.008Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
64642024-03-26T07:23:30.008Z
64652024-03-26T07:23:30.008Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
64662024-03-26T07:23:30.008Z
64672024-03-26T07:23:30.017Z Doc-tests wicket
64682024-03-26T07:23:30.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f88a01432431941c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
64692024-03-26T07:23:30.881Z
64702024-03-26T07:23:30.881Zrunning 0 tests
64712024-03-26T07:23:30.881Z
64722024-03-26T07:23:30.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64732024-03-26T07:23:30.881Z
64742024-03-26T07:23:30.905Z Doc-tests wicket-common
64752024-03-26T07:23:30.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib -C embed-bitcode=no -D warnings --error-format human`
64762024-03-26T07:23:31.251Z
64772024-03-26T07:23:31.251Zrunning 0 tests
64782024-03-26T07:23:31.251Z
64792024-03-26T07:23:31.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64802024-03-26T07:23:31.251Z
64812024-03-26T07:23:31.284Z Doc-tests wicket-dbg
64822024-03-26T07:23:31.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-414a7343858173d4.rlib -C embed-bitcode=no -D warnings --error-format human`
64832024-03-26T07:23:31.752Z
64842024-03-26T07:23:31.752Zrunning 0 tests
64852024-03-26T07:23:31.752Z
64862024-03-26T07:23:31.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64872024-03-26T07:23:31.753Z
64882024-03-26T07:23:31.753Z Doc-tests wicketd
64892024-03-26T07:23:31.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2b8faa50cdb50e3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6c01274771318f56.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0beb41d82289fe32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-57eef4883f9c4e2d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7735e104ac807299.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-56a0dc7253e897a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-208ef3c0351a43fb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-600dcec97b8ca924.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c29d1dbb9eb41810.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-d2d2330c28bcf40c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-32d8b5ee99958a7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e65a0835cec922d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-559ed63894eac139.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c4476215e7931793.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e8b22b52fc724be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a1e95f4f3bc0a41a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2c5a3831feac74ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d7f0f8a34717c632.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1e0ec72c0033862c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-a79a7bd2f00a44f4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-488c732cd022671f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0430bb381e8a173d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -C embed-bitcode=no -D warnings --error-format human`
64902024-03-26T07:23:36.307Z
64912024-03-26T07:23:36.307Zrunning 0 tests
64922024-03-26T07:23:36.307Z
64932024-03-26T07:23:36.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64942024-03-26T07:23:36.307Z
64952024-03-26T07:23:36.350Z Doc-tests wicketd-client
64962024-03-26T07:23:36.350Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-709aa28c65a7f74a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1d4676144140f0d9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-88d04d21651e0dad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-03aefcfdcf41a3bc.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ba3a72df862ebe7.rlib -C embed-bitcode=no -D warnings --error-format human`
64972024-03-26T07:23:36.358Z
64982024-03-26T07:23:36.358Zrunning 0 tests
64992024-03-26T07:23:36.358Z
65002024-03-26T07:23:36.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65012024-03-26T07:23:36.358Z
65022024-03-26T07:23:36.359Z
65032024-03-26T07:23:36.359Zreal 1:28.710144317
65042024-03-26T07:23:36.359Zuser 1:20.178326382
65052024-03-26T07:23:36.359Zsys 37.876669639
65062024-03-26T07:23:36.359Ztrap 0.014058309
65072024-03-26T07:23:36.359Ztflt 0.889187804
65082024-03-26T07:23:36.359Zdflt 7.172597878
65092024-03-26T07:23:36.359Zkflt 0.024827508
65102024-03-26T07:23:36.359Zlock 1:23.951931008
65112024-03-26T07:23:36.359Zslp 8:42.245686586
65122024-03-26T07:23:36.359Zlat 0.844563677
65132024-03-26T07:23:36.359Zstop 5.416872405
65142024-03-26T07:23:36.359Zfiles in /var/tmp/omicron_tmp (none expected on success):
65152024-03-26T07:23:36.359Z164882 11 drwxr-xr-x 2 build build 2 Mar 26 07:23 /var/tmp/omicron_tmp
65162024-03-26T07:23:36.359Zprocess exited: duration 2809753 ms, exit code 0
 
65172024-03-26T07:23:36.378Zfound 1 output files
65182024-03-26T07:23:36.378Zuploading: /work/crate-build-timings.json (517162 bytes)
65192024-03-26T07:23:37.427Zuploaded: /work/crate-build-timings.json